- 05 Jul, 2007 1 commit
-
-
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 5 commits
-
-
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
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75709 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
setuptools requires that file urls that point to directories must end in a "/". Added a workaround. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75706 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
install and update methods. - 59270: Buggy recipes can cause failures in later recipes via chdir Also updated a test to reflect logging of script installation. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75701 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75699 62d5b8a3-27da-0310-9561-8e5933582275
-
- 09 May, 2007 1 commit
-
-
jim authored
api to help clean up created paths when errors occir in recipe install and update methods. Made sure buildout exited with a non-zeo exit status when errors occurred. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75648 62d5b8a3-27da-0310-9561-8e5933582275
-
- 07 May, 2007 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75601 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
https://bugs.launchpad.net/zc.buildout/+bug/71353 git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75600 62d5b8a3-27da-0310-9561-8e5933582275
-
- 06 May, 2007 6 commits
-
-
jim authored
Now use system setuptools if it is available. This can also speed bootstrapping, since we don't need to download setuptools in more cases. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75593 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
https://bugs.launchpad.net/zc.buildout/+bug/105081. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75592 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
packages that can't be found or that cause version conflicts. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75589 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
packages that can't be found or that cause version conflicts. Fixed a renormalizer to prevent spurious test failures, git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75588 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
packages that can't be found or that cause version conflicts. Download caches didn't work on mac os x if directories in the download cache path were symbolic links. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75587 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@75586 62d5b8a3-27da-0310-9561-8e5933582275
-
- 01 Apr, 2007 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73963 62d5b8a3-27da-0310-9561-8e5933582275
-
- 20 Mar, 2007 3 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73399 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73398 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73397 62d5b8a3-27da-0310-9561-8e5933582275
-
- 19 Mar, 2007 4 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73346 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73345 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73344 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73343 62d5b8a3-27da-0310-9561-8e5933582275
-