From: Jan-Simon Möller Date: Sat, 24 Sep 2016 03:17:16 +0000 (+0200) Subject: Add temporary hosts file entry for download-new X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F6623%2F1;p=ci-management.git Add temporary hosts file entry for download-new Change-Id: I7ee13303549f0baf558b1c0e43e7b8c5c0b32057 Signed-off-by: Jan-Simon Möller --- diff --git a/jenkins-scripts/basic_settings.sh b/jenkins-scripts/basic_settings.sh index cfb2b3dd..c65536f7 100755 --- a/jenkins-scripts/basic_settings.sh +++ b/jenkins-scripts/basic_settings.sh @@ -57,4 +57,11 @@ none /tmp tmpfs defaults 0 0 EOFSTAB +cat <> /etc/hosts + +# workaround for download-new +199.19.213.77 download-new.automotivelinux.org + +EOFHOSTS + # vim: sw=2 ts=2 sts=2 et :