diff options
| author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-01-13 11:23:36 -0500 |
|---|---|---|
| committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-01-13 11:23:36 -0500 |
| commit | b5de32fd54f05e641d7111176068817d15591d44 (patch) | |
| tree | 186604b123e0e1bc2aaeeff4070555ea84b81e5a /sm_new/assemble_x.sm | |
| parent | 0712005ab85c6f66621091613af39cfa43f1731f (diff) | |
| download | steuermann-b5de32fd54f05e641d7111176068817d15591d44.tar.gz | |
rename sm_new/ to sm/
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1170 d34015c8-bcbb-4646-8ac8-8ba5febf221d
Diffstat (limited to 'sm_new/assemble_x.sm')
| -rw-r--r-- | sm_new/assemble_x.sm | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sm_new/assemble_x.sm b/sm_new/assemble_x.sm deleted file mode 100644 index 727bdda..0000000 --- a/sm_new/assemble_x.sm +++ /dev/null @@ -1,34 +0,0 @@ -# arzach assembles all the source code -TABLE assemble HOST arzach - - IF ssbx_build: - CMD x.irafx_age RUN "irafx_age.py" - AFTER init/* - - IF ssbx_build: - CMD irafx_update RUN "/eng/ssb/auto/steuermann_scripts/irafx_update " - AFTER init/* - - IF ssbx_build: - CMD x.stsci_python RUN "assemble_stsci_python x" - AFTER svnsync - - IF ssbx_build: - CMD x.stsci_iraf RUN "assemble_stsci_iraf x" - AFTER svnsync - - IF ssbx_build: - CMD x.axe RUN "assemble_axe x" - AFTER svnsync - - IF ssbx_build: - CMD x.hstcal RUN "assemble_hstcal x" - AFTER svnsync - - -TABLE assemble HOST jwcalibdev - - IF ssbx_build: - CMD x.jwst RUN "assemble_jwst x" - AFTER *:assemble/svnsync - |
