Change download-new to download for the download server 33/9433/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 19 May 2017 19:13:56 +0000 (21:13 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 19 May 2017 19:13:56 +0000 (21:13 +0200)
Change-Id: I4ef925c7bf1ea80a2bb8d7fffcdc5d3f050ef843
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jenkins-scripts/basic_settings.sh
jjb/common/.include-agl-build.sh
jjb/common/include-agl-auto-conf.sh
jjb/common/include-agl-bitbake-image-fake.sh
jjb/common/include-agl-header.sh
jjb/release-jjb-blowfish-snapshot/include-release-jjb-blowfish-snapshot-build.sh
packer/provision/agl_dependencies.sh
packer/provision/agl_mirror.sh

index da45107..3aefc9e 100755 (executable)
@@ -25,8 +25,8 @@ FQDN=$(facter fqdn)
 echo "${IPADDR} ${HOSTNAME} ${FQDN}" >> /etc/hosts
 
 cat <<EOFHOSTS >> /etc/hosts
-# workaround for download-new
-199.19.213.77 download-new.automotivelinux.org
+# workaround for download
+199.19.213.77 download.automotivelinux.org
 EOFHOSTS
 
 
index 2587345..8a27b8f 100644 (file)
@@ -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
index 09a237d..5d9529d 100644 (file)
@@ -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 = "\
index 47eca23..7cd81c1 100644 (file)
@@ -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
 
index 00c70c8..bb0b793 100644 (file)
@@ -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
index 2587345..8a27b8f 100644 (file)
@@ -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
index f09343b..7f3f081 100644 (file)
@@ -32,14 +32,14 @@ sudo usermod -a -G docker ubuntu
 
 cat <<EOFHOSTS >> /etc/hosts
 
-# workaround for download-new
-10.30.72.8 download-new.automotivelinux.org
+# workaround for download
+10.30.72.8 download.automotivelinux.org
 10.30.72.8 download-internal.automotivelinux.org
 
 EOFHOSTS
 
 # install newer version of jjb ... fixes issues with rendering
-sudo pip install --upgrade --force-reinstall -v jenkins-job-builder 
+sudo pip install --upgrade --force-reinstall -v jenkins-job-builder
 
 cat <<EOFSYSCTL >> /etc/sysctl.conf
 # we have a lot of make jobs, this helps a lot
index cfeeee3..a61090a 100644 (file)
@@ -12,12 +12,12 @@ cd
 #mirror sstate-cache into /opt/AGL/sstate-mirror
 mkdir -p /opt/AGL/sstate-mirror
 cd /opt/AGL/sstate-mirror
-wget --mirror -np -nH --convert-links "http://download-new.automotivelinux.org/sstate-mirror/" -A siginfo -A tgz --cut-dirs=1
+wget --mirror -np -nH --convert-links "http://download.automotivelinux.org/sstate-mirror/" -A siginfo -A tgz --cut-dirs=1
 cd
 
 #mirror downloads into /opt/AGL/premirror
 mkdir -p /opt/AGL/premirror
 cd /opt/AGL/premirror
-wget --mirror -r -l1 -np -nH --convert-links "http://download-new.automotivelinux.org/AGL/mirror/" -R 'done'  -R 'O=A,O=D' --cut-dirs=2
+wget --mirror -r -l1 -np -nH --convert-links "http://download.automotivelinux.org/AGL/mirror/" -R 'done'  -R 'O=A,O=D' --cut-dirs=2
 cd