[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: log before remotely deleting $TMPDIR

Holger Levsen holger at layer-acht.org
Mon Jan 23 12:58:37 UTC 2017


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 2e3d120a99fbe279c99ae3a46a7183a474077b79
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jan 23 13:58:07 2017 +0100

    reproducible Debian: log before remotely deleting $TMPDIR
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 bin/reproducible_build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 5276515..e22141f 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -776,6 +776,7 @@ remote_build() {
 		fi
 	fi
 	ls -lR $TMPDIR
+	log_info "Deleting \$TMPDIR on $NODE."
 	ssh -o "BatchMode = yes" -p $PORT $NODE "rm -r $TMPDIR"
 	set -e
 	if [ $BUILDNR -eq 1 ] ; then

-- 
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