diff options
Diffstat (limited to 'sm/assemble_dev.sm')
-rw-r--r-- | sm/assemble_dev.sm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sm/assemble_dev.sm b/sm/assemble_dev.sm new file mode 100644 index 0000000..21af101 --- /dev/null +++ b/sm/assemble_dev.sm @@ -0,0 +1,19 @@ +# arzach assembles all the source code +TABLE assemble HOST arzach + + CMD dev.stsci_python RUN "assemble_stsci_python dev" + AFTER init/* + AFTER svnsync + + CMD dev.stsci_iraf RUN "assemble_stsci_iraf dev" + AFTER init/* + AFTER svnsync + + CMD dev.axe RUN "assemble_axe dev" + AFTER init/* + AFTER svnsync + + CMD dev.hstcal RUN "assemble_hstcal dev" + AFTER init/* + AFTER svnsync + |