From 32e2a957b0e53ebbef3642e17d54d26642452b3d Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 3 Jan 2017 21:01:32 +0100 Subject: Change DLHOST to http instead of https MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ie64c1a44c2bacecb2537370441a2ae4f9037b910 Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'jjb/common/include-agl-header.sh') 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 -- cgit 1.2.3-korg