X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=generate-blob-lists.sh;h=e827e9b392b8e087a9fb567e9f8590d6e16d3db8;hb=7e33db5d;hp=39775711aa42a5618d77b4ce375c620684130c76;hpb=b55ae8e7a2f902030fe24a6d91ec0465000762a8;p=android-x86%2Fdevice-common.git diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index 3977571..e827e9b 100755 --- a/generate-blob-lists.sh +++ b/generate-blob-lists.sh @@ -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 |