aboutsummaryrefslogtreecommitdiff
path: root/control
diff options
context:
space:
mode:
authorMichael Hudson <michael.hudson@linaro.org>2011-02-04 14:34:23 +1300
committerMichael Hudson <michael.hudson@linaro.org>2011-02-04 14:34:23 +1300
commit5299e7a62725b64f8dd1f4642f2c168fbb4876f6 (patch)
tree9039fe1c5f0605c61703674dac80e3399312d67d /control
parent116cbeeff5459ac19d50f074115fe610c5eb892e (diff)
run repo sync with -j8
Diffstat (limited to 'control')
-rwxr-xr-xcontrol/setup-control-node2
1 files changed, 1 insertions, 1 deletions
diff --git a/control/setup-control-node b/control/setup-control-node
index 0f2faa7..0933cd6 100755
--- a/control/setup-control-node
+++ b/control/setup-control-node
@@ -52,7 +52,7 @@ sudo chown ubuntu /mnt/mirror/android.git.kernel.org
cd /mnt/mirror/android.git.kernel.org
/usr/local/bin/repo init -u git://android.git.kernel.org/platform/manifest.git --mirror
-/usr/local/bin/repo sync
+/usr/local/bin/repo sync -j 8
#
# +++ git: daemon +++