summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-13 14:40:00 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-13 14:40:00 +0200
commitc655cdaba62236710ef1626d8320f4fef570255d (patch)
tree80ff27d380332ec7fd6c4e39a83efff399ab7a5a /bin
parentcdd698ba3a513538a846e6488fe29942280018f1 (diff)
downloadjenkins.debian.net-c655cdaba62236710ef1626d8320f4fef570255d.tar.xz
reproducible freebsd: disable cleanup for debugging
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_freebsd.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index be736851..7b70b48f 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() {