aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/common/include-agl-auto-conf.sh1
-rw-r--r--jjb/common/include-agl-header.sh3
2 files changed, 3 insertions, 1 deletions
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