OSDN Git Service

am 411fad5e: Use parallel syncs.
authorJean-Baptiste Queru <jbq@google.com>
Thu, 16 Feb 2012 15:33:50 +0000 (07:33 -0800)
committerAndroid Git Automerger <android-git-automerger@android.com>
Thu, 16 Feb 2012 15:33:50 +0000 (07:33 -0800)
* commit '411fad5eb73a21a691bcfd876afd5143983fab27':
  Use parallel syncs.

1  2 
generate-blob-lists.sh

@@@ -42,12 -42,12 +42,12 @@@ the
  fi
  shift
  
 -DEVICES="crespo crespo4g stingray wingray panda toro torospr maguro"
 +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