[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible freebsd: disable cleanup

Holger Levsen holger at moszumanska.debian.org
Thu Jul 23 14:42:50 UTC 2015


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 1989332592be88a976a887f4775f7506b3e75b2f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jul 23 16:42:06 2015 +0200

    reproducible freebsd: disable cleanup
---
 bin/reproducible_freebsd.sh | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index e1b227e..46b8426 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -15,8 +15,9 @@ set -e
 
 cleanup_tmpdirs() {
 	cd
-	$RSSH "rm -r $TMPDIR"
-	$RSSH "rm -r $TMPBUILDDIR"
+	echo "cleanup disabled, please check $TMPDIR and $TMPBUILDDIR and cleanup manually"
+	#$RSSH "rm -r $TMPDIR"
+	#$RSSH "rm -r $TMPBUILDDIR"
 }
 
 create_results_dirs() {

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