Add temporary hosts file entry for download-new 23/6623/1
authorJan-Simon Möller <dl9pf@gmx.de>
Sat, 24 Sep 2016 03:17:16 +0000 (05:17 +0200)
committerJan-Simon Möller <dl9pf@gmx.de>
Sat, 24 Sep 2016 03:17:38 +0000 (05:17 +0200)
Change-Id: I7ee13303549f0baf558b1c0e43e7b8c5c0b32057
Signed-off-by: Jan-Simon Möller <dl9pf@gmx.de>
jenkins-scripts/basic_settings.sh

index cfb2b3d..c65536f 100755 (executable)
@@ -57,4 +57,11 @@ none /tmp tmpfs defaults 0 0
 
 EOFSTAB
 
+cat <<EOFHOSTS >> /etc/hosts
+
+# workaround for download-new
+199.19.213.77 download-new.automotivelinux.org
+
+EOFHOSTS
+
 # vim: sw=2 ts=2 sts=2 et :