[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian rebuilder 'thing': add workaround for #955123

Holger Levsen gitlab at salsa.debian.org
Wed Apr 1 01:25:18 BST 2020



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


Commits:
d1f93bac by Holger Levsen at 2020-04-01T02:21:16+02:00
reproducible Debian rebuilder 'thing': add workaround for #955123

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

- - - - -
e60191e9 by Holger Levsen at 2020-04-01T02:25:10+02:00
reproducible Debian rebuilder 'thing': add workaround for #955304 and actually run sbuild

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
=====================================
@@ -44,6 +44,15 @@ echo now trying to rebuild $PKG...
 # workaround until devscripts 2.20.3 is released
 /srv/jenkins/bin/rb-debrebuild $FILE | tee $DEBREBUILD
 
+# workaround #955123 in devscripts: debrebuild: please provide --sbuild-output-only option
+# - using tail
+# workaround #955304 in devscripts: debrebuild: suggested sbuild command should use --no-run-lintian
+# - using sed
+SBUILD=$(tail -1 $DEBREBUILD | sed 's# sbuild # sbuild --no-run-lintian #')
+
+# actually run sbuild
+$SBUILD
+
 # to be continued...
 
 # the end



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/09774b761ddcf3512ca3f61e0e8053ab5e7d9742...e60191e99419f972b758491effe4f698fe194230

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/09774b761ddcf3512ca3f61e0e8053ab5e7d9742...e60191e99419f972b758491effe4f698fe194230
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/e0104a9b/attachment.html>


More information about the Qa-jenkins-scm mailing list