Add the fs test torrent to the repo

Debian keep moving it.
This commit is contained in:
Matt Joiner 2017-12-29 13:50:26 +11:00
parent a0172f7c6e
commit a0f8f246e5
2 changed files with 2 additions and 1 deletions

View File

@ -1,9 +1,10 @@
repopath=$(cd $(dirname $0)/..; pwd)
mkdir mnt torrents mkdir mnt torrents
umount mnt umount mnt
set -e set -e
GOPPROF=http godo github.com/anacrolix/torrent/cmd/torrentfs -mountDir=mnt -metainfoDir=torrents & GOPPROF=http godo github.com/anacrolix/torrent/cmd/torrentfs -mountDir=mnt -metainfoDir=torrents &
cd 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 echo 'magnet:?xt=urn:btih:6a9759bffd5c0af65319979fb7832189f4f3c35d&dn=sintel.mp4' > sintel.magnet
cd .. cd ..
file=debian-9.1.0-amd64-netinst.iso file=debian-9.1.0-amd64-netinst.iso

Binary file not shown.