mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
update deps URLs to use "tahoe-lafs" instead of bare "tahoe"
This commit is contained in:
parent
8dca978b43
commit
8d4f68bc09
2
Makefile
2
Makefile
@ -270,7 +270,7 @@ find-trailing-spaces:
|
||||
# support/lib/ directory is gone.
|
||||
|
||||
fetch-and-unpack-deps:
|
||||
test -f tahoe-deps.tar.gz || wget https://tahoe-lafs.org/source/tahoe/deps/tahoe-deps.tar.gz
|
||||
test -f tahoe-deps.tar.gz || wget https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-deps.tar.gz
|
||||
rm -rf tahoe-deps
|
||||
tar xzf tahoe-deps.tar.gz
|
||||
|
||||
|
@ -24,7 +24,7 @@ zip_ok=False
|
||||
# dependencies in the tahoe-deps/ directory.
|
||||
|
||||
find_links=misc/dependencies tahoe-deps ../tahoe-deps
|
||||
https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-sdists/
|
||||
https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-sdists/
|
||||
https://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-lafs-dep-eggs/
|
||||
|
||||
# Other sites that we might want to list:
|
||||
|
Loading…
x
Reference in New Issue
Block a user