From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 16 Jul 2009 16:06:57 +0000 (-0700)
Subject: setup: clarify the way that we host two directories of dependencies: one is source... 
X-Git-Tag: trac-4000~4
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/(%5B%5E?a=commitdiff_plain;h=244fee10f7bcba23bfc5d7d9e2423b975e877476;p=tahoe-lafs%2Ftahoe-lafs.git

setup: clarify the way that we host two directories of dependencies: one is source distributions and the other is binary distributions
---

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.