From e8b1fdb498296a5ab7690c4572d588fd7819394c Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 26 Jul 2017 14:08:40 +0200 Subject: Fix typo in TARGETPROJECT evaluation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I90ab0d336ae60bf0a28869571f781f3848731c7a Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-repo.sh') diff --git a/jjb/common/include-agl-repo.sh b/jjb/common/include-agl-repo.sh index 1d27c71d..32dafe92 100644 --- a/jjb/common/include-agl-repo.sh +++ b/jjb/common/include-agl-repo.sh @@ -19,7 +19,7 @@ cd repoclone export REPODIR=`pwd` if test x"" = x"${RELEASE_VERSION}" -a x"" = x"${RELEASE_BRANCH}" ; then - if test x"meta-renesas-rcar-gen3" = x"${TARGETPROJECT}" ; then + if test x"AGL/meta-renesas-rcar-gen3" = x"${TARGETPROJECT}" ; then repo init --reference=/opt/AGL/preclone -q -b master -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo else repo init --reference=/opt/AGL/preclone -q -b $TARGETBRANCH -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo -- cgit 1.2.3-korg