[Git][qa/jenkins.debian.net][master] reproducible Debian: enable debug output for _debian_live_sync_result.sh
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Jul 24 09:15:21 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
334e8b6c by Holger Levsen at 2023-07-24T10:15:00+02:00
reproducible Debian: enable debug output for _debian_live_sync_result.sh
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=false
+DEBUG=true
. /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 -p -o Batchmode=yes "$NODE":"$origfile" "$filename.tmp"
+ scp -v -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/334e8b6ccafb053eb8452eb4962717c04ccae281
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/334e8b6ccafb053eb8452eb4962717c04ccae281
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/20230724/2c01fafd/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list