aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steuermann/hosts.ini10
-rw-r--r--steuermann/specfile.py2
2 files changed, 11 insertions, 1 deletions
diff --git a/steuermann/hosts.ini b/steuermann/hosts.ini
index b509932..3431563 100644
--- a/steuermann/hosts.ini
+++ b/steuermann/hosts.ini
@@ -129,6 +129,16 @@ like=etcedis
hostname=dljwetcv4
maxproc=12
+[dljwetcv7]
+like=etcedis
+hostname=dljwetcv7
+maxproc=12
+
+[dljwetcv8]
+like=etcedis
+hostname=dljwetcv8
+maxproc=12
+
[localhost]
like=ssb
diff --git a/steuermann/specfile.py b/steuermann/specfile.py
index c5deef3..6cda1c0 100644
--- a/steuermann/specfile.py
+++ b/steuermann/specfile.py
@@ -8,7 +8,7 @@ import nodes
# Begin -- grammar generated by Yapps
import sys, re
-###### included from /Users/cslocum/sm/build/urwd/python/lib/python/exyapps/runtime.py
+###### included from /usr/stsci/pyssgdev/Python-2.7.1/lib/python2.7/site-packages/exyapps/runtime.py
# exyapps - yet another python parser system
# Copyright 1999-2003 by Amit J. Patel <amitp@cs.stanford.edu>
# Enhancements copyright 2003-2004 by Matthias Urlichs <smurf@debian.org>