Change-Id: I0894df6145cde5eaad03f3c77ee5d2fa9fdc7488
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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
for i in $BOARDS ; do
pushd .
-
if test x"porter-nogfx" = x"$i" ; then
FEATURES="${FEATURES_nogfx}"
TARGETIMAGE="${TARGETIMAGE_nogfx}"
popd
done
+pushd ../mirror
+rm -f *.done
+find . -type d -delete
+ls -alh
+popd
+
#ls ../mirror || true