[Qa-jenkins-scm] [jenkins.debian.net] 01/04: reproducible freebsd: do cleanups
Holger Levsen
holger at moszumanska.debian.org
Thu Aug 27 19:22: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 120c669810b9a9d1f22998c73289115213436f75
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Aug 27 20:08:45 2015 +0200
reproducible freebsd: do cleanups
---
bin/reproducible_freebsd.sh | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 1df3bc8..c0f7cd6 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() {
--
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