remove unnecessary files. 39/6839/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 20 Oct 2016 12:59:54 +0000 (14:59 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 20 Oct 2016 12:59:54 +0000 (14:59 +0200)
Change-Id: I0894df6145cde5eaad03f3c77ee5d2fa9fdc7488
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/pre-fetch/include-prefetch.sh

index d83aced..dd30247 100644 (file)
@@ -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