From: Michael Tremer Date: Wed, 25 Feb 2009 22:13:25 +0000 (+0100) Subject: Some changes on how we provide the distcc hosts. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3d2ba22938354afd59ec13d05e166676016e66e;p=ipfire.org.git Some changes on how we provide the distcc hosts. --- diff --git a/build/builder.py b/build/builder.py index 8e1f391b..e825fa4b 100644 --- a/build/builder.py +++ b/build/builder.py @@ -168,7 +168,7 @@ class DistccConfig(DatabaseConfig): if not self.ping() or self.get() == "0": return "" return "%s:%s/%s,lzo" % \ - (socket.gethostbyname(self.hostname), self.get(), self.jobs or "4",) + (self.hostname, self.get(), self.jobs or "4",) def ping(self): if not self.hostname: