diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-04-08 10:04:28 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-18 18:03:01 +0200 |
commit | b94fd3a99dd3148519031bf1924ff8fca8123fa0 (patch) | |
tree | e62dc8902a687533fde487e458331e191f7a8b20 /bin | |
parent | 977dec969ec0417c11aa4eca8b9d3f65c34be2d6 (diff) | |
download | jenkins.debian.net-b94fd3a99dd3148519031bf1924ff8fca8123fa0.tar.xz |
reproducible: build: refactor: one todo item down \o/
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 552d78e7..569a318b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -352,7 +352,7 @@ build_rebuild() { if [ -f b2/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes ] ; then # both builds were fine, i.e., they did not FTBFS. FTBFS=0 - cleanup_userContent # FIXME check wheter my changes here are fine + cleanup_userContent chmod 644 $RBUILDLOG mv $RBUILDLOG /var/lib/jenkins/userContent/rbuild/${SUITE}/${ARCH}/${SRCPACKAGE}_${EVERSION}.rbuild.log RBUILDLOG=/var/lib/jenkins/userContent/rbuild/${SUITE}/${ARCH}/${SRCPACKAGE}_${EVERSION}.rbuild.log @@ -378,7 +378,7 @@ cd $TMPDIR DATE=$(date +'%Y-%m-%d %H:%M') START=$(date +'%s') -RBUILDLOG=$(mktemp --tmpdir=$TMPDIR) # FIXME check wheter my changes here are fine +RBUILDLOG=$(mktemp --tmpdir=$TMPDIR) choose_package # defines SUITE, PKGID, SRCPACKAGE, SCHEDULED_DATE, SAVE_ARTIFACTS |