aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-auto-conf.sh
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-05-30 07:29:13 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2017-05-30 07:29:13 +0200
commit238771002532cd0ab24dbf10ad11942ca6094890 (patch)
tree1d0e53063712cc95308656c5601f002aecb43335 /jjb/common/include-agl-auto-conf.sh
parentb70535cf0785900e8f979e29a46daea6c13e1e37 (diff)
SSTATE per branch + defaulttune
Change-Id: I5ef987616cdeb8a1d9d5c7fdc4d52ff1110bcdbd Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common/include-agl-auto-conf.sh')
-rw-r--r--jjb/common/include-agl-auto-conf.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/jjb/common/include-agl-auto-conf.sh b/jjb/common/include-agl-auto-conf.sh
index a097d5ae..8811d3fd 100644
--- a/jjb/common/include-agl-auto-conf.sh
+++ b/jjb/common/include-agl-auto-conf.sh
@@ -6,6 +6,14 @@
################################################################################
export DLHOST="http://download.automotivelinux.org/"
+if test x"" = x"${GERRIT_BRANCH}"; then
+ export DISTROBRANCH="master"
+else
+ export DISTROBRANCH="${GERRIT_BRANCH}"
+fi
+#if test ! x"" = x"${RELEASE_BRANCH}"; then
+# export DISTROBRANCH="$RELEASE_BRANCH"
+#fi
#limit parallel number of bitbake jobs and parallel jobs in make
cat << EOF >> conf/auto.conf
PREMIRRORS = "\
@@ -16,7 +24,7 @@ https://.*/.* ${DLHOST}/AGL/mirror/ \n \
"
SSTATE_MIRRORS = " \
- file://.* ${DLHOST}/sstate-mirror/\${DEFAULTTUNE}/PATH \n \
+ file://.* ${DLHOST}/sstate-mirror/${DISTROBRANCH}/\${DEFAULTTUNE}/PATH \n \
"
#
#file://.* file:///opt/AGL/sstate-mirror/\${MACHINE}/PATH \n