diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-02-21 14:27:42 -0500 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-02-21 14:27:42 -0500 |
commit | a713b35260c745e339d2c156d90aec17c125c81c (patch) | |
tree | ba47553199cc02a97912c3642243c048940ba40c | |
parent | 5b112405e6250244fedfc36ece33a5455e69964f (diff) | |
download | steuermann-a713b35260c745e339d2c156d90aec17c125c81c.tar.gz |
changes to rsync because of UDF upgrades
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@554 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_dev.sm | 12 | ||||
-rw-r--r-- | sm/dist_x.sm | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index 58b6c95..9f4622f 100644 --- a/sm/dist_dev.sm +++ b/sm/dist_dev.sm @@ -90,6 +90,18 @@ TABLE distribute_other HOST thor CMD udf1.motd RUN "synctool udf1:/ustsciEWS4_x64 irafdev/iraf/unix/hlib/motd" AFTER udf1.iraf +TABLE distribute_other HOST arzach + CMD udf1.iraf RUN "synctool udf1:/ustsciEWS5_x64 irafdev" + AFTER stamp/dev + CMD udf1.pyssg RUN "synctool udf1:/ustsciEWS5_x64 pyssgdev" + AFTER stamp/dev + CMD udf1.stsci_iraf RUN "synctool udf1:/ustsciEWS5_x64 stsci_iraf_dev" + AFTER stamp/dev + CMD udf1.hstcal RUN "synctool udf1:/ustsciEWS5_x64 hstcaldev" + AFTER stamp/dev + CMD udf1.motd RUN "synctool udf1:/ustsciEWS5_x64 irafdev/iraf/unix/hlib/motd" + AFTER udf1.iraf + # royal - a beowulf cluster TABLE distribute_other HOST thor diff --git a/sm/dist_x.sm b/sm/dist_x.sm index bf640ec..fd67661 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -101,6 +101,18 @@ TABLE x_distribute_other HOST thor CMD udf1.motd RUN "synctool udf1:/ustsciEWS4_x64 irafx/iraf/unix/hlib/motd" AFTER udf1.iraf +TABLE x_distribute_other HOST arzach + CMD udf1.iraf RUN "synctool udf1:/ustsciEWS5_x64 irafx" + AFTER x_distribute/gate + CMD udf1.pyssg RUN "synctool udf1:/ustsciEWS5_x64 pyssgx" + AFTER x_distribute/gate + CMD udf1.stsci_iraf RUN "synctool udf1:/ustsciEWS5_x64 stsci_iraf_x" + AFTER x_distribute/gate + CMD udf1.hstcal RUN "synctool udf1:/ustsciEWS5_x64 hstcalx" + AFTER x_distribute/gate + CMD udf1.motd RUN "synctool udf1:/ustsciEWS5_x64 irafx/iraf/unix/hlib/motd" + AFTER udf1.iraf + # royal - a beowulf cluster TABLE x_distribute_other HOST thor |