diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-19 21:13:56 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-05-19 21:13:56 +0200 |
commit | 0cda1c396ea0d1c666f663f541af2431cce1a477 (patch) | |
tree | 78fbfa48846f280d060449893f8025e50354211e /jjb/common | |
parent | 7e70fc30f18d80b8b29be8ff35e1ddf26dd57613 (diff) |
Change download-new to download for the download server
Change-Id: I4ef925c7bf1ea80a2bb8d7fffcdc5d3f050ef843
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'jjb/common')
-rw-r--r-- | jjb/common/.include-agl-build.sh | 2 | ||||
-rw-r--r-- | jjb/common/include-agl-auto-conf.sh | 2 | ||||
-rw-r--r-- | jjb/common/include-agl-bitbake-image-fake.sh | 2 | ||||
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
4 files changed, 4 insertions, 4 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 |