[Qa-jenkins-scm] [jenkins.debian.net] 01/02: reproducible netbsd: remove redundant cleanup
Holger Levsen
holger at moszumanska.debian.org
Wed Jul 8 16:19:28 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 a62f88ef155576e3c076685f33eddcd2cc8e43ee
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jul 8 18:10:12 2015 +0200
reproducible netbsd: remove redundant cleanup
---
bin/reproducible_netbsd.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 31cc326..cb42113 100755
--- a/bin/reproducible_netbsd.sh
+++ b/bin/reproducible_netbsd.sh
@@ -29,11 +29,9 @@ create_results_dirs() {
save_netbsd_results(){
local RUN=$1
local ARCH
- cd obj/releasedir/
for ARCH in $ARCHS ; do
mkdir -p $TMPDIR/$RUN/${ARCH}
cp -pr ${ARCH} $TMPDIR/$RUN/
- rm ./${ARCH} -r
done
cd ../..
}
--
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