[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder prototype: use --no-respect-build-path until sbuild 0.81 is available

Holger Levsen gitlab at salsa.debian.org
Fri Sep 11 13:36:27 BST 2020



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


Commits:
62e8b2ac by Holger Levsen at 2020-09-11T14:36:16+02:00
reproducible Debian rebuilder prototype: use --no-respect-build-path until sbuild 0.81 is available

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
=====================================
@@ -166,8 +166,9 @@ dscverify ${PKG}_$EVERSION.dsc || echo "Warning: failed to verify signature, con
 # prepare rebuild command
 DEBREBUILD=$(mktemp -t debrebuild-cmd.XXXXXXXX)
 output_echo "trying to debrebuild $PKG ($BINARY_VERSION), which means building instructions how to re-create the build environment as specified in $URLPATH/$FILE"
-# workaround until devscripts 2.20.3 is released
-/srv/jenkins/bin/rb-debrebuild $FILE 2>&1 | tee $DEBREBUILD
+# workaround: we are using rb-debrebuild here which is a code copy from debrebuild from devscripts.git
+# using --no-respect-build-path is a workaround until sbuild 0.81 is available. see https://salsa.debian.org/debian/devscripts/-/merge_requests/203#note_192500
+/srv/jenkins/bin/rb-debrebuild --no-respect-build-path $FILE 2>&1 | tee $DEBREBUILD
 
 # FIXME: file a bug like '#955123 debrebuild: please provide --sbuild-output-only option' but with --output-only-base-release
 # (parsing the debrebuild output to gather this information is way to fragile)



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/62e8b2ac887db94f8077aeb11a3d2b47d13c0c78
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/20200911/da2c2ac2/attachment.html>


More information about the Qa-jenkins-scm mailing list