[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian bootstrap jobs: run first test verbose, not the 2nd
Holger Levsen (@holger)
gitlab at salsa.debian.org
Mon Sep 26 16:00:04 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d400a0f0 by Holger Levsen at 2022-09-26T16:59:45+02:00
reproducible Debian bootstrap jobs: run first test verbose, not the 2nd
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_debstrap.sh
Changes:
=====================================
bin/reproducible_debstrap.sh
=====================================
@@ -69,16 +69,16 @@ for LOOP in "first" "second" ; do
case $LOOP in
first) SUBDIR=b1
ACTION="Verbosely running"
- REALTOOL=$TOOL
- ;;
- second) SUBDIR=b2
- ACTION="Running"
case $TOOL in
mmdebstrap) REALTOOL="mmdebstrap -v" ;;
debootstrap) REALTOOL="debootstrap --verbose" ;;
cdebootstrap) REALTOOL="cdebootstrap --verbose" ;;
esac
;;
+ second) SUBDIR=b2
+ ACTION="Running"
+ REALTOOL=$TOOL
+ ;;
esac
output_echo "$ACTION ${TOOL} $SUITE for the $LOOP run."
mkdir -p $BUILDDIR/$SUBDIR/${TOOL}
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d400a0f0746d0050447e6ac695c14572780ae1a5
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/d400a0f0746d0050447e6ac695c14572780ae1a5
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/20220926/2ff2858e/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list