An error occurred fetching the project authors.
- 03 Sep, 2012 1 commit
-
-
Jim Fulton authored
-
- 21 Aug, 2012 1 commit
-
-
Hanno Schlichting authored
-
- 22 Jul, 2012 1 commit
-
-
Jim Fulton authored
-
- 11 Jun, 2012 1 commit
-
-
Jim Fulton authored
-
- 13 May, 2012 1 commit
-
-
Jim Fulton authored
Date: Tue Sep 27 21:20:50 2011 +0000 Fixed https://bugs.launchpad.net/bugs/697913 : Buildout doesn't honor exit code from scripts. Cherry-picked from svntrunk.
-
- 28 Apr, 2012 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 15 Apr, 2012 1 commit
-
-
Jim Fulton authored
-
- 03 Aug, 2010 1 commit
-
-
Gary Poster authored
-
- 11 Nov, 2009 1 commit
-
-
Reinout van Rees authored
Merged -r105475:105584 svn+ssh://reinout@svn.zope.org/repos/main/zc.buildout/branches/reinout_distribute_upgrade_check This is the fix for an infinite recursion when updating Distribute. Solved by using the available setuptools/distribute for easy_installing the Distribute tgz instead of searching for it, which tries to install, which searches...
-
- 04 Sep, 2009 4 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
- 02 Sep, 2009 1 commit
-
-
Reinout van Rees authored
-
- 28 Aug, 2009 3 commits
-
-
Jim Fulton authored
The standard Python -m option didn't work for custom interpreters.
-
Jim Fulton authored
Scripts run using generated interpreters didn't have __file__ set correctly.
-
Jim Fulton authored
Scripts generated with relative-paths eanbled couldn't be symbolocally linked to other locations and still work.
-
- 22 Jun, 2009 1 commit
-
-
Jim Fulton authored
could be inserted into sys.path if a relative path was used to run the generated script.
-
- 18 Jun, 2009 1 commit
-
-
Andreas Jung authored
-
- 18 Mar, 2009 1 commit
-
-
Jim Fulton authored
-
- 17 Mar, 2009 1 commit
-
-
Jim Fulton authored
in scripts when both the script and the eggs have a common base directory.
-
- 05 Feb, 2009 1 commit
-
-
Shane Hathaway authored
be generated for all required eggs in addition to the eggs named specifically. The implementation is short and simple, but testing it required changes in a lot of places.
-
- 14 Aug, 2008 2 commits
-
-
Chris Withers authored
-
Chris Withers authored
-
- 18 Jul, 2008 1 commit
-
-
Jim Fulton authored
-
- 13 Jan, 2008 1 commit
-
-
Jim Fulton authored
leading to test failures. The change also caused buildout to fail with Python 2.3, which lacks a set builtin.
-
- 02 Dec, 2007 1 commit
-
-
Florian Schulze authored
The list of eggs in generated scripts is sorted and duplicates removed. This prevents problems in WingIDE and makes it easier for humans to look at and use the list of eggs.
-
- 01 Nov, 2007 1 commit
-
-
Jim Fulton authored
-
- 31 Oct, 2007 1 commit
-
-
Jim Fulton authored
Added a configuration option that causes buildout to error if a version is picked. This is a nice safety belt when fixing all versions is intented, especially whan creating releases. (This already-desired feature made it easier to write the test for the bug fix below. :) Bug Fixed: When installing from source releases, a version specification (via a buildout versions section) for setuptools was ignored when deciding which setuptools to use to build an egg from the source release.
-
- 29 Oct, 2007 1 commit
-
-
Amos Latteier authored
Now there's a buildout option (use-dependency-links) that allows you to disable setuptool dependency_links metadata.
-
- 20 Aug, 2007 1 commit
-
-
Jim Fulton authored
both final and non-final versions satisfy a requirement, then the final version will be used even if it is older. The normal way to override this for specific packages is to specifically require a non-final version, either specifically or via a lower bound. - There is a buildout prefer-final version that can be used with a value of "false":: prefer-final = false To prefer newer versions, regardless of whether or not they are final, buildout-wide.
-
- 13 Jul, 2007 1 commit
-
-
Fred Drake authored
-
- 30 May, 2007 1 commit
-
-
Jim Fulton authored
zc.buildout logger. This reduces noise in the output. This change was so far reaching, I decided to go ahead and clean up lots of log messages, adding some missing periods and adding quotes around requirement strings and file paths. in easy_install.py, added logging to show why distributions are added in verbose mode and removed recusive code to show requirement chains when errors occurred.
-
- 06 May, 2007 1 commit
-
-
Jim Fulton authored
-
- 19 Mar, 2007 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 18 Mar, 2007 1 commit
-
-
Jim Fulton authored
This led to a pretty major refactoring.
-
- 06 Mar, 2007 2 commits
-
-
Jim Fulton authored
be specified in a versions section. Changed the log format for picked versions.
-
Jim Fulton authored
This will allow a versions feature to be added without updating all recipes initially. Later, recipes that support custom versions will be able to override the defaults by passing options.
-