An error occurred fetching the project authors.
- 26 Jan, 2016 4 commits
-
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
Add referred parts' hash strings in __buildout_signature__, that invokes rebuild of a part when one of its (recursive) dependencies are modified. Also remove duplicates and sort entries in __buildout_signature__.
-
Kazuhiko Shiozaki authored
In SlapOS, bootstrap is called each time software release is invoked and we do not want to delete develop-eggs directory. This reverts commit 55d76b34.
-
Kazuhiko Shiozaki authored
-
- 01 Jul, 2015 1 commit
-
-
Reinout van Rees authored
-
- 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.
-
- 09 Mar, 2014 1 commit
-
-
Lele Gaifax authored
This implements additional suggestions on issue #171.
-
- 10 Sep, 2013 1 commit
-
-
Fred Drake authored
-
- 03 Jul, 2013 1 commit
-
-
js@hipro.co.in authored
-
- 19 Jun, 2013 1 commit
-
-
Martijn Pieters authored
The source code maps `macosx` to `'darwin' in sys_platform`, so this is definitely Mac OS X and not the *old* Mac OS.
-
- 14 Jun, 2013 2 commits
-
-
Martijn Pieters authored
-
Martijn Pieters authored
-
- 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
-
- 24 Mar, 2013 1 commit
-
-
pombredanne authored
-
- 19 Mar, 2013 1 commit
-
-
Jim Fulton authored
Fixed the conditional-section example and added a test for it. Added some more details about option overridding.
-
- 17 Mar, 2013 1 commit
-
-
Jim Fulton authored
-
- 25 Feb, 2013 1 commit
-
-
Jim Fulton authored
-
- 25 Jan, 2013 2 commits
-
-
Reinout van Rees authored
-
Reinout van Rees authored
Included: functionality (copy/pasted from buildout-versions) to actually record and print the picked versions. For this, two new class-level attributes on the Installer are added. TODO: testing whether the printing of what required what also works.
-
- 20 Jan, 2013 1 commit
-
-
Jim Fulton authored
option_name=value as a short-hand for:: buildout:option_name=value
-
- 19 Jan, 2013 1 commit
-
-
Jim Fulton authored
favor of the versions sections. Add default versions to the versions section, if possible. This means adding a versions section (if necessary/possible).
-
- 11 Jan, 2013 1 commit
-
-
Jim Fulton authored
-
- 10 Jan, 2013 1 commit
-
-
Jim Fulton authored
is preserved. Tighten config file syntax to allow fewer variations.
-
- 14 Dec, 2012 1 commit
-
-
Patrick Strawderman authored
-
- 30 Nov, 2012 1 commit
-
-
Jim Fulton authored
for Python 3.
-
- 23 Nov, 2012 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
- 17 Nov, 2012 1 commit
-
-
Jim Fulton authored
-
- 06 Oct, 2012 1 commit
-
-
Jim Fulton authored
-
- 03 Sep, 2012 1 commit
-
-
Jim Fulton authored
Sort dict-based data for consistent output.
-
- 21 Aug, 2012 1 commit
-
-
Marius Gedminas authored
If the test happened to write to mkdir.py twice in the same second, Python's import cache wouldn't notice that the .pyc file is stale and would execute old code.
-
- 11 Jun, 2012 1 commit
-
-
Jim Fulton authored
-
- 13 May, 2012 1 commit
-
-
Jim Fulton authored
paths to set up a custom interpreter part that has the distributions or parts in the path. For example:: python bootstrap.py init BeautifulSoup
-
- 12 May, 2012 3 commits
-
-
Jim Fulton authored
both from command line and from config files. Cherry-picked from svn trunk. Thanks Godefroid.
-
Jim Fulton authored
-
Jim Fulton authored
Cherry-picked from trunk. Thanks Gary.
-
- 28 Apr, 2012 1 commit
-
-
Jim Fulton authored
-
- 15 Apr, 2012 1 commit
-
-
Jim Fulton authored
-
- 14 Apr, 2012 1 commit
-
-
Jim Fulton authored
debuggable.
-