Change DLHOST to http instead of https 71/8071/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 3 Jan 2017 20:01:32 +0000 (21:01 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 3 Jan 2017 20:01:32 +0000 (21:01 +0100)
Change-Id: Ie64c1a44c2bacecb2537370441a2ae4f9037b910
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-auto-conf.sh
jjb/common/include-agl-header.sh

index 77e90ed..8b0d9df 100644 (file)
@@ -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 = "\
index d548468..7268ebc 100644 (file)
@@ -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