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

Holger Levsen holger at moszumanska.debian.org
Thu Aug 13 12:41:25 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 c655cdaba62236710ef1626d8320f4fef570255d
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Aug 13 14:40:00 2015 +0200

    reproducible freebsd: disable cleanup for debugging
---
 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 be73685..7b70b48 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -14,8 +14,9 @@ set -e
 
 cleanup_tmpdirs() {
 	cd
-	$RSSH "rm -r $TMPDIR"
-	$RSSH 'sudo rm -r /usr/src /usr/obj'
+	echo "No Cleanup..."
+#	$RSSH "rm -r $TMPDIR"
+#	$RSSH 'sudo rm -r /usr/src /usr/obj'
 }
 
 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