summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-04-06 15:21:21 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-18 17:20:08 +0200
commit54b0fa01596eea59a75973f358378f58cb31ad21 (patch)
tree8c06502d3aa11382f3fc35b96531e0d9385cfad4 /bin/reproducible_build.sh
parentc841c6c8d07dd78b239506e0500198cfa4ad9382 (diff)
downloadjenkins.debian.net-54b0fa01596eea59a75973f358378f58cb31ad21.tar.xz
reproducible: build: refactor: restore the cat *.changes I accidently dropped
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 362f8bb6..b43290a8 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -320,6 +320,7 @@ build_rebuild() {
cleanup_userContent # FIXME check wheter my changes here are fine
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
+ cat b1/${SRCPACKAGE}_${EVERSION}_${ARCH}.changes | tee -a ${RBUILDLOG}
call_debbindiff
else
echo "The second build failed, even though the first build was successful." | tee -a ${RBUILDLOG}