[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: fix builddir related stuff for mmdebstrap job
Holger Levsen (@holger)
gitlab at salsa.debian.org
Fri Aug 26 19:27:35 BST 2022
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
2ecb9c31 by Holger Levsen at 2022-08-26T20:27:21+02:00
reproducible Debian: fix builddir related stuff for mmdebstrap job
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_mmdebstrap.sh
- hosts/common/etc/sudoers.d/jenkins
Changes:
=====================================
bin/reproducible_mmdebstrap.sh
=====================================
@@ -35,7 +35,8 @@ trap cleanup INT TERM EXIT
delay_start
# Actual run mmdebstrap twice
-mkdir $BUILDDIR/b1 $BUILDDIR/b2
+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
=====================================
hosts/common/etc/sudoers.d/jenkins
=====================================
@@ -23,6 +23,7 @@ jenkins ALL= \
/bin/rm -rf --one-file-system /schroots/*, \
/bin/rm -rf --one-file-system /srv/workspace/pbuilder/*, \
/bin/rm -rf --one-file-system /srv/workspace/live-build*, \
+ /bin/rm -rf --one-file-system /srv/workspace/mmdebstrap*, \
/bin/rm -rf --one-file-system /var/lib/sbuild/build/*, \
/bin/rm -rf --one-file-system /var/lib/schroot/union/*, \
/bin/rm -rf --one-file-system /tmp/*, \
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2ecb9c314bfd6c4cd79e6e26b2aa47f253bb3c36
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/2ecb9c314bfd6c4cd79e6e26b2aa47f253bb3c36
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/a5b5f2c3/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list