From 36586325682206561c67d7898dabffb0bc15f761 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Sat, 5 Aug 2023 15:17:36 +0200 Subject: [PATCH] =?utf8?q?immudex=5Fbuild-upload.sh=20-=20usuni=C4=99cie?= =?utf8?q?=20niepotrzebnej=20opcji=20-P=20z=20polece=C5=84=20SCP=20w=20fun?= =?utf8?q?kcji=20upload;=20sf=5Fupload.sh=20-=20dodanie=20polecenia=20zamy?= =?utf8?q?kaj=C4=85cego=20pow=C5=82ok=C4=99=20sourceforge.net?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- immudex_build-upload.sh | 4 ++-- sf_upload.sh | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) 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 -- 2.39.5