aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-10-19 17:24:35 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2016-10-19 17:24:35 +0000
commit3a184f3a832fbc210c09a8b43cba8982256d9e39 (patch)
treee883ed45df0833c73a258497da12f741aa378073 /jjb
parent460480f0a18a42d5b25127751da5684bf676e3b2 (diff)
parentd120ce005bf9293a7281d13863b648037734794a (diff)
Merge "Use reference on slave disk"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/pre-fetch/include-prefetch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/pre-fetch/include-prefetch.sh b/jjb/pre-fetch/include-prefetch.sh
index fd875482..141c1b90 100644
--- a/jjb/pre-fetch/include-prefetch.sh
+++ b/jjb/pre-fetch/include-prefetch.sh
@@ -17,7 +17,7 @@ rm -rf repoclone2 || true
mkdir -p repoclone
cd repoclone
-repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo.git
+repo init --reference=/opt/AGL/preclone -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo.git
repo sync -j8
for i in $BOARDS ; do