An error occurred fetching the project authors.
- 01 Sep, 2015 1 commit
-
-
Bernard `Guyzmo` Pratz authored
fixes issue GH-259. Signed-off-by: Bernard `Guyzmo` Pratz <guyzmo+github@m0g.net>
-
- 26 Aug, 2015 2 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
Reason: it doesn't only apply to URLs downloaded to the extends-cache, but also to URLs downloaded as tempfiles.
-
- 25 Aug, 2015 1 commit
-
-
Reinout van Rees authored
Fixes #245 mostly
-
- 01 Jul, 2015 6 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
This means the eggs/ cache dir creation also moved to the start of buildout instead of happening somewhere deep in the installation mechanism. I'll need to adjust the test output for this.
-
Reinout van Rees authored
-
Reinout van Rees authored
-
Reinout van Rees authored
-
- 29 Jun, 2015 2 commits
-
-
Reinout van Rees authored
The [:] is necessary to edit the os.walk results in-place. Otherwise the filtering-out of .svn, CVS and so doesn't work as intended. (Note: this regression I put in was caught by one of the tests! Good that we've got such a large amount of tests!)
-
Reinout van Rees authored
Added fs_to_text() function that ensures a filename is always unicode (python 2) or str (python 3). os.walk() gets such a unicode dirname as start point, so that it tries to do its best on python2. The resulting filenames are converted to unicode to make really sure that the join() doesn't fail with a decoding error. The input to the hash function is encoded, as it gives an ascii encoding error otherwise on python 2.
-
- 15 Jun, 2015 1 commit
-
-
Reinout van Rees authored
There is code in buildout to remove develop-eggs that it knows about. So if everything is OK, develop-egg removal works fine. If there's something fishy goign on, however, buildout doesn't clean it up enough. Zapping the entire directory upon bootstrap is a very effective way to prevent problems. Reason: the old osc.recipe.sysegg did add develop-eggs .egg-link files to the site-packages dir, effectively short-circuiting buildout's picked versions. Likewise an old bootstrap could have left a setuptoos.egg-link to an ancient setuptools version. I just this minute had to help a colleague with just such a problem.
-
- 12 Mar, 2014 1 commit
-
-
Lele Gaifax authored
-
- 09 Mar, 2014 2 commits
-
-
Lele Gaifax authored
This implements additional suggestions on issue #171.
-
Lele Gaifax authored
This fixes the issue #171.
-
- 23 Jan, 2014 1 commit
-
-
Peter Uittenbroek authored
-
- 22 Jan, 2014 3 commits
-
-
Peter Uittenbroek authored
-
Peter Uittenbroek authored
-
Peter Uittenbroek authored
-
- 10 Sep, 2013 1 commit
-
-
Fred Drake authored
-
- 10 Jun, 2013 1 commit
-
-
Tres Seaver authored
Even if distutils / setuptools gives it to us more than once.
-
- 03 Jun, 2013 1 commit
-
-
Tres Seaver authored
My doctest / renormalizer fu is not strong enough to deal with the changes to output: - setuptools now has dependencies, and emits output to add them as 'find-links'. I tried adding an 'adding_find_link' renormalizer, but it doesn't suppress the output. - Other failures due to merge tweaking APIs, etc. Again, I'm not competent to fix them in the doctest / renormalizer world: they make my head hurt.
-
- 03 May, 2013 1 commit
-
-
Martijn Pieters authored
See http://svn.zope.org/zc.buildout/trunk/?rev=127336&view=rev; this fix was made after buildout 2 was branched off.
-
- 26 Apr, 2013 2 commits
- 24 Mar, 2013 1 commit
-
-
pombredanne authored
-
- 23 Mar, 2013 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
This is weird, platform.python_version_tuple() returns a tuple of ints on Python 2.6 on windows.
-
- 17 Mar, 2013 1 commit
-
-
Jim Fulton authored
exist in that branch). I don't really expect people to use conditional sections with parse, but behavior should be consistent.
-
- 26 Feb, 2013 2 commits
-
-
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.
-
- 25 Feb, 2013 1 commit
-
-
Jim Fulton authored
-
- 21 Feb, 2013 2 commits
-
-
Reinout van Rees authored
Reworded the warning.
-
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.
-
- 18 Feb, 2013 1 commit
-
-
pombredanne authored
-
- 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
-
- 14 Feb, 2013 2 commits
-
-
Reinout van Rees authored
Picked versions are stored for later printing/writing in the Installer also when show-picked-versions is set to false but update-versions-file is set to a file. Previously, show-picked-versions=false would also disable the versions file updating.
-
Reinout van Rees authored
I changed it to make it applicable whether the picked versions are printed or not. 'This info has been written to' doesn't work if this hasn't been printed on the previous lines :-)
-
- 09 Feb, 2013 1 commit
-
-