[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder 'thing': actually run debrebuild

Holger Levsen gitlab at salsa.debian.org
Wed Apr 1 01:02:16 BST 2020



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


Commits:
58e332eb by Holger Levsen at 2020-04-01T02:01:31+02:00
reproducible Debian rebuilder 'thing': actually run debrebuild

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
=====================================
@@ -22,9 +22,16 @@ URLPATH='https://buildinfos.debian.net/buildinfo-pool/b/bash'
 
 # use gpg here to workaround #955050 in devscripts: debrebuild: please accepted signed .buildinfo files
 curl $URLPATH/$FILE | gpg > $FILE
+echo
+echo this is $URLPATH/$FILE with gpg signature stripped:
+cat $FILE
 
-# to be continued...
+# prepare rebuild command
+DEBREBUILD=$(mktemp -t debrebuild.XXXXXXXX)
+echo now trying to rebuild bash...
+rb-debrebuild $FILE | tee $DEBREBUILD
 
+# to be continued...
 
 # the end
-rm $FILE	
+rm -f $FILE $DEBREBUILD



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/58e332eba1cbcf67462ab19c9209859d7e6d5294
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/600ba44b/attachment.html>


More information about the Qa-jenkins-scm mailing list