From 09603212ca8f656ef48259c2fa9c5422ea7d2608 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Wed, 17 Sep 2008 13:44:52 -0700
Subject: [PATCH] Makefile,docs: tahoe-deps.tar.gz now lives in separate
 source/deps/ directory on http://allmydata.org

---
 Makefile          | 2 +-
 docs/install.html | 2 +-
 setup.cfg         | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
index 2f6aeffd..18a5f5ee 100644
--- a/Makefile
+++ b/Makefile
@@ -251,7 +251,7 @@ find-trailing-spaces:
 # support/lib/ directory is gone.
 
 fetch-and-unpack-deps:
-	test -f tahoe-deps.tar.gz || wget http://allmydata.org/source/tahoe/tarballs/tahoe-deps.tar.gz
+	test -f tahoe-deps.tar.gz || wget http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz
 	rm -rf tahoe-deps
 	tar xf tahoe-deps.tar.gz
 
diff --git a/docs/install.html b/docs/install.html
index 9c4a8c81..f217d61c 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -42,7 +42,7 @@
       automatically-installable dependencies; use the smaller regular tarball
       if you don't mind the build process downloading the things it needs, or
       if you've downloaded and unpacked the <tt><a
-      href="http://allmydata.org/source/tahoe/tarballs/tahoe-deps.tar.gz">http://allmydata.org/source/tahoe/tarballs/tahoe-deps.tar.gz</a></tt>
+      href="http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz">http://allmydata.org/source/tahoe/deps/tahoe-deps.tar.gz</a></tt>
       bundle.</p>
 
 
diff --git a/setup.cfg b/setup.cfg
index 4c7ef133..cc4dd286 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -7,10 +7,10 @@ zip_ok=False
 # causes setuptools to look for these dependent tarballs in tahoe-deps/ and
 # ../tahoe-deps/ before it resorts to downloading them from PyPI.
 
-# http://allmydata.org/source/tahoe/tarballs/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.
+# 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.
 
 # Alternatively, if you're building from a release/nightly tarball instead of
 # a darcs tree, the 'sumo' tarball variant will include all of these
-- 
2.45.2