summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_netbsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-08 18:10:12 +0200
committerHolger Levsen <holger@layer-acht.org>2015-07-08 18:10:12 +0200
commita62f88ef155576e3c076685f33eddcd2cc8e43ee (patch)
tree0a69cc93f3810d014905001ab65999b6382e7973 /bin/reproducible_netbsd.sh
parenta0e832373488f4efcbc58a05b38db7566b217563 (diff)
downloadjenkins.debian.net-a62f88ef155576e3c076685f33eddcd2cc8e43ee.tar.xz
reproducible netbsd: remove redundant cleanup
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-xbin/reproducible_netbsd.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_netbsd.sh b/bin/reproducible_netbsd.sh
index 31cc326a..cb42113a 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 ../..
}