index : releng | |
Archlinux32 release engineering | gitolite user |
summaryrefslogtreecommitdiff |
-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 |