From: Jan-Simon Möller Date: Thu, 20 Oct 2016 12:59:54 +0000 (+0200) Subject: remove unnecessary files. X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=1b3d749884bdfb0761cff04ce4a207ab4315edbc;p=ci-management.git remove unnecessary files. Change-Id: I0894df6145cde5eaad03f3c77ee5d2fa9fdc7488 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/pre-fetch/include-prefetch.sh b/jjb/pre-fetch/include-prefetch.sh index d83aced8..dd302470 100644 --- a/jjb/pre-fetch/include-prefetch.sh +++ b/jjb/pre-fetch/include-prefetch.sh @@ -13,6 +13,10 @@ export TARGETIMAGE_nogfx="core-image-minimal" mkdir -p mirror mkdir -p sstate +#echo "AGL DISTRO MIRROR" >> mirror/index.html +#echo "-----------------" >> mirror/index.html +#date >> mirror/index.html + mv repoclone repoclone2 > /dev/null 2>&1 || true rm -rf repoclone2 || true mkdir -p repoclone @@ -23,7 +27,6 @@ repo sync -j8 for i in $BOARDS ; do pushd . - if test x"porter-nogfx" = x"$i" ; then FEATURES="${FEATURES_nogfx}" TARGETIMAGE="${TARGETIMAGE_nogfx}" @@ -38,4 +41,10 @@ for i in $BOARDS ; do popd done +pushd ../mirror +rm -f *.done +find . -type d -delete +ls -alh +popd + #ls ../mirror || true