From: Matt Joiner Date: Fri, 29 Dec 2017 02:50:26 +0000 (+1100) Subject: Add the fs test torrent to the repo X-Git-Tag: v1.0.0~306 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a0f8f246e5621414ba8451687e40649a808cb182;p=btrtrc.git Add the fs test torrent to the repo Debian keep moving it. --- diff --git a/fs/test.sh b/fs/test.sh index ba32058f..e969f5fe 100755 --- a/fs/test.sh +++ b/fs/test.sh @@ -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 index 00000000..bb4b1025 Binary files /dev/null and b/testdata/debian-9.1.0-amd64-netinst.iso.torrent differ