diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-27 20:08:45 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-27 20:08:45 +0200 |
commit | 120c669810b9a9d1f22998c73289115213436f75 (patch) | |
tree | afd50b61c586120d571bb993cc1284263ba06963 /bin | |
parent | 7dce71727d874e4eb8a102c4f20df20aef761ddc (diff) | |
download | jenkins.debian.net-120c669810b9a9d1f22998c73289115213436f75.tar.xz |
reproducible freebsd: do cleanups
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_freebsd.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh index 1df3bc81..c0f7cd60 100755 --- a/bin/reproducible_freebsd.sh +++ b/bin/reproducible_freebsd.sh @@ -14,11 +14,10 @@ set -e cleanup_tmpdirs() { cd - echo "No Cleanup..." - #FIXME: cleanup freebsd soon and cleanup on jenkins too - #$RSSH "sudo chflags -R noschg $TMPDIR - #$RSSH "rm -r $TMPDIR" - #$RSSH 'sudo rm -r /usr/src /usr/obj' + $RSSH "sudo chflags -R noschg $TMPDIR" + $RSSH "rm -r $TMPDIR" + rm $TMPDIR -r + $RSSH 'sudo rm -r /usr/src /usr/obj' } create_results_dirs() { |