[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder 'thing': ignore failures to re-create the base chroot

Holger Levsen gitlab at salsa.debian.org
Wed Apr 1 17:57:18 BST 2020



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
e27aa5ca by Holger Levsen at 2020-04-01T18:57:11+02:00
reproducible Debian rebuilder 'thing': ignore failures to re-create the base chroot

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


1 changed file:

- bin/reproducible_debian_rebuilder_prototype.sh


Changes:

=====================================
bin/reproducible_debian_rebuilder_prototype.sh
=====================================
@@ -71,7 +71,8 @@ output_echo "trying to debrebuild $PKG"
 # (parsing the debrebuild output to gather this information is way to fragile)
 DISTRO=bullseye
 output_echo "preparing chroot for $DISTRO"
-sudo sbuild-createchroot $DISTRO /schroots/debrebuild-$DISTRO-amd64 http://deb.debian.org/debian
+# "|| true" is dummy code for regenerating this chroot every other week or so
+sudo sbuild-createchroot $DISTRO /schroots/debrebuild-$DISTRO-amd64 http://deb.debian.org/debian || true
 
 # I'm a bit surprised this was needed, as debrebuild has code for this...
 # FIXME: a bug should probably be file for this as well



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e27aa5ca6b34192a7bf1d871b360182b704c7bba

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e27aa5ca6b34192a7bf1d871b360182b704c7bba
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/20200401/df5c7a0c/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list