index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-05 16:13:09 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-02-05 16:13:09 +0100 |
commit | d98ebcfca34d5a9adc0e4c2d1ad6bfdeaabbdd6d (patch) | |
tree | 6e004e7b03fe797f6d6e049a157d53cfe327e40b /build-torrent | |
parent | d538d138b2e47043054e53cdf079f8d6b1cffafb (diff) |
-rwxr-xr-x | build-torrent | 3 |
diff --git a/build-torrent b/build-torrent index b3a842d..0c11e06 100755 --- a/build-torrent +++ b/build-torrent @@ -141,6 +141,7 @@ mktorrent --announce=http://${torrent_server}:6969/announce \ --output="${archiso_dir}/${torrent_file}" \ "${archiso_dir}/${iso}" -scp "${archiso_dir}/${torrent_file}" "${torrent_user}@${torrent_server}:${hefur_dir}" +# I have to go over port 9586, copying manually ATM +#scp -P "${torrent_ssh_port}" "${archiso_dir}/${torrent_file}" "${torrent_user}@${torrent_server}:${hefur_dir}" exit 0 |