Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-torrent
diff options
context:
space:
mode:
Diffstat (limited to 'build-torrent')
-rwxr-xr-xbuild-torrent3
1 files changed, 2 insertions, 1 deletions
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