diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-04-23 09:58:30 -0400 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2013-04-23 09:58:30 -0400 |
commit | 9efb3c4a1a36c91965f6660fd5c5b28d754c9f13 (patch) | |
tree | 19dd001beca3b66a2a630851dc69b9bfb4860782 /sm | |
parent | 93e41f0da9839bff48f312081b29c9f6000e3cfb (diff) | |
download | steuermann-9efb3c4a1a36c91965f6660fd5c5b28d754c9f13.tar.gz |
clear last of thor
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@955 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm')
-rw-r--r-- | sm/dist_x.sm | 4 | ||||
-rw-r--r-- | sm/init.sm | 2 | ||||
-rw-r--r-- | sm/pyetc.sm | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/sm/dist_x.sm b/sm/dist_x.sm index ed81c9d..64cb731 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -1,14 +1,14 @@ # we can make everything after this -TABLE x_distribute HOST herbert thor arzach bond cadeau banana +TABLE x_distribute HOST herbert arzach bond cadeau banana CMD gate RUN "exit 0" AFTER init/* AFTER stamp/* # regular distributions -TABLE x_distribute HOST thor arzach +TABLE x_distribute HOST arzach CMD x.iraf RUN "synctool - irafx" AFTER x_distribute/gate CMD x.pyssg RUN "synctool - pyssgx" @@ -1,4 +1,4 @@ -TABLE init HOST banana bond cadeau arzach thor herbert ssb aten jwcalibdev etcbrady etccartier +TABLE init HOST banana bond cadeau arzach herbert ssb aten jwcalibdev etcbrady etccartier CMD sendscripts LOCAL "/eng/ssb/auto/steuermann_scripts/init_sendscripts %(hostname)s %(workdir)s" CMD sysstat RUN "sysstat" AFTER sendscripts diff --git a/sm/pyetc.sm b/sm/pyetc.sm index 2ee768c..cb81c49 100644 --- a/sm/pyetc.sm +++ b/sm/pyetc.sm @@ -14,7 +14,7 @@ TABLE pyetc HOST etccartier AFTER refactored AFTER init/* - CMD rt RUN "/data1/nightly/rt/rt.csh pyetc" + CMD rt RUN "/eng/ssb/auto/steuermann_scripts/test_rt dev pyetc" AFTER jwst AFTER init/* |