diff options
Diffstat (limited to 'sm/dist_x.sm')
-rw-r--r-- | sm/dist_x.sm | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sm/dist_x.sm b/sm/dist_x.sm index 5902562..05b4782 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -2,13 +2,13 @@ TABLE build_docs HOST cadeau IF ssbx_dist: - CMD stsci_python_dev_docs RUN "build_sphinxdocs dev" + CMD stsci_python_x_docs RUN "build_sphinxdocs x" AFTER init/* TABLE build_docs HOST jwcalibdev IF ssbx_dist: - CMD jwst_dev_docs RUN "build_jwst_docs dev" + CMD jwst_x_docs RUN "build_jwst_docs x" AFTER init/* @@ -18,11 +18,6 @@ TABLE distribute HOST nott 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 |