diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/pre-fetch/include-prefetch.sh | 2 |
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 |