aboutsummaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
Diffstat (limited to 'jjb')
-rw-r--r--jjb/common/.include-agl-build.sh2
-rw-r--r--jjb/common/include-agl-auto-conf.sh2
-rw-r--r--jjb/common/include-agl-bitbake-image-fake.sh2
-rw-r--r--jjb/common/include-agl-header.sh2
-rw-r--r--jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/jjb/common/.include-agl-build.sh b/jjb/common/.include-agl-build.sh
index 25873455..8a27b8f4 100644
--- a/jjb/common/.include-agl-build.sh
+++ b/jjb/common/.include-agl-build.sh
@@ -7,7 +7,7 @@ set -e
# VARIABLES
OPTIND=1
-export DLHOST="https://download-new.automotivelinux.org/"
+export DLHOST="https://download.automotivelinux.org/"
export NOGFX=false
export VERBOSE=false
export DEBUG=false
diff --git a/jjb/common/include-agl-auto-conf.sh b/jjb/common/include-agl-auto-conf.sh
index 09a237d6..5d9529de 100644
--- a/jjb/common/include-agl-auto-conf.sh
+++ b/jjb/common/include-agl-auto-conf.sh
@@ -5,7 +5,7 @@
## auto.conf inclusion of mirrors
################################################################################
-export DLHOST="http://download-new.automotivelinux.org/"
+export DLHOST="http://download.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-bitbake-image-fake.sh b/jjb/common/include-agl-bitbake-image-fake.sh
index 47eca230..7cd81c12 100644
--- a/jjb/common/include-agl-bitbake-image-fake.sh
+++ b/jjb/common/include-agl-bitbake-image-fake.sh
@@ -26,7 +26,7 @@ mkdir -p tmp/deploy/images/${MACHINE}/
pushd tmp/deploy/images/${MACHINE}/
for i in DEVICE_DTB DEVICE_KERNEL DEVICE_INITRAMFS DEVICE_NBDROOT ; do
- eval curl -o "$(echo "$"${i})" "http://download-new.automotivelinux.org/AGL/snapshots/master/2017-01-08-b241/${MACHINE}/deploy/images/${MACHINE}/$(echo "$"${i})"
+ eval curl -o "$(echo "$"${i})" "http://download.automotivelinux.org/AGL/snapshots/master/2017-01-08-b241/${MACHINE}/deploy/images/${MACHINE}/$(echo "$"${i})"
ls -alh
done
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh
index 00c70c8c..bb0b7931 100644
--- a/jjb/common/include-agl-header.sh
+++ b/jjb/common/include-agl-header.sh
@@ -12,7 +12,7 @@ set -e
# VARIABLES
OPTIND=1
-#export DLHOST="http://download-new.automotivelinux.org/"
+#export DLHOST="http://download.automotivelinux.org/"
# DLHOST in auto.conf
export NOGFX=false
export VERBOSE=false
diff --git a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh
index 25873455..8a27b8f4 100644
--- a/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh
+++ b/jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh
@@ -7,7 +7,7 @@ set -e
# VARIABLES
OPTIND=1
-export DLHOST="https://download-new.automotivelinux.org/"
+export DLHOST="https://download.automotivelinux.org/"
export NOGFX=false
export VERBOSE=false
export DEBUG=false