[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian debstrap jobs: correctly report tool usage
Holger Levsen (@holger)
gitlab at salsa.debian.org
Wed Oct 5 17:49:50 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
5efaac25 by Holger Levsen at 2022-10-05T18:49:34+02:00
reproducible Debian debstrap jobs: correctly report tool usage
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_debstrap.sh
Changes:
=====================================
bin/reproducible_debstrap.sh
=====================================
@@ -68,7 +68,6 @@ output_echo "SOURCE_DATE_EPOCH=$SOURCE_DATE_EPOCH that is $S_D_E_DATE which is w
for LOOP in "first" "second" ; do
case $LOOP in
first) SUBDIR=b1
- ACTION="Verbosely running"
case $TOOL in
mmdebstrap) REALTOOL="mmdebstrap -v" ;;
debootstrap) REALTOOL="debootstrap --verbose" ;;
@@ -76,7 +75,6 @@ for LOOP in "first" "second" ; do
esac
;;
second) SUBDIR=b2
- ACTION="Running"
case $TOOL in
mmdebstrap) REALTOOL=$TOOL ;;
debootstrap) REALTOOL=$TOOL ;;
@@ -84,7 +82,7 @@ for LOOP in "first" "second" ; do
esac
;;
esac
- output_echo "$ACTION ${TOOL} $SUITE for the $LOOP run."
+ output_echo "Running ${REALTOOL} $SUITE for the $LOOP run."
mkdir -p $BUILDDIR/$SUBDIR/${TOOL}
case ${TOOL} in
mmdebstrap) sudo $REALTOOL $SUITE > $BUILDDIR/$SUBDIR/${TOOL}/${SUITE}.tar
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5efaac250de1de114166aa40e99e33f803edd122
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/5efaac250de1de114166aa40e99e33f803edd122
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/20221005/f1b08fd1/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list