- 28 Jun, 2006 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68885 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68884 62d5b8a3-27da-0310-9561-8e5933582275
-
- 27 Jun, 2006 3 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68867 62d5b8a3-27da-0310-9561-8e5933582275
-
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
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68865 62d5b8a3-27da-0310-9561-8e5933582275
-
- 26 Jun, 2006 10 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68864 62d5b8a3-27da-0310-9561-8e5933582275
-
fdrake authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68862 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68861 62d5b8a3-27da-0310-9561-8e5933582275
-
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
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68859 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
Reformated the tests to simplify the examples of calling the buildout script. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68858 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68849 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68844 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68843 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68842 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 2 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68764 62d5b8a3-27da-0310-9561-8e5933582275
-
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 12 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68726 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68725 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68724 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
develop egg link. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68723 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68716 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@68711 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68710 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
-
jim authored
shared across projects or working directories. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68708 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
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68706 62d5b8a3-27da-0310-9561-8e5933582275
-
- 16 Jun, 2006 1 commit
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68693 62d5b8a3-27da-0310-9561-8e5933582275
-
- 15 Jun, 2006 1 commit
-
-
jim authored
Fixed small bug in handling of custom installed.cfg location. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68652 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 4 commits
-
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68608 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68606 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68605 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 2 commits
-
-
jim authored
option. The values are setuptools requirements and can have spaces in them. git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68562 62d5b8a3-27da-0310-9561-8e5933582275
-
jim authored
git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@68559 62d5b8a3-27da-0310-9561-8e5933582275
-