aboutsummaryrefslogtreecommitdiff
path: root/sm/dist_x.sm
diff options
context:
space:
mode:
Diffstat (limited to 'sm/dist_x.sm')
-rw-r--r--sm/dist_x.sm37
1 files changed, 37 insertions, 0 deletions
diff --git a/sm/dist_x.sm b/sm/dist_x.sm
new file mode 100644
index 0000000..5902562
--- /dev/null
+++ b/sm/dist_x.sm
@@ -0,0 +1,37 @@
+
+TABLE build_docs HOST cadeau
+
+ IF ssbx_dist:
+ CMD stsci_python_dev_docs RUN "build_sphinxdocs dev"
+ AFTER init/*
+
+TABLE build_docs HOST jwcalibdev
+
+ IF ssbx_dist:
+ CMD jwst_dev_docs RUN "build_jwst_docs dev"
+ AFTER init/*
+
+
+TABLE distribute HOST nott
+
+ IF ssbx_dist:
+ CMD sync_ssbx RUN "synctool - ssbx"
+ AFTER init/*
+
+ IF ssbx_dist:
+ CMD sync_envconfig RUN "synctool - envconfig.mac"
+ AFTER sync_ssbx
+
+
+TABLE distribute HOST ssb
+
+ # push ssbx from /eng/ssb/src/ssbx_pending
+ # to /eng/ssb/websites/ssbpublic/ureka/x
+ IF ssbx_dist:
+ CMD push_ssbx_to_web RUN "push_ssbx_to_web"
+ AFTER init/*
+
+
+
+
+