aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-auto-conf.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-07 18:16:17 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-07 18:16:17 +0100
commit0d6b877ff6e17d7d945fdd28adb95064fcbc8800 (patch)
tree585197c47150dc1d258807e73ca34ee1d8041e0e /jjb/common/include-agl-auto-conf.sh
parenta345b6a6a46e69f456885f77a77312e30385d3df (diff)
Update platform job to use settings from agl-ci
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I3fdfb2d1455a9e7c9022b1a4f1fe9c1c213c7dc9
Diffstat (limited to 'jjb/common/include-agl-auto-conf.sh')
-rw-r--r--jjb/common/include-agl-auto-conf.sh49
1 files changed, 0 insertions, 49 deletions
diff --git a/jjb/common/include-agl-auto-conf.sh b/jjb/common/include-agl-auto-conf.sh
index 20f5d9fb..3f806d84 100644
--- a/jjb/common/include-agl-auto-conf.sh
+++ b/jjb/common/include-agl-auto-conf.sh
@@ -5,52 +5,3 @@
## auto.conf inclusion of mirrors
################################################################################
-export DLHOST="http://download.automotivelinux.org/"
-if test x"" = x"${GERRIT_BRANCH}"; then
- export DISTROBRANCH="master"
-else
- export DISTROBRANCH="${GERRIT_BRANCH}"
-fi
-cat << EOF >> conf/auto.conf
-PREMIRRORS = "\
-git://.*/.* ${DLHOST}/AGL/mirror/ \n \
-ftp://.*/.* ${DLHOST}/AGL/mirror/ \n \
-http://.*/.* ${DLHOST}/AGL/mirror/ \n \
-https://.*/.* ${DLHOST}/AGL/mirror/ \n \
- "
-
-EOF
-
-if test x"YES" != x"${DISABLE_SSTATE_MIRROR}" ; then
-
-cat << EOF >> conf/auto.conf
-SSTATE_MIRRORS = " \
- file://.* ${DLHOST}/sstate-mirror/${DISTROBRANCH}/\${DEFAULTTUNE}/PATH \n \
- "
-#
-#file://.* file:///opt/AGL/sstate-mirror/\${MACHINE}/PATH \n
-#
-
-IMAGE_FSTYPES_remove = "ext3"
-SSTATE_DIR = "\${TOPDIR}/sstate-cache/\${MACHINE}/"
-
-INHERIT += "packagefeed-stability"
-INHERIT += "buildhistory"
-EOF
-
-fi
-
-# PRSERV and HASHSERV for CI
-# but only starting with dunfell / master -> soon jellyfish
-if test x"master" = x"${DISTROBRANCH}" -o x"jellyfish" = x"${DISTROBRANCH}" ; then
-
-export PRHASHSERV="10.30.72.18"
-cat << EOF >> conf/auto.conf
-# HASHSERVE
-BB_HASHSERVE = "${PRHASHSERV}:8686"
-BB_SIGNATURE_HANDLER = "OEEquivHash"
-
-PRSERV_HOST = "${PRHASHSERV}:8585"
-EOF
-
-fi