summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-06 18:54:10 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-06 18:54:10 +0200
commit1592fff49e7b73d3b79ea745d5276603f49800e4 (patch)
treef052ec72251e1c3eb4e6343722ec078d9c241be5 /bin/reproducible_build.sh
parent794ff316f5fccacc523ebe1b625f9d96d88d36a1 (diff)
downloadjenkins.debian.net-1592fff49e7b73d3b79ea745d5276603f49800e4.tar.xz
reproducible coreboot: refactor and cleanup
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 964794f1..013bf2f2 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -98,6 +98,7 @@ cleanup_all() {
elif [ ! -z "$NOTIFY" ] && [ $SAVE_ARTIFACTS -eq 0 ] ; then
irc_message "$REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE finished building ($STATUS)"
fi
+ cd
rm -r $TMPDIR
if ! $BAD_LOCKFILE ; then rm -f $LOCKFILE ; fi
}