[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: more verbose job intro for debstrap jobs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Aug 29 18:47:45 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e504f19e by Holger Levsen at 2022-08-29T19:46:57+02:00
reproducible Debian: more verbose job intro for debstrap jobs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2bacb628 by Holger Levsen at 2022-08-29T19:47:29+02:00
reproducible Debian: enable debug output and disable cleanup
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_debstrap.sh
Changes:
=====================================
bin/reproducible_debstrap.sh
=====================================
@@ -4,7 +4,7 @@
# Copyright 2021-2022 Holger Levsen <holger at layer-acht.org>
# released under the GPLv2
-DEBUG=false
+DEBUG=true
. /srv/jenkins/bin/common-functions.sh
common_init "$@"
@@ -18,7 +18,7 @@ cleanup() {
output_echo "Cleanup ${RESULT}"
# Cleanup the workspace
if [ ! -z "${BUILDDIR}" ]; then
- sudo rm -rf --one-file-system ${BUILDDIR}
+ echo sudo rm -rf --one-file-system ${BUILDDIR}
fi
}
@@ -26,6 +26,7 @@ cleanup() {
# Init some variables
export TOOL="$1"
export SUITE="$2"
+output_echo "About to bootstrap $SUITE using $TOOL."
export SOURCE_DATE_EPOCH="$(date +%s)"
output_echo "SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH"
export BUILDDIR=$(mktemp --tmpdir=/srv/workspace/ -d -t ${TOOL}-${SUITE}.XXXXXXXX)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/3a1cff29fa3c30487c4b2cefef765a145a89a08d...2bacb628da6b827077c13f4960bb1f36aab9dca6
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/3a1cff29fa3c30487c4b2cefef765a145a89a08d...2bacb628da6b827077c13f4960bb1f36aab9dca6
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/20220829/7dcec2fa/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list