From: Jan-Simon Möller Date: Thu, 20 Oct 2016 16:07:10 +0000 (+0200) Subject: Fix removal of unneeded files X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=030f638582e29db720a6ed3eebe7bac44bd6a6bf;p=ci-management.git Fix removal of unneeded files Change-Id: Ifd105122f6634bb841f8674441c38b36c89e2119 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/pre-fetch/include-prefetch.sh b/jjb/pre-fetch/include-prefetch.sh index dd302470..2d58908c 100644 --- a/jjb/pre-fetch/include-prefetch.sh +++ b/jjb/pre-fetch/include-prefetch.sh @@ -43,7 +43,8 @@ done pushd ../mirror rm -f *.done -find . -type d -delete +find . -maxdepth 1 -type d | grep -v uninative | xargs rm -rf +rm -f *bad-checksum* ls -alh popd