scp $SSH_OPTS immudex-testing/{32,64}/*.{iso,txt} ${mirror}/${BRANCH}/iso/${VERSION};
okorfail $?;
echo -n "Uploading 32-bit live (upgrades) files...";
- scp -P $SSH_OPTS immudex-testing/32/staging/live/* ${mirror}/${BRANCH}/upgrades/${VERSION}/32;
+ scp $SSH_OPTS immudex-testing/32/staging/live/* ${mirror}/${BRANCH}/upgrades/${VERSION}/32;
okorfail $?
echo -n "Uploading 64-bit live (upgrades) files...";
- scp -P $SSH_OPTS immudex-testing/64/staging/live/* ${mirror}/${BRANCH}/upgrades/${VERSION}/64;
+ scp $SSH_OPTS immudex-testing/64/staging/live/* ${mirror}/${BRANCH}/upgrades/${VERSION}/64;
okorfail $?
}
BRANCH="testing";
VERSION="1.0.7";
-SSH_OPTS="-i /home/nahub5328/.ssh/id_ed25519";
+SSH_OPTS="-i /home/xf0r3m/id_ed25519";
prepare_mirror nahub5328@shell.sourceforge.net:/home/frs/project/breathwood/immudex $SSH_OPTS;
upload nahub5328@frs.sourceforge.net:/home/frs/project/breathwood/immudex $SSH_OPTS;
finish_upload nahub5328@shell.sourceforge.net:/home/frs/project/breathwood/immudex $SSH_OPTS;
+
+ssh $SSH_OPTS nahub5328@shell.sourceforge.net shutdown