File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ gpg --import "$OUTPUT_DIR/binaryfate.asc"
1717gpg --verify " $OUTPUT_DIR /hashes.txt"
1818
1919version=$( awk ' /monero-source-v/ {print $2}' " $OUTPUT_DIR /hashes.txt" | awk -F" .tar.bz2" ' {print $1}' | awk -F" -" ' {print $3}' )
20- torrent=" Monero-project-torrent-$version "
20+ torrent=" monero-project-torrent"
21+ torrent_comment=" Multi file torrent for the Monero project $version "
2122
2223mkdir -p " $OUTPUT_DIR /$torrent "
2324
@@ -61,4 +62,4 @@ cd ../..
6162
6263# transmission-show "$TORRENT_DIR/$torrent.torrent"
6364
64- py3createtorrent -p 512 -o watch/ -c " Multi file torrent for the Monero project " --webseed https://dlsrc.getmonero.org/ -v $OUTPUT_DIR /$torrent
65+ py3createtorrent -p 512 -o watch/ -c " $torrent_comment " --webseed https://dlsrc.getmonero.org/ -v $OUTPUT_DIR /$torrent
You can’t perform that action at this time.
0 commit comments