summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-31 01:41:17 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-31 01:41:17 +0200
commitd7952a16fff469a5539ee53554e3646827146e67 (patch)
tree538f7c810655117dd0ac98d6b38fb7df61f8db1a /bin/reproducible_build.sh
parentc9f8151b781f844aa707d7a72c74acc067a8e1f9 (diff)
downloadjenkins.debian.net-d7952a16fff469a5539ee53554e3646827146e67.tar.xz
reproducible: trying to find to bug..
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 52662657..af455d6d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -486,6 +486,7 @@ EOF
--logfile b2/build.log \
${SRCPACKAGE}_${EVERSION}.dsc || true # exit with 1 when ftbfs
if ! "$DEBUG" ; then set +x ; fi
+ rm $TMPCFG
}
check_buildinfo() {
@@ -558,7 +559,6 @@ build_rebuild() {
else
echo "The second build failed, even though the first build was successful." | tee -a ${RBUILDLOG}
fi
- rm $TMPCFG
fi
}