[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian rebuilder 'thing': build in a sub-dir

Holger Levsen gitlab at salsa.debian.org
Fri May 1 00:03:31 BST 2020



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


Commits:
916fabb5 by Holger Levsen at 2020-05-01T01:03:10+02:00
reproducible Debian rebuilder 'thing': build in a sub-dir

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
=====================================
@@ -60,10 +60,11 @@ set_poolpath $PKG      # so we can set it here with a function
 FTPMASTERPATH="$(echo $BUILTINPHOPATH | cut -d '/' -f2-4)"
 URLPATH="https://buildinfos.debian.net/ftp-master.debian.org/buildinfo/$FTPMASTERPATH/"
 
-# NOPE: and do cleanup on pb7
-# hack, should be done better, also with cleanup *after* the job run...
-mkdir $PKG || (rm $PKG -r ; mkdir $PKG)
-cd $PKG
+# FIXME: hack, should be done better, also with cleanup *after* the job run...
+mkdir -p ~/rebuilder-prototype
+BTPKG="~/rebuilder-prototype/$PKG"
+mkdir $BTPKG || (rm $BTPKG -r ; mkdir $BTPKG)
+cd $BTPKG
 
 #
 # main: this is basically a description of the steps to use debrebuild today...



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

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/916fabb5a633cd3fed3549bb04b65ab95afc9227
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/20200430/9e743559/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list