From: Jan-Simon Möller Date: Tue, 3 Jan 2017 20:01:32 +0000 (+0100) Subject: Change DLHOST to http instead of https X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F8071%2F1;p=ci-management.git Change DLHOST to http instead of https Change-Id: Ie64c1a44c2bacecb2537370441a2ae4f9037b910 Signed-off-by: Jan-Simon Möller --- diff --git a/jjb/common/include-agl-auto-conf.sh b/jjb/common/include-agl-auto-conf.sh index 77e90edc..8b0d9df7 100644 --- a/jjb/common/include-agl-auto-conf.sh +++ b/jjb/common/include-agl-auto-conf.sh @@ -5,6 +5,7 @@ ## auto.conf inclusion of mirrors ################################################################################ +export DLHOST="http://download-new.automotivelinux.org/" #limit parallel number of bitbake jobs and parallel jobs in make cat << EOF >> conf/auto.conf PREMIRRORS = "\ diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index d548468d..7268ebce 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -12,7 +12,8 @@ set -e # VARIABLES OPTIND=1 -export DLHOST="https://download-new.automotivelinux.org/" +#export DLHOST="http://download-new.automotivelinux.org/" +# DLHOST in auto.conf export NOGFX=false export VERBOSE=false export DEBUG=false