From c655cdaba62236710ef1626d8320f4fef570255d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 13 Aug 2015 14:40:00 +0200 Subject: 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 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() { -- cgit v1.2.3-70-g09d2