diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-31 01:41:17 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-31 01:41:17 +0200 |
commit | d7952a16fff469a5539ee53554e3646827146e67 (patch) | |
tree | 538f7c810655117dd0ac98d6b38fb7df61f8db1a /bin | |
parent | c9f8151b781f844aa707d7a72c74acc067a8e1f9 (diff) | |
download | jenkins.debian.net-d7952a16fff469a5539ee53554e3646827146e67.tar.xz |
reproducible: trying to find to bug..
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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 } |