From fd021163ffa195080ade3952ea7f5986fd7566dd Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 3 Oct 2008 14:42:14 +0200 Subject: [PATCH] Always add "localhost/1" to the distcc host list. --- build/rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rpc.py b/build/rpc.py index 951bcf52..3a892340 100644 --- a/build/rpc.py +++ b/build/rpc.py @@ -77,7 +77,7 @@ elif action == "get": builders = [] for builder in getAllBuilders(): builders.append("%s" % builder.distcc) - string = "" + string = "localhost/1" while True: if not builders: break rand = random.randint(0, len(builders)-1) -- 2.47.3