diff options
Diffstat (limited to 'init.sm')
-rw-r--r-- | init.sm | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +TABLE init HOST leopard snow-leopard rhe5-64 rhe4-64 rhe4-32 + CMD sendscripts LOCAL "/eng/ssb/auto/steuermann_scripts/init_sendscripts %(hostname)s %(workdir)s" + CMD sysstat RUN "sysstat" + AFTER sendscripts + +TABLE init HOST rhe5-64 + CMD svnsync RUN "assemble_svnsync" + AFTER OPT init/irafx_update + AFTER sendscripts + AFTER sysstat + + |