aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/pre-fetch/include-prefetch.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-19 19:14:15 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-10-19 19:14:15 +0200
commitd120ce005bf9293a7281d13863b648037734794a (patch)
tree6ac6ad4ff496044869b2a42bbaa0e2e28b660ec1 /jjb/pre-fetch/include-prefetch.sh
parent15a62c70415c00bbaa2165f82b67c83c3bd789b2 (diff)
Use reference on slave disk
Change-Id: I719876340ad6dd7f50ce455f6c4aa29d9379da14 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/pre-fetch/include-prefetch.sh')
-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