[Swift-commit] r4565 - trunk/bin

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Sun Jun 5 00:05:50 CDT 2011


Author: davidk
Date: 2011-06-05 00:05:50 -0500 (Sun, 05 Jun 2011)
New Revision: 4565

Modified:
   trunk/bin/gensites
Log:
Fixed a few issues with gensites working with start-coaster-service


Modified: trunk/bin/gensites
===================================================================
--- trunk/bin/gensites	2011-06-04 21:37:18 UTC (rev 4564)
+++ trunk/bin/gensites	2011-06-05 05:05:50 UTC (rev 4565)
@@ -172,7 +172,7 @@
       "#site $TEMPLATE slots="*|'#site slots='*)
          SLOTS=`get_value $line`
          ;;
-      "#site $TEMPLATE execution_url="*|'#site slots='*)
+      "#site $TEMPLATE execution_url="*|'#site execution_url='*)
         EXECUTION_URL=`get_value $line`
         ;;
       "#site $TEMPLATE internalhostname="*|'#site internalhostname='*)
@@ -185,7 +185,7 @@
 [[ ${WORK}   == "" ]] && crash "Not specified: WORK"
 
 # Verify that the variables by the template are defined
-for TOKEN in PROJECT QUEUE N_GRAN N_MAX SLOTS INTERNALHOSTNAME
+for TOKEN in NODES HOST WORK PROJECT QUEUE N_GRAN N_MAX SLOTS INTERNALHOSTNAME MAXTIME EXECUTION_URL
 do
    # Need but can't find, due
    if grep _${TOKEN}_ $TEMPLATE_PATH > /dev/null; then




More information about the Swift-commit mailing list