From 4f39ab1785ec356cab4ec1db7a7f3bb78c43b570 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 11 Feb 2020 11:57:49 +0100 Subject: Pin repo tool to specific branch to avoid breaking the CI builds until new baseimages are deployed. repo changed the minimal git version in its latest update and now it refuses to work with git versions below 2.10.x . Until we have new baseimages deployed, pin repo to the 'repo-1' branch. Bug-AGL: SPEC-3173 Signed-off-by: Jan-Simon Moeller Change-Id: I3272524d94ef78733b109fce6b773aa61df9588f --- .../include-release-jjb-blowfish-snapshot-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/release-jjb-blowfish-snapshot') diff --git a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh index ef267a6d..c8219e69 100644 --- a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh +++ b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh @@ -156,7 +156,7 @@ mv repoclone repoclone$XTMP || true mkdir -p repoclone cd repoclone -repo init --reference=/opt/AGL/preclone -q -b $TARGETBRANCH $MANIFESTMOD -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo +repo init --repo-branch=repo-1 --reference=/opt/AGL/preclone -q -b $TARGETBRANCH $MANIFESTMOD -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo # next: repo sync and dump manifest repo sync --force-sync --detach --no-clone-bundle -- cgit 1.2.3-korg