aboutsummaryrefslogtreecommitdiff
path: root/sm_new/assemble_x.sm
diff options
context:
space:
mode:
Diffstat (limited to 'sm_new/assemble_x.sm')
-rw-r--r--sm_new/assemble_x.sm28
1 files changed, 28 insertions, 0 deletions
diff --git a/sm_new/assemble_x.sm b/sm_new/assemble_x.sm
new file mode 100644
index 0000000..a29f4fa
--- /dev/null
+++ b/sm_new/assemble_x.sm
@@ -0,0 +1,28 @@
+# arzach assembles all the source code
+TABLE assemble HOST arzach
+
+ CMD x.stsci_python RUN "assemble_stsci_python x"
+ AFTER init/*
+ AFTER svnsync
+
+ CMD x.stsci_iraf RUN "assemble_stsci_iraf x"
+ AFTER init/*
+ AFTER svnsync
+
+ CMD x.axe RUN "assemble_axe x"
+ AFTER init/*
+ AFTER svnsync
+
+ CMD x.hstcal RUN "assemble_hstcal x"
+ AFTER init/*
+ AFTER svnsync
+
+ CMD x.irafx_age RUN "irafx_age.py"
+ AFTER init/*
+
+TABLE assemble HOST jwcalibdev
+
+ CMD x.jwst RUN "assemble_jwst x"
+ AFTER init/*
+ AFTER *:svnsync
+