From 32100098f59e7598f8399b319f1bab8df6827ef0 Mon Sep 17 00:00:00 2001
From: Christian Goetze <cg@lindenlab.com>
Date: Thu, 14 May 2009 20:26:00 +0000
Subject: [PATCH] There are 71 eniacs, not just 64

---
 indra/develop.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/develop.py b/indra/develop.py
index 363cec75836..ce12b331032 100755
--- a/indra/develop.py
+++ b/indra/develop.py
@@ -389,7 +389,7 @@ def mk_distcc_hosts(basename, range):
                     hosts, job_count = mk_distcc_hosts('station', 36)
                     os.putenv('DISTCC_HOSTS', hosts)
                 if hostname.startswith('eniac'):
-                    hosts, job_count = mk_distcc_hosts('eniac', 64)
+                    hosts, job_count = mk_distcc_hosts('eniac', 71)
                     os.putenv('DISTCC_HOSTS', hosts)
             opts.extend(['-j', str(job_count)])
 
-- 
GitLab