diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-01-13 12:07:33 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-01-13 12:07:33 -0500 |
commit | 8c742a7bcb7ca0596fc058215236b31931687847 (patch) | |
tree | 6e224de101fba94f8e8cc29b16e51205affe8fc9 | |
parent | 305e791f88b719fcc7e8cf93c62e33587256c83e (diff) | |
download | steuermann-8c742a7bcb7ca0596fc058215236b31931687847.tar.gz |
misc updates to pyetc_hst.sm and dist_x.sm
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1172 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_x.sm | 9 | ||||
-rw-r--r-- | sm/pyetc_hst.sm | 2 |
2 files changed, 3 insertions, 8 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 diff --git a/sm/pyetc_hst.sm b/sm/pyetc_hst.sm index 3fa9f96..1e8aa7e 100644 --- a/sm/pyetc_hst.sm +++ b/sm/pyetc_hst.sm @@ -20,7 +20,7 @@ TABLE run_tests HOST etcbrady CMD release_prod RUN "/data1/nightly/hst_release_prod/test-ppsetc -d production etc_hst_release" AFTER core_prod -# CMD release_new_cdbs RUN "/data1/nightly/hst_release_prod/test-ppsetc -d new_cdbs etc_hst_release" +# CMD release_new_cdbs RUN "/data1/nightly/hst_release_new_cdbs/test-ppsetc -d new_cdbs etc_hst_release" # AFTER release_prod CMD spectro_loose RUN "/data1/nightly/hst_spectro_loose/test-ppsetc -d loose etc_hst_spectro" |