diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-11-06 15:03:01 -0500 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-11-06 15:03:01 -0500 |
commit | b63cde4fd3eb66ab9a707dcadfe964e135f1f594 (patch) | |
tree | f5f8aa77e4fb61e687e34b71c41ed2c81e537bee /x_dist.sm | |
parent | 665c123d67b3e742d2710793d70338c731127d86 (diff) | |
download | steuermann-b63cde4fd3eb66ab9a707dcadfe964e135f1f594.tar.gz |
remove junk
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@832 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'x_dist.sm')
-rw-r--r-- | x_dist.sm | 111 |
1 files changed, 0 insertions, 111 deletions
diff --git a/x_dist.sm b/x_dist.sm deleted file mode 100644 index c18755a..0000000 --- a/x_dist.sm +++ /dev/null @@ -1,111 +0,0 @@ - -# we can make everything after this - -TABLE x_distribute HOST herbert thor arzach bond cadeau banana - CMD gate RUN "exit 0" - AFTER init/* - AFTER stamp/* - -# regular distributions - -TABLE x_distribute HOST herbert thor arzach - CMD x.iraf RUN "synctool - irafx" - AFTER x_distribute/gate - CMD x.pyssg RUN "synctool - pyssgx" - AFTER x_distribute/gate - CMD x.stsci_iraf RUN "synctool - stsci_iraf_x" - AFTER x_distribute/gate - CMD x.hstcal RUN "synctool - hstcalx" - AFTER x_distribute/gate - CMD x.motd RUN "synctool - irafx/iraf/unix/hlib/motd" - AFTER x_distribute/x.iraf - -TABLE x_distribute HOST bond cadeau banana - CMD irafx.pkg RUN "cd $HOME/daily_build/mac_package; ./clean ; ./build x " AFTER x_distribute/gate - CMD irafx.dmg RUN "cd $HOME/daily_build/mac_package; ./distribute x -" AFTER irafx.pkg - -# wads of special cases - -# jwcalibdev has local disk - some day it may do its own builds -TABLE x_distribute HOST arzach - CMD x.jwcalibdev.iraf RUN "synctool jwcalibdev: irafx" - AFTER x_distribute/gate - CMD x.jwcalibdev.pyssg RUN "synctool jwcalibdev: pyssgx" - AFTER x_distribute/gate - CMD x.jwcalibdev.stsci_iraf RUN "synctool jwcalibdev: stsci_iraf_x" - AFTER x_distribute/gate - CMD x.jwcalibdev.hstcal RUN "synctool jwcalibdev: hstcalx" - AFTER x_distribute/gate - CMD x.jwcalibdev.motd RUN "synctool jwcalibdev: irafx/iraf/unix/hlib/motd" - AFTER x.jwcalibdev.iraf - -# goods - has RHE 5 only now - -TABLE x_distribute_other HOST arzach - CMD goods.iraf RUN "synctool goods12: irafx" - AFTER x_distribute/gate - CMD goods.pyssg RUN "synctool goods12: pyssgx" - AFTER x_distribute/gate - CMD goods.stsci_iraf RUN "synctool goods12: stsci_iraf_x" - AFTER x_distribute/gate - CMD goods.hstcal RUN "synctool goods12: hstcalx" - AFTER x_distribute/gate - CMD goods.motd RUN "synctool goods12: irafx/iraf/unix/hlib/motd" - AFTER goods.iraf - -# witserv1 - who are these guys? - -TABLE x_distribute_other HOST arzach - CMD witserv1.iraf RUN "synctool witserv1: irafx" - AFTER x_distribute/gate - CMD witserv1.pyssg RUN "synctool witserv1: pyssgx" - AFTER x_distribute/gate - CMD witserv1.stsci_iraf RUN "synctool witserv1: stsci_iraf_x" - AFTER x_distribute/gate - CMD witserv1.hstcal RUN "synctool witserv1: hstcalx" - AFTER x_distribute/gate - CMD witserv1.motd RUN "synctool witserv1: irafx/iraf/unix/hlib/motd" - AFTER witserv1.iraf - -# dmsinsvm - have a pipeline and irafx/irafdev on the same machine for INS - -TABLE x_distribute_other HOST arzach - CMD dmsinsvm.iraf RUN "synctool dmsinsvm: irafx" - AFTER x_distribute/gate - CMD dmsinsvm.pyssg RUN "synctool dmsinsvm: pyssgx" - AFTER x_distribute/gate - CMD dmsinsvm.stsci_iraf RUN "synctool dmsinsvm: stsci_iraf_x" - AFTER x_distribute/gate - CMD dmsinsvm.hstcal RUN "synctool dmsinsvm: hstcalx" - AFTER x_distribute/gate - CMD dmsinsvm.motd RUN "synctool dmsinsvm: irafx/iraf/unix/hlib/motd" - AFTER dmsinsvm.iraf - -# UDF - another funded project with their own machines - -TABLE x_distribute_other HOST thor - CMD udf1.iraf RUN "synctool udf1: irafx" - AFTER x_distribute/gate - CMD udf1.pyssg RUN "synctool udf1: pyssgx" - AFTER x_distribute/gate - CMD udf1.stsci_iraf RUN "synctool udf1: stsci_iraf_x" - AFTER x_distribute/gate - CMD udf1.hstcal RUN "synctool udf1: hstcalx" - AFTER x_distribute/gate - CMD udf1.motd RUN "synctool udf1: irafx/iraf/unix/hlib/motd" - AFTER udf1.iraf - -# royal - a beowulf cluster - -TABLE x_distribute_other HOST thor - CMD royal.iraf RUN "synctool royal: irafx" - AFTER x_distribute/gate - CMD royal.pyssg RUN "synctool royal: pyssgx" - AFTER x_distribute/gate - CMD royal.stsci_iraf RUN "synctool royal: stsci_iraf_x" - AFTER x_distribute/gate - CMD royal.hstcal RUN "synctool royal: hstcalx" - AFTER x_distribute/gate - CMD royal.motd RUN "synctool royal: irafx/iraf/unix/hlib/motd" - AFTER royal.iraf - |