]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Add the fs test torrent to the repo
authorMatt Joiner <anacrolix@gmail.com>
Fri, 29 Dec 2017 02:50:26 +0000 (13:50 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Fri, 29 Dec 2017 02:50:26 +0000 (13:50 +1100)
Debian keep moving it.

fs/test.sh
testdata/debian-9.1.0-amd64-netinst.iso.torrent [new file with mode: 0644]

index ba32058fd267d5b3ea70da795c769bd36c09ec32..e969f5fe9b210bdfa43394800167f589dd86f4a8 100755 (executable)
@@ -1,9 +1,10 @@
+repopath=$(cd $(dirname $0)/..; pwd)
 mkdir mnt torrents
 umount mnt
 set -e
 GOPPROF=http godo github.com/anacrolix/torrent/cmd/torrentfs -mountDir=mnt -metainfoDir=torrents &
 cd torrents
-wget -c https://cdimage.debian.org/cdimage/archive/9.1.0/amd64/bt-cd/debian-9.1.0-amd64-netinst.iso.torrent
+cp "$repopath"/testdata/debian-9.1.0-amd64-netinst.iso.torrent .
 echo 'magnet:?xt=urn:btih:6a9759bffd5c0af65319979fb7832189f4f3c35d&dn=sintel.mp4' > sintel.magnet
 cd ..
 file=debian-9.1.0-amd64-netinst.iso
diff --git a/testdata/debian-9.1.0-amd64-netinst.iso.torrent b/testdata/debian-9.1.0-amd64-netinst.iso.torrent
new file mode 100644 (file)
index 0000000..bb4b102
Binary files /dev/null and b/testdata/debian-9.1.0-amd64-netinst.iso.torrent differ