diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-26 12:09:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-07-26 12:09:59 +0000 |
commit | 8018ac97e63236043d7a4a447519a99680acb6d6 (patch) | |
tree | 57abaa3a67cd047962844c0c96d63dddcdf64f57 /jjb/common/include-agl-repo.sh | |
parent | 55a51b0ba4e1f4cf007c4c90287e6092771e838f (diff) | |
parent | e8b1fdb498296a5ab7690c4572d588fd7819394c (diff) |
Merge "Fix typo in TARGETPROJECT evaluation"
Diffstat (limited to 'jjb/common/include-agl-repo.sh')
-rw-r--r-- | jjb/common/include-agl-repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |