- 31 Oct, 2007 1 commit
-
-
jim 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. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81268 62d5b8a3-27da-0310-9561-8e5933582275
-
- 30 Oct, 2007 3 commits
-
-
rossp authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81247 62d5b8a3-27da-0310-9561-8e5933582275
-
rossp authored
151820: Add the distribution directory to sys.path when running the setup.py script so that the setup.py script can import modules from the distribution directory. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81246 62d5b8a3-27da-0310-9561-8e5933582275
-
rossp authored
Fix verbose option handling of debug logging message git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81245 62d5b8a3-27da-0310-9561-8e5933582275
-
- 29 Oct, 2007 1 commit
-
-
amos authored
Now there's a buildout option (use-dependency-links) that allows you to disable setuptool dependency_links metadata. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81182 62d5b8a3-27da-0310-9561-8e5933582275
-
- 28 Oct, 2007 1 commit
-
-
jim authored
When using a local find links or index, distributions weren't copied to the download cache. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81175 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Oct, 2007 2 commits
-
-
jim authored
Improved error message when no arguments are given to the setup command. The setup command no-longer requires a config file. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81136 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81135 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Oct, 2007 1 commit
-
-
baijum authored
ref: https://bugs.launchpad.net/bugs/149352 git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@80638 62d5b8a3-27da-0310-9561-8e5933582275
-
- 20 Aug, 2007 5 commits
-
-
jim authored
existing buildouts. Use:: [buildout] prefer-final = true to get the new policy. The new policy will go into effect in buildout 2. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79052 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79042 62d5b8a3-27da-0310-9561-8e5933582275
-
http://cheeseshop.python.org/simplejim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79041 62d5b8a3-27da-0310-9561-8e5933582275
-
jim 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. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79039 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
to work with recent change changes to use expanduser rather than reading $HOME directly. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@79038 62d5b8a3-27da-0310-9561-8e5933582275
-
- 10 Aug, 2007 1 commit
-
-
fdrake authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78741 62d5b8a3-27da-0310-9561-8e5933582275
-
- 02 Aug, 2007 1 commit
-
-
wichert authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78544 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Jul, 2007 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78371 62d5b8a3-27da-0310-9561-8e5933582275
-
- 19 Jul, 2007 2 commits
-
-
https://bugs.launchpad.net/zc.buildout/+bug/126441philikon authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78202 62d5b8a3-27da-0310-9561-8e5933582275
-
philikon authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@78201 62d5b8a3-27da-0310-9561-8e5933582275
-
- 13 Jul, 2007 1 commit
-
-
fdrake authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@77863 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Jul, 2007 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@77455 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
for versions if the given requirement had an upper limit and we already had the distribution whos version was the upper limit. Added simpler tested code that checks for the simpler case that teh requirement is for a specific version and we already have that version. In general, specifying upper limits other than a single version is kind of dumb, so it's not worth optimizing for that case. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@77454 62d5b8a3-27da-0310-9561-8e5933582275
-
- 20 Jun, 2007 7 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76854 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76853 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Also rearranged some code to work with emacs python mode. :) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76852 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76851 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76847 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76846 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
deterministic output by outputing all of standard output followed by all of standard error. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76843 62d5b8a3-27da-0310-9561-8e5933582275
-
- 19 Jun, 2007 4 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76787 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Removed a test that was obsoleted by a setuptools improvement in handling failed downloads. Updated to reflect a change in bootstrapping. (I wonder why this wasn't needed sooner.) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76778 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76777 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76776 62d5b8a3-27da-0310-9561-8e5933582275
-
- 04 Jun, 2007 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76281 62d5b8a3-27da-0310-9561-8e5933582275
-
- 31 May, 2007 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76048 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76047 62d5b8a3-27da-0310-9561-8e5933582275
-
- 30 May, 2007 3 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76023 62d5b8a3-27da-0310-9561-8e5933582275
-
jim 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. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76022 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76021 62d5b8a3-27da-0310-9561-8e5933582275
-
- 12 May, 2007 1 commit
-
-
jim authored
an empty configuration file and then bootstraps. - Except when using the new init command, it is now an error to run buildout without a configuration file. - 75607: buildout should not run if it creates an empty buildout.cfg git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75710 62d5b8a3-27da-0310-9561-8e5933582275
-