summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-03 10:57:17 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-03 10:57:17 +0100
commited78a967228ca1d83a2c500190109f172c6436b5 (patch)
tree49a6a6caf56f63a25aa6a9afadd54fd710f16a91
parentb34cbe50db0e5267d7ffacf9210919a2977f5ded (diff)
downloadjenkins.debian.net-ed78a967228ca1d83a2c500190109f172c6436b5.tar.xz
reproducible Debian: log beginning and end of cleanup, we have 16k temp. directories in /srv/reproducible-results on jenkins atm…
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 18e0adab..a4d707dd 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -100,6 +100,7 @@ save_artifacts() {
}
cleanup_all() {
+ log_info "Starting cleanup."
if [ "$SAVE_ARTIFACTS" = "1" ] ; then
save_artifacts
elif [ ! -z "$NOTIFY" ] && [ "$SAVE_ARTIFACTS" = "0" ] ; then
@@ -113,6 +114,7 @@ cleanup_all() {
cd
rm -r $TMPDIR || true
fi
+ log_info "All cleanup done."
}
update_db_and_html() {