[Git][qa/jenkins.debian.net][master] reproducible Debian live: use scp -O: Use the legacy SCP protocol instead of...
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Jul 26 13:11:36 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
0faadb63 by Holger Levsen at 2023-07-26T14:11:18+02:00
reproducible Debian live: use scp -O: Use the legacy SCP protocol instead of the SFTP protocol, thanks lucas & Myon
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_debian_live_sync_result.sh
Changes:
=====================================
bin/reproducible_debian_live_sync_result.sh
=====================================
@@ -4,7 +4,7 @@
# Copyright 2022-2023 Holger Levsen <holger at layer-acht.org>
# released under the GPLv2
-DEBUG=true
+DEBUG=false
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
@@ -51,7 +51,7 @@ rsync_remote_results() {
fi
local URL="${REPRODUCIBLE_URL}/${PROJECT_PATH}/$EXTRADIR${filename}"
# Copy the new results from the build node to the web server node
- scp -v -p -o Batchmode=yes "$NODE":"$origfile" "$filename.tmp"
+ scp -O -p -o Batchmode=yes "$NODE":"$origfile" "$filename.tmp"
chmod 755 "$filename.tmp"
mv "$filename.tmp" "$filename"
echo "$(date -u) - enjoy $URL"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0faadb633802c93cd357aaa542493d180f0f9e81
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/0faadb633802c93cd357aaa542493d180f0f9e81
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230726/8160934e/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list