OSDN Git Service

Add grouper
[android-x86/device-common.git] / generate-blob-lists.sh
index 3977571..e827e9b 100755 (executable)
@@ -42,12 +42,12 @@ then
 fi
 shift
 
-DEVICES="crespo crespo4g stingray wingray panda toro torospr maguro"
+DEVICES="crespo crespo4g stingray wingray panda toro torospr maguro grouper"
 export LC_ALL=C
 
-repo sync
-repo sync
-repo sync
+repo sync -j32 -n
+repo sync -j32 -n
+repo sync -j2 -l
 
 ARCHIVEDIR=archive-$(date +%s)
 if test -d archive-ref
@@ -120,7 +120,10 @@ do
   fi
 done
 
-if ! test -d archive-ref
+if true
+then
+  rm -rf out/
+elif ! test -d archive-ref
 then
   echo * device/* |
     tr \  \\n |