From ef3d7489cd2705de1ff9509f4ba116f43375578a Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sat, 14 May 2016 16:52:27 +0200 Subject: add /etc/hosts for jenkins, to define 'local-http-proxy' for use in lvc --- hosts/jenkins/etc/hosts | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts/jenkins/etc/hosts (limited to 'hosts/jenkins/etc/hosts') diff --git a/hosts/jenkins/etc/hosts b/hosts/jenkins/etc/hosts new file mode 100644 index 00000000..5c966c4e --- /dev/null +++ b/hosts/jenkins/etc/hosts @@ -0,0 +1,11 @@ +127.0.0.1 localhost +127.0.1.1 jenkins.debian.net jenkins +10.2.1.1 local-http-proxy + +# The following lines are desirable for IPv6 capable hosts +::1 ip6-localhost ip6-loopback +fe00::0 ip6-localnet +ff00::0 ip6-mcastprefix +ff02::1 ip6-allnodes +ff02::2 ip6-allrouters + -- cgit v1.2.3-54-g00ecf