[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder 'thing': use full path for our debrebuild fork^wdevelopment copy

Holger Levsen gitlab at salsa.debian.org
Wed Apr 1 01:17:31 BST 2020



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


Commits:
09774b76 by Holger Levsen at 2020-04-01T02:17:18+02:00
reproducible Debian rebuilder 'thing': use full path for our debrebuild fork^wdevelopment copy

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
=====================================
@@ -15,6 +15,7 @@
 ### we'll leave out the problem of 'trust' here quite entirely. that's why it's called	###
 ### a Debian rebuilder 'thing', to explore technical feasibility, ductaping our way	###
 ### ahead, keeping our motto 'to allow anyone to independently verify...' in mind.	###
+###											###
 ###########################################################################################
 
 DEBUG=false
@@ -23,13 +24,11 @@ common_init "$@"
 
 # common code for tests.reproducible-builds.org
 . /srv/jenkins/bin/reproducible_common.sh
-
 set -e
 
 # main
-
 # basically describe the steps to use debrebuild today...
-
+PKG='bash'
 FILE='bash_5.0-6_amd64.buildinfo'
 URLPATH='https://buildinfos.debian.net/buildinfo-pool/b/bash'
 
@@ -41,8 +40,9 @@ cat $FILE
 
 # prepare rebuild command
 DEBREBUILD=$(mktemp -t debrebuild.XXXXXXXX)
-echo now trying to rebuild bash...
-rb-debrebuild $FILE | tee $DEBREBUILD
+echo now trying to rebuild $PKG...
+# workaround until devscripts 2.20.3 is released
+/srv/jenkins/bin/rb-debrebuild $FILE | tee $DEBREBUILD
 
 # to be continued...
 



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

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


More information about the Qa-jenkins-scm mailing list