diff options
Diffstat (limited to 'jjb/pre-fetch/include-prefetch.sh')
-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 bf47c0a7..ddaf40ea 100644 --- a/jjb/pre-fetch/include-prefetch.sh +++ b/jjb/pre-fetch/include-prefetch.sh @@ -22,7 +22,7 @@ rm -rf repoclone2 || true mkdir -p repoclone cd repoclone -repo init --reference=/opt/AGL/preclone -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo.git +repo init --repo-branch=repo-1 --reference=/opt/AGL/preclone -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo.git repo sync -j8 for i in $BOARDS ; do |