From: xf0r3m Date: Sat, 5 Aug 2023 13:17:36 +0000 (+0200) Subject: immudex_build-upload.sh - usunięcie niepotrzebnej opcji -P z poleceń SCP w funkcji... X-Git-Url: https://gitweb.morketsmerke.org/?a=commitdiff_plain;h=36586325682206561c67d7898dabffb0bc15f761;p=immudex-testing.git immudex_build-upload.sh - usunięcie niepotrzebnej opcji -P z poleceń SCP w funkcji upload; sf_upload.sh - dodanie polecenia zamykającego powłokę sourceforge.net --- diff --git a/immudex_build-upload.sh b/immudex_build-upload.sh index 9d35073..0faa012 100644 --- a/immudex_build-upload.sh +++ b/immudex_build-upload.sh @@ -47,10 +47,10 @@ function upload() { 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 $? } diff --git a/sf_upload.sh b/sf_upload.sh index 12528f4..d646583 100644 --- a/sf_upload.sh +++ b/sf_upload.sh @@ -4,10 +4,12 @@ source immudex_build-upload.sh 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