dl-new setting in hosts needs to survive or we fail 61/6661/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 29 Sep 2016 09:13:11 +0000 (11:13 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 29 Sep 2016 09:13:11 +0000 (11:13 +0200)
Change-Id: I61dfd6562c9cd6600519f31cfa04cc1bc6809742
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jenkins-scripts/basic_settings.sh
packer/provision/agl_dependencies.sh

index c4def5e..e7ebbf6 100755 (executable)
@@ -24,6 +24,12 @@ 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
+EOFHOSTS
+
+
 #Increase limits
 cat <<EOF > /etc/security/limits.d/jenkins.conf
 jenkins         soft    nofile          16000
index d71c9e5..c166e28 100644 (file)
@@ -15,7 +15,6 @@ cat <<EOFHOSTS >> /etc/hosts
 
 # workaround for download-new
 199.19.213.77 download-new.automotivelinux.org
-199.19.213.77 download.automotivelinux.org
 
 EOFHOSTS