From ba0c6d1fd1c1dfa4760545faa5355c2a548ab109 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 11 Jan 2009 09:11:26 -0700
Subject: [PATCH] setup: Point setuptools at a directory on the allmydata.org
 test grid to find dependencies. Don't include an unrouteable IP address in
 find_links (fixes #574).

---
 setup.cfg | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index e25cca60..cfcd4071 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,11 +16,12 @@ zip_ok=False
 # a darcs tree, the 'sumo' tarball variant will include all of these
 # dependencies in the tahoe-deps/ directory.
 
-find_links=misc/dependencies tahoe-deps ../tahoe-deps
-           http://192.168.1.126:3567/uri/URI:DIR2-RO:snrfwfxatrci35zdgjnzxxx2ke:unarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a
-
-#           http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063
+# The directory on the allmydata.org testgrid is a directory where
+# tahoe developers host copies of upstream dependencies.
 
+find_links=misc/dependencies tahoe-deps ../tahoe-deps
+	http://testgrid.allmydata.org:3567/uri/URI%3ADIR2-RO%3Asnrfwfxatrci35zdgjnzxxx2ke%3Aunarxv347edtku3xzmefy4mcdmfngxzeb72iyqcadbjzjpczjx5a/
 
+# http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063
 # http://pypi.python.org/pypi/pywin32
 
-- 
2.45.2