summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2009-05-14 20:26:00 +0000
committerChristian Goetze <cg@lindenlab.com>2009-05-14 20:26:00 +0000
commit32100098f59e7598f8399b319f1bab8df6827ef0 (patch)
treeff1b9dcbc305ea588a59be14b27453f5304ca523
parent21a8d1f638e618765e9beabba71f434fea7b4864 (diff)
There are 71 eniacs, not just 64
-rwxr-xr-xindra/develop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/develop.py b/indra/develop.py
index 363cec7583..ce12b33103 100755
--- a/indra/develop.py
+++ b/indra/develop.py
@@ -389,7 +389,7 @@ class LinuxSetup(UnixSetup):
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)])