An error occurred fetching the project authors.
- 24 Oct, 2006 1 commit
-
-
jim authored
`67737 <https://launchpad.net/products/zc.buildout/+bug/67737>`_ Verbose and quite output options caused errors when the develop buildout option was used to create develop eggs. `67871 <https://launchpad.net/products/zc.buildout/+bug/67871>`_ Installation failed if the source was a (local) unzipped egg. `67873 <https://launchpad.net/products/zc.buildout/+bug/67873>`_ There was an error in producing an error message when part names passed to the install command weren't included in the configuration. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70900 62d5b8a3-27da-0310-9561-8e5933582275
-
- 16 Oct, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70725 62d5b8a3-27da-0310-9561-8e5933582275
-
- 08 Oct, 2006 2 commits
-
-
jim authored
setuptools and zc.buildout. Don't upgrade if the buildout command is non-local. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70580 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
setuptools as one of its dependencies, we now treat setuptools as an implicit dependency. We generate a warning if the distribution is a develop egg. - Remove old develop egg links. This requires storing the old link paths in .installed.cfg. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70578 62d5b8a3-27da-0310-9561-8e5933582275
-
- 07 Oct, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70561 62d5b8a3-27da-0310-9561-8e5933582275
-
- 02 Oct, 2006 1 commit
-
-
jim authored
---------- Non-zip-safe eggs were not unzipped when they were installed. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70497 62d5b8a3-27da-0310-9561-8e5933582275
-
- 01 Oct, 2006 1 commit
-
-
jim authored
the version of python used to run the tests is not Python-2.3. Use pypi as the index when running these tests. This is, unfortunately, necessary because when installing a source distro for another version of Python, we need to download setuptools for the desired version. Maybe in the future we can figure out a way for the tests to use a local copy of setuptools. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70460 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 4 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70201 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70197 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
https://launchpad.net/products/zc.buildout/+bug/60582 Don't use extensions when bootstrapping. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70196 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70190 62d5b8a3-27da-0310-9561-8e5933582275
-
- 14 Sep, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70170 62d5b8a3-27da-0310-9561-8e5933582275
-
- 11 Sep, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@70101 62d5b8a3-27da-0310-9561-8e5933582275
-
- 05 Sep, 2006 1 commit
-
-
jim authored
No longer generate "py-" scripts implicitly. We no longer create one for zc.buildout when bootstrapping. Added an error-reporting API for use by recipes. Added a help command-line option. Fixed a bug in the way that recipe eggs were loaded. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69990 62d5b8a3-27da-0310-9561-8e5933582275
-
- 01 Sep, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69924 62d5b8a3-27da-0310-9561-8e5933582275
-
- 31 Aug, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69909 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
-
- 17 Aug, 2006 1 commit
-
-
jim authored
The characters "-", "." and " ", weren't allowed in section or option names. Substitutions with invalid names were ignored, which caused missleading failures downstream. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69629 62d5b8a3-27da-0310-9561-8e5933582275
-
- 16 Aug, 2006 1 commit
-
-
jim authored
- Now require a recipe option (and therefore a section) for every part. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69574 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
-
- 10 Jul, 2006 2 commits
-
-
jim authored
trailing newline. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69068 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
warning that it is being created. - Fixed bug in saving installed configuration data. %'s and extra spaces weren't quoted. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69065 62d5b8a3-27da-0310-9561-8e5933582275
-
- 03 Jul, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68957 62d5b8a3-27da-0310-9561-8e5933582275
-
- 29 Jun, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68919 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
-
- 26 Jun, 2006 1 commit
-
-
jim authored
the path set to include a set of distributions and their dependeoncies. Now, you can also pass a script and arguments. This gives me a handy way of invoking setup.py scripts that require setuptools without having to install setuptools into my system python. :) git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68860 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 3 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68724 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68715 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68709 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
-
- 13 Jun, 2006 1 commit
-
-
jim authored
to be able to use external python interpreters. Wrote a missing test. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68615 62d5b8a3-27da-0310-9561-8e5933582275
-
- 12 Jun, 2006 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68608 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Added documentation of buildout:directory option. Added support for extending configurations through multiple configuration files. Added command-line options to: - Specify a configuration file - Override configuration options Renamed several options to use -s rather than _s. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68604 62d5b8a3-27da-0310-9561-8e5933582275
-
- 09 Jun, 2006 3 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68559 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68558 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68557 62d5b8a3-27da-0310-9561-8e5933582275
-