mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Makefile,docs: tahoe-deps.tar.gz now lives in separate source/deps/ directory on http://allmydata.org
This commit is contained in:
parent
3900d1fe7f
commit
09603212ca
2
Makefile
2
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
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user