summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2012-02-16 07:33:50 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-16 07:33:50 -0800
commit94d3522c8193b4dcb4e88f697d0f68996da7e395 (patch)
tree56b8abd86eb3cd8482ab02dc1748f7b295711910
parenta6dbecc6804328f1d2461dfc6b1f0579a2a129c7 (diff)
parent411fad5eb73a21a691bcfd876afd5143983fab27 (diff)
downloaddevice_common-94d3522c8193b4dcb4e88f697d0f68996da7e395.zip
device_common-94d3522c8193b4dcb4e88f697d0f68996da7e395.tar.gz
device_common-94d3522c8193b4dcb4e88f697d0f68996da7e395.tar.bz2
am 411fad5e: Use parallel syncs.
* commit '411fad5eb73a21a691bcfd876afd5143983fab27': Use parallel syncs.
-rwxr-xr-xgenerate-blob-lists.sh11
1 files changed, 7 insertions, 4 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh
index 8d6d92d..62c62db 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 manta"
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 |