diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-08 18:10:12 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-08 18:10:12 +0200 |
commit | a62f88ef155576e3c076685f33eddcd2cc8e43ee (patch) | |
tree | 0a69cc93f3810d014905001ab65999b6382e7973 /bin/reproducible_netbsd.sh | |
parent | a0e832373488f4efcbc58a05b38db7566b217563 (diff) | |
download | jenkins.debian.net-a62f88ef155576e3c076685f33eddcd2cc8e43ee.tar.xz |
reproducible netbsd: remove redundant cleanup
Diffstat (limited to 'bin/reproducible_netbsd.sh')
-rwxr-xr-x | bin/reproducible_netbsd.sh | 2 |
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 ../.. } |