File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v4
1111 - name : Install dependencies
1212 run : |
13- sudo apt-get update
14- sudo apt-get install -y gpg build-essential automake autoconf libtool pkg-config intltool libcurl4-openssl-dev libglib2.0-dev libevent-dev libminiupnpc-dev libgtk-3-dev libappindicator3-dev libssl-dev
15- - name : compile transmision
16- run : |
17- git clone --recursive https://github.com/transmission/transmission.git
18- cd transmission
19- git checkout 4.0.6
20- mkdir build && cd build
21- cmake -DCMAKE_BUILD_TYPE=Release ..
22- cmake --build .
23- cmake --install .
24- - name : Build torrent
25- run : ./create_monero_torrent.sh
13+ pip3 install py3createtorrent
14+ - name : download files and create torrent
15+ run : ./create_monero_torrent.sh
Original file line number Diff line number Diff line change @@ -45,8 +45,10 @@ grep 'monero-' hashes.txt | sha256sum -c || {
4545
4646cd ../..
4747
48- transmission-create -s " $PIECE_SIZE " -o " $TORRENT_DIR /$torrent .torrent" --anonymize " $OUTPUT_DIR /$torrent "
48+ # transmission-create -s "$PIECE_SIZE" -o "$TORRENT_DIR/$torrent.torrent" --anonymize "$OUTPUT_DIR/$torrent"
4949# prints the magnet link
50- transmission-show -m " $TORRENT_DIR /$torrent .torrent"
50+ # transmission-show -m "$TORRENT_DIR/$torrent.torrent"
5151
52- transmission-show " $TORRENT_DIR /$torrent .torrent"
52+ # transmission-show "$TORRENT_DIR/$torrent.torrent"
53+
54+ py3createtorrent -p 512 -o watch/ -c " Multi file torrent for the Monero project" -v $OUTPUT_DIR /$torrent
You can’t perform that action at this time.
0 commit comments