Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/build-torrent
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-02-05 16:13:09 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-02-05 16:13:09 +0100
commitd98ebcfca34d5a9adc0e4c2d1ad6bfdeaabbdd6d (patch)
tree6e004e7b03fe797f6d6e049a157d53cfe327e40b /build-torrent
parentd538d138b2e47043054e53cdf079f8d6b1cffafb (diff)
much more cleanup
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