An error occurred fetching the project authors.
- 05 Mar, 2009 1 commit
-
-
tseaver authored
o Avoids deprecation warnings in Python 2.6. See: http://docs.python.org/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3 git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@97510 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Feb, 2009 1 commit
-
-
shane authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@96120 62d5b8a3-27da-0310-9561-8e5933582275
-
- 13 Aug, 2008 1 commit
-
-
sidnei authored
- Fixed a bug that would cause buildout to break while computing a directory hash if it found a broken symlink (Launchpad #250573) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@89802 62d5b8a3-27da-0310-9561-8e5933582275
-
- 13 Jul, 2008 1 commit
-
-
philikon authored
Gotta love PyFlakes git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@88322 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
-
- 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
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
-
- 20 Jun, 2007 1 commit
-
-
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 Mar, 2007 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73344 62d5b8a3-27da-0310-9561-8e5933582275
-
- 18 Mar, 2007 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73326 62d5b8a3-27da-0310-9561-8e5933582275
-
- 06 Mar, 2007 1 commit
-
-
jim authored
- The easy_install module install and build functions now accept a versions argument that supplied to mapping from project name to version numbers. This can be used to fix version numbers for required distributions and their depenencies. When a version isn't fixed, using either a versions option or using a fixed version number in a requirement, then a debug log message is emitted indicating the version picked. This is useful for setting versions options. - Added a remove testing helper function that removes files or directories. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@73006 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Feb, 2007 1 commit
-
-
ctheune authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72886 62d5b8a3-27da-0310-9561-8e5933582275
-
- 08 Feb, 2007 1 commit
-
-
jim authored
spurious test failures. I'm not sure this is really necessary. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72465 62d5b8a3-27da-0310-9561-8e5933582275
-
- 07 Feb, 2007 1 commit
-
-
jim authored
```------------ - Added a buildout newest option, to control whether the newest distributions should be sought to meet requirements. This might also provide a hint to recipes that don't deal with distributions. For example, a recipe that manages subversion checkouts might not update a checkout if newest is set to "false". - The recipe-testing support setUp function now adds the name *buildout* to the test namespace with a value that is the path to the buildout script in the sample buildout. This allows tests to use >>> print system(buildout), rather than: >>> print system(join('bin', 'buildout')), Bugs Fixed ``` ------- - Paths returned from update methods replaced lists of installed files rather than augmenting them. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72432 62d5b8a3-27da-0310-9561-8e5933582275
-
- 16 Oct, 2006 1 commit
-
-
jim authored
buildout. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70724 62d5b8a3-27da-0310-9561-8e5933582275
-
- 11 Oct, 2006 1 commit
-
-
jim authored
or setuptools, copy the develop eggs to the new buildout's develop-eggs directory, rather than its eggs directory. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70602 62d5b8a3-27da-0310-9561-8e5933582275
-
- 19 Sep, 2006 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70244 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
API. This allowed the tests to be simplified somewhat. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70237 62d5b8a3-27da-0310-9561-8e5933582275
-
- 15 Sep, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70200 62d5b8a3-27da-0310-9561-8e5933582275
-
- 14 Sep, 2006 1 commit
-
-
jim authored
This makes things go a little faster, makes errors a little easier to handle, and allows extensions (like the sftp extension) to influence more of the process. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70184 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Sep, 2006 1 commit
-
-
jim authored
Added an environment variable hack to cause the buildout to use a local empty index when running tests. This allows most of the tests to be run when offline and doesn't slam pypi at other times. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69989 62d5b8a3-27da-0310-9561-8e5933582275
-
- 29 Aug, 2006 1 commit
-
-
jim authored
generated script paths. Added an arguments option to specify source for arguments to be passed to entry points. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69864 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Aug, 2006 1 commit
-
-
jim authored
The sample buildout is now created using the bootstrapping mechanism and so has a normal layout. No longer read ~/.buildout/.default.cfg, when running tests. (We do read a ~/.buildout/.default.cfg when testing that function, but we manipulate HOME so that we control what is read.) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69806 62d5b8a3-27da-0310-9561-8e5933582275
-
- 09 Aug, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69383 62d5b8a3-27da-0310-9561-8e5933582275
-
- 29 Jun, 2006 1 commit
-
-
jim authored
Added an api for registering tearDown handlers. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68915 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Jun, 2006 1 commit
-
-
jim authored
Now the test namespace has a helper for creating temporary directories that are automatically cleaned up. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68866 62d5b8a3-27da-0310-9561-8e5933582275
-
- 25 Jun, 2006 1 commit
-
-
jim authored
distributions available. This required working around issues with easy_install's --upgrade option: - Upgrade is not recursive. Upgrading a distro doesn't update it's dependencies. - Upgrade doesn't try very hard to avoid searching. If we require a specific version of a distribution, and we already have that distribution, there's no point in looking for a newer one. - easy_install has kind of odd rules for deciding when to look at an index. Now that we use upgrade all the time, easy_install always wants to look at an index. - We get warnings when connecting to index servers, like PyPI that return text/plain not found messages. We now have much greater control over how dependencies are managed. We've essentially taken this over from easy_install. Because we now always talk to an index server and because we want to control anything we do in a test, many of the tests actually run their own web servers. Anyway: - Now handle upgrades correctly, I think. - The egg recipe can now install multiple distributions. - We have the beginnings of offline mode. - The internal architeture is much cleaner. - We've merged the easy_install and egglinker modules, tossing some superfluois apis in the egglinker module. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68838 62d5b8a3-27da-0310-9561-8e5933582275
-
- 19 Jun, 2006 1 commit
-
-
jim authored
buildout) to be used. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68763 62d5b8a3-27da-0310-9561-8e5933582275
-
- 17 Jun, 2006 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68709 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
shared across projects or working directories. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68707 62d5b8a3-27da-0310-9561-8e5933582275
-
- 14 Jun, 2006 1 commit
-
-
jim authored
If a recipe uses any data from other sections, the recipe needs to update it's data when the recipe is constructed. Need more discussion of this in the docs. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68634 62d5b8a3-27da-0310-9561-8e5933582275
-
- 12 Jun, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68608 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Jun, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68494 62d5b8a3-27da-0310-9561-8e5933582275
-