From 244fee10f7bcba23bfc5d7d9e2423b975e877476 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Thu, 16 Jul 2009 09:06:57 -0700 Subject: [PATCH] setup: clarify the way that we host two directories of dependencies: one is source distributions and the other is binary distributions --- setup.cfg | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/setup.cfg b/setup.cfg index f4d00098..b6f549b8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,19 +14,21 @@ zip_ok=False # resorts to downloading them from PyPI. # http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz contains a bundle -# of these dependencies. So it you want to avoid the build-time download -# (say, if you're on an airplane, or a desert island), just grab a copy and -# unpack it in your tahoe darcs tree. +# of these dependencies (as Python source distributions or "sdists"). So it +# you want to avoid the build-time download (say, if you're on an airplane, +# or a desert island), just grab a copy and unpack it in your tahoe darcs tree. # Alternatively, if you're building from a release/nightly tarball instead of # a darcs tree, the 'sumo' tarball variant will include all of these # dependencies in the tahoe-deps/ directory. -# The directory on the allmydata.org testgrid is a directory where -# tahoe developers host copies of upstream dependencies. +# The directory on the allmydata.org testgrid named "tahoe-dep-sdists" is a +# directory where tahoe developers host copies of upstream dependencies as +# Python source distributions. The one named "tahoe-dep-eggs" contains +# Python binary distributions ("eggs"). find_links=misc/dependencies tahoe-deps ../tahoe-deps - http://allmydata.org/source/tahoe/deps/tahoe-deps/ + http://allmydata.org/source/tahoe/deps/tahoe-dep-sdists/ http://allmydata.org/source/tahoe/deps/tahoe-dep-eggs/ # The following is a directory on the test grid which holds a bunch of packages of dependencies. -- 2.37.2