aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/pre-fetch/include-prefetch.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-20 14:59:54 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-20 14:59:54 +0200
commit1b3d749884bdfb0761cff04ce4a207ab4315edbc (patch)
tree71e172f03a44e5942761dcf00b8ebb0bd10489bb /jjb/pre-fetch/include-prefetch.sh
parent09d327f47c7fa8014ca5ba222dd731bf6076d7c4 (diff)
remove unnecessary files.
Change-Id: I0894df6145cde5eaad03f3c77ee5d2fa9fdc7488 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/pre-fetch/include-prefetch.sh')
-rw-r--r--jjb/pre-fetch/include-prefetch.sh11
1 files changed, 10 insertions, 1 deletions
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