[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: enable debug output for mmdebstrap job
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Aug 26 19:39:46 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
79810a93 by Holger Levsen at 2022-08-26T20:35:26+02:00
reproducible Debian: enable debug output for mmdebstrap job
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
e2885c3e by Holger Levsen at 2022-08-26T20:39:35+02:00
reproducible Debian: run mmdebstrap using sudo
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_mmdebstrap.sh
Changes:
=====================================
bin/reproducible_mmdebstrap.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 "$@"
@@ -38,10 +38,10 @@ delay_start
mkdir -p $BUILDDIR/b1/mmdebstrap
mkdir -p $BUILDDIR/b2/mmdebstrap
output_echo "Running mmdebstrap $SUITE for the first run."
-mmdebstrap $SUITE > $BUILDDIR/b1/mmdebstrap/${SUITE}.tar
+sudo mmdebstrap $SUITE > $BUILDDIR/b1/mmdebstrap/${SUITE}.tar
output_echo "Running mmdebstrap $SUITE for the second run."
-mmdebstrap $SUITE > $BUILDDIR/b2/mmdebstrap/${SUITE}.tar
+sudo mmdebstrap $SUITE > $BUILDDIR/b2/mmdebstrap/${SUITE}.tar
# Run diffoscope on the images
output_echo "Calling diffoscope on the results."
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/2ecb9c314bfd6c4cd79e6e26b2aa47f253bb3c36...e2885c3e2cd1de0030512cd7501a2cf071bb110d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/2ecb9c314bfd6c4cd79e6e26b2aa47f253bb3c36...e2885c3e2cd1de0030512cd7501a2cf071bb110d
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/20220826/36c00412/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list