An error occurred fetching the project authors.
- 07 Jun, 2008 1 commit
-
-
tarek authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@87237 62d5b8a3-27da-0310-9561-8e5933582275
-
- 02 May, 2008 1 commit
-
-
yuppie authored
This change reduces test failures on my current platform from 48 to 3. I hope it doesn't break zc.buildout on any other platform. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@86091 62d5b8a3-27da-0310-9561-8e5933582275
-
- 31 Mar, 2008 1 commit
-
-
andreasjung authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@85041 62d5b8a3-27da-0310-9561-8e5933582275
-
- 22 Feb, 2008 1 commit
-
-
andreasjung authored
- further rmtree fixes for Windows git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@84136 62d5b8a3-27da-0310-9561-8e5933582275
-
- 21 Feb, 2008 1 commit
-
-
andreasjung authored
Gottfried Ganssauge) (ajung) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@84115 62d5b8a3-27da-0310-9561-8e5933582275
-
- 18 Feb, 2008 1 commit
-
-
zagy authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@84015 62d5b8a3-27da-0310-9561-8e5933582275
-
- 12 Feb, 2008 1 commit
-
-
mj authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@83761 62d5b8a3-27da-0310-9561-8e5933582275
-
- 14 Jan, 2008 1 commit
-
-
jim authored
selecting Python tests without Python 2.3 available, since I've lost Python 2.3 in my upgrade to Mac OS X 2.5. :( git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82856 62d5b8a3-27da-0310-9561-8e5933582275
-
- 13 Jan, 2008 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@82851 62d5b8a3-27da-0310-9561-8e5933582275
-
- 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 2 commits
-
-
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 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@81135 62d5b8a3-27da-0310-9561-8e5933582275
-
- 20 Aug, 2007 2 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
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
-
- 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 3 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76853 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
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 1 commit
-
-
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
-
- 31 May, 2007 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@76048 62d5b8a3-27da-0310-9561-8e5933582275
-
- 30 May, 2007 1 commit
-
-
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
-
- 12 May, 2007 3 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
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
-
- 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 2 commits
-
-
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. 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
-
- 20 Mar, 2007 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73398 62d5b8a3-27da-0310-9561-8e5933582275
-
- 19 Mar, 2007 2 commits
-
-
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@73341 62d5b8a3-27da-0310-9561-8e5933582275
-
- 18 Mar, 2007 1 commit
-
-
jim authored
It wasn't possible to give options on the command line for sections not defined in a configuration file. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73325 62d5b8a3-27da-0310-9561-8e5933582275
-
- 14 Mar, 2007 1 commit
-
-
jim authored
to avoid database corruption when a user breaks out of a buildout with control-c. - Don't save an installed database if there are no installed parts or develop egg links. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73178 62d5b8a3-27da-0310-9561-8e5933582275
-
- 09 Mar, 2007 2 commits
-
-
jim authored
sections. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73130 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Treat DistutilsErrors as user errors. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73126 62d5b8a3-27da-0310-9561-8e5933582275
-
- 08 Mar, 2007 1 commit
-
-
jim authored
- Added "logical tracebacks" that show functionally what the buildout was doing when an error occurs. Don't show a Python traceback unless the -D option is used. - Added a -D option that causes the buildout to print a traceback and start the pdb post-mortem debugger when an error occurs. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73082 62d5b8a3-27da-0310-9561-8e5933582275
-