diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-09-18 10:06:42 -0400 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-09-18 10:06:42 -0400 |
commit | 702960cb7b8a06c61988d817098d298e5fa78349 (patch) | |
tree | c8a8b3c73886f4fc947717500dc79834704cc373 | |
parent | 61a1aa030f2aa864bd2583bc2dc82510cddee6ca (diff) | |
download | steuermann-702960cb7b8a06c61988d817098d298e5fa78349.tar.gz |
take out reduntant init steps from testing SM files
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1323 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_dev.sm | 2 | ||||
-rw-r--r-- | sm/dist_x.sm | 8 | ||||
-rw-r--r-- | sm/nightly.sm | 2 | ||||
-rw-r--r-- | sm/old/A_astrolib.sm (renamed from sm/A_astrolib.sm) | 0 | ||||
-rw-r--r-- | sm/old/README | 2 | ||||
-rw-r--r-- | sm/old/assemble_astrolib.sm (renamed from sm/assemble_astrolib.sm) | 0 | ||||
-rw-r--r-- | sm/old/build_astrolib.sm (renamed from sm/build_astrolib.sm) | 0 | ||||
-rw-r--r-- | sm/test_dev.sm | 1 | ||||
-rw-r--r-- | sm/test_x.sm | 1 |
9 files changed, 2 insertions, 14 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index 33eb310..0dff1fe 100644 --- a/sm/dist_dev.sm +++ b/sm/dist_dev.sm @@ -3,14 +3,12 @@ TABLE build_docs HOST cadeau IF ssbdev_dist: CMD stsci_python_dev_docs RUN "build_sphinxdocs dev" - AFTER init/* AFTER OPT test_dev/install_dev TABLE build_docs HOST jwcalibdev IF ssbdev_dist: CMD jwst_dev_docs RUN "build_jwst_docs dev" - AFTER init/* AFTER OPT test_dev/install_dev diff --git a/sm/dist_x.sm b/sm/dist_x.sm index 05b4782..9781c09 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -3,20 +3,17 @@ TABLE build_docs HOST cadeau IF ssbx_dist: CMD stsci_python_x_docs RUN "build_sphinxdocs x" - AFTER init/* TABLE build_docs HOST jwcalibdev IF ssbx_dist: CMD jwst_x_docs RUN "build_jwst_docs x" - AFTER init/* TABLE distribute HOST nott IF ssbx_dist: CMD sync_ssbx RUN "synctool - ssbx" - AFTER init/* TABLE distribute HOST ssb @@ -24,9 +21,4 @@ TABLE distribute HOST ssb # to /eng/ssb/websites/ssbpublic/ureka/x IF ssbx_dist: CMD push_ssbx_to_web RUN "push_ssbx_to_web" - AFTER init/* - - - - diff --git a/sm/nightly.sm b/sm/nightly.sm index 0ab4b4b..72ba01b 100644 --- a/sm/nightly.sm +++ b/sm/nightly.sm @@ -1,5 +1,3 @@ -IMPORT "init.sm" - IMPORT "test_dev.sm" IMPORT "test_x.sm" diff --git a/sm/A_astrolib.sm b/sm/old/A_astrolib.sm index 9da7ffc..9da7ffc 100644 --- a/sm/A_astrolib.sm +++ b/sm/old/A_astrolib.sm diff --git a/sm/old/README b/sm/old/README new file mode 100644 index 0000000..f53e2da --- /dev/null +++ b/sm/old/README @@ -0,0 +1,2 @@ +I think the files in here are unused, and they can probably be deleted, but I'm +not sure so I'm sticking them here for easy recovery if things break :) diff --git a/sm/assemble_astrolib.sm b/sm/old/assemble_astrolib.sm index 0ee7417..0ee7417 100644 --- a/sm/assemble_astrolib.sm +++ b/sm/old/assemble_astrolib.sm diff --git a/sm/build_astrolib.sm b/sm/old/build_astrolib.sm index fdeb5de..fdeb5de 100644 --- a/sm/build_astrolib.sm +++ b/sm/old/build_astrolib.sm diff --git a/sm/test_dev.sm b/sm/test_dev.sm index d49bde7..3d0df21 100644 --- a/sm/test_dev.sm +++ b/sm/test_dev.sm @@ -3,7 +3,6 @@ TABLE test_dev HOST arzach banana cadeau nott jwcalibdev IF ssbdev_test: CMD install_dev RUN "install_ssb_ureka dev" - AFTER init/* TABLE test_dev HOST cadeau diff --git a/sm/test_x.sm b/sm/test_x.sm index 43e9584..e41cb8e 100644 --- a/sm/test_x.sm +++ b/sm/test_x.sm @@ -3,7 +3,6 @@ TABLE test_x HOST arzach banana cadeau nott jwcalibdev IF ssbx_test: CMD install_x RUN "install_ssb_ureka x" - AFTER init/* AFTER OPT test_dev/* TABLE test_x HOST cadeau |