- 17 Mar, 2013 7 commits
-
-
Jim Fulton authored
Updating the master version to dev: should we increment the version while in dev?
-
pombredanne authored
-
Jim Fulton authored
Jim meta recipes
-
Jim Fulton authored
Empty "eggs=" interpreter fix. Fixes #79
-
Jim Fulton authored
Removed buildout.dumppickedversions from the warning. Partial fix for #70
-
Jim Fulton authored
Warn when using an outdated bootstrap that gives you setuptools, fixes 82
-
Jim Fulton authored
zc.recipe.egg:develop docs fix path -> setup
-
- 16 Mar, 2013 3 commits
-
-
Jim Fulton authored
Fix for #73: proper sys.exit code when restarting buildout
-
Jim Fulton authored
Fixing docstring incorrect reference to obsolete command line options
-
Jim Fulton authored
Add support to ignore sections conditionally based on a Python expression.
-
- 11 Mar, 2013 2 commits
-
-
pombredanne authored
-
pombredanne authored
-
- 04 Mar, 2013 2 commits
-
-
Marius Gedminas authored
Fixes https://github.com/buildout/buildout/issues/94
-
Marius Gedminas authored
-
- 03 Mar, 2013 2 commits
-
-
Jim Fulton authored
Add bin/buildout --version
-
pombredanne authored
-
- 26 Feb, 2013 4 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
A restarted project's exit code is now properly propagated. This makes buildout more reliable in automatically-run situations.
-
Reinout van Rees authored
When the process is restarted (and results in an error), we can now properly check the exit code that comes out of the 'root' buildout process.
-
- 25 Feb, 2013 1 commit
-
-
Jim Fulton authored
-
- 21 Feb, 2013 5 commits
-
-
Laurence Rowe authored
The required option is actually 'setup' not 'path'.
-
Reinout van Rees authored
Reworded the warning.
-
Reinout van Rees authored
-
Reinout van Rees authored
Fixes #82 Thanks Marius Gedminas for the fix I could copy/paste :-) Note that there is no test for this as the test setup doesn't allow for it. The error that this commit fixes, fixes an error that occurs at easy_install.py import time, so the fix also has to be on that level, making it hard to test. I personally think it's ok like this... ;-)
-
Reinout van Rees authored
I *have* retained buildout.dumppickedversions in the doctest with the qualification 'only part of it'. Removing the warning *does* make it less obvious for the people that use buildout.dumppickedversions in the way I thought it was used most, but apparently the default behaviour of dumppickedversions was otherwise.
-
- 19 Feb, 2013 2 commits
-
-
Reinout van Rees authored
When generating a python interpreter script with an empty `eggs=`, previously you'd get `sys.path[0:0] = [,]`, which means a syntax error because of the dangling comma.
-
Reinout van Rees authored
-
- 18 Feb, 2013 2 commits
-
-
pombredanne authored
-
pombredanne authored
-
- 16 Feb, 2013 9 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
Made tests independent of distribute version number
-
Reinout van Rees authored
Replaced the fixed distribute version number with the currently valid one by just asking for the current version and inserting that in the various spots we need it in this testfile
-
Jim Fulton authored
the current distribute version).
-
Jim Fulton authored
-
Jim Fulton authored
Use umask when doing "chmod +x". Improved version of pull request #18
-
Domen Kožar authored
PEP8 changes for bootstrap.py
-
Roland van Laar authored
I changed a few things to allow for better pep8 compatability.
-
- 15 Feb, 2013 1 commit
-
-
pombredanne authored
Section titles can now have this form: [sectionname:Python expression] # optional comment If the Python expression evals to False, the section will be ignored. Expressions have some defaults to support common conditions such as: [sectionname: not windows] # ignore this section on windows Section title lines in the traditional form are still supported of course: [sectionname] # optional comment or [sectionname] ; optional comment
-