[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: log beginning and end of cleanup, we have 16k temp. directories in /srv/reproducible-results on jenkins atm…
Holger Levsen
holger at layer-acht.org
Sat Dec 3 09:57:26 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit ed78a967228ca1d83a2c500190109f172c6436b5
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Dec 3 10:57:17 2016 +0100
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 at layer-acht.org>
---
bin/reproducible_build.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 18e0ada..a4d707d 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() {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list