diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-01-24 14:55:14 -0500 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-01-24 14:55:14 -0500 |
commit | 0a7722396c836b9d263fbcedd32d26a837f22d70 (patch) | |
tree | fa4f50ffe4e602c56fbeaf4957c8691d45e1c4fd | |
parent | 2b190515419b97c8495231056e9eda7d32f82907 (diff) | |
download | steuermann-0a7722396c836b9d263fbcedd32d26a837f22d70.tar.gz |
checkpoint
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@544 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_x.sm | 6 | ||||
-rw-r--r-- | sm/test_x.sm | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sm/dist_x.sm b/sm/dist_x.sm index c18755a..75df1b3 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -39,6 +39,12 @@ TABLE x_distribute HOST arzach CMD x.jwcalibdev.motd RUN "synctool jwcalibdev: irafx/iraf/unix/hlib/motd" AFTER x.jwcalibdev.iraf +TABLE x_distribute HOST herbert bond + CMD x.web RUN "do_irafx_web" + AFTER x_distribute/gate + + + # goods - has RHE 5 only now TABLE x_distribute_other HOST arzach diff --git a/sm/test_x.sm b/sm/test_x.sm index 51c85ca..2f585b9 100644 --- a/sm/test_x.sm +++ b/sm/test_x.sm @@ -4,14 +4,14 @@ IMPORT "test_common.sm" # This structure is meant to serialize the regtests so that nothing else # is going on at the same time. The regtests can consume all the CPUs. -TABLE test_run_x HOST herbert thor arzach bond cadeau banana +TABLE test_run_x HOST arzach cadeau banana CMD test2.7 RUN "test_rt x 2.7" AFTER stamp/x AFTER test_setup/okify AFTER test_setup/* AFTER OPT test_run_dev/* -TABLE test_run_x HOST thor +TABLE test_run_x HOST arzach CMD contact RUN "test_contact" AFTER stamp/x AFTER test2.7 |