From: Jean-Baptiste Queru Date: Wed, 15 Feb 2012 17:33:26 +0000 (-0800) Subject: Use parallel syncs. X-Git-Url: http://git.osdn.net/view?p=android-x86%2Fdevice-common.git;a=commitdiff_plain;h=411fad5eb73a21a691bcfd876afd5143983fab27 Use parallel syncs. Also, wait until syncing is done to write the tree. Also, only delete the out tree. Change-Id: I7d6c144c8ea5a702b74c827dd5879107baa4c145 --- diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index 3977571..02323b2 100755 --- a/generate-blob-lists.sh +++ b/generate-blob-lists.sh @@ -45,9 +45,9 @@ shift DEVICES="crespo crespo4g stingray wingray panda toro torospr maguro" 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 |