]> gitweb.morketsmerke.org Git - immudex-testing.git/commitdiff
immudex_build-upload.sh - usunięcie niepotrzebnej opcji -P z poleceń SCP w funkcji...
authorxf0r3m <jakubstasinski@protonmail.com>
Sat, 5 Aug 2023 13:17:36 +0000 (15:17 +0200)
committerxf0r3m <jakubstasinski@protonmail.com>
Sat, 5 Aug 2023 13:17:36 +0000 (15:17 +0200)
immudex_build-upload.sh
sf_upload.sh

index 9d3507371dcea3175694b099752a7c901ef1ec4f..0faa012815f4bfc2a0e3bc046c2e2f5273547425 100644 (file)
@@ -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 $?
 }
 
index 12528f47d2c29cf9466cbfa4fd942dbe994e9442..d6465832ed18e1690db9cf562b7d0bad9f63e5ce 100644 (file)
@@ -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