diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-12-16 11:55:54 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-12-16 11:55:54 -0500 |
commit | 32d7be852f1f0619fd614545a9f6ae173a3cea1d (patch) | |
tree | 5c4791bc91721b780762d9472aff679773241d8a | |
parent | f92ab68a0ffec2652e537e1da87cf6e51a6cc1f8 (diff) | |
download | steuermann-32d7be852f1f0619fd614545a9f6ae173a3cea1d.tar.gz |
some updates related to building/testing on cadeau and banana
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1367 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_dev.sm | 4 | ||||
-rw-r--r-- | sm/dist_x.sm | 6 | ||||
-rw-r--r-- | sm/test_dev.sm | 2 | ||||
-rw-r--r-- | sm/test_x.sm | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index 68e52b0..8a77f86 100644 --- a/sm/dist_dev.sm +++ b/sm/dist_dev.sm @@ -1,5 +1,5 @@ -TABLE build_docs HOST banana +TABLE build_docs HOST cadeau IF ssbdev_dist: CMD stsci_python_dev_docs RUN "build_sphinxdocs dev" @@ -12,7 +12,7 @@ TABLE build_docs HOST jwcalibdev AFTER OPT test_dev/install_dev -TABLE distribute HOST nott jwcalibdev banana +TABLE distribute HOST nott jwcalibdev cadeau IF ssbdev_dist: CMD sync_ssbdev RUN "synctool - ssbdev" diff --git a/sm/dist_x.sm b/sm/dist_x.sm index c20ab71..ee7caa2 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -1,10 +1,10 @@ -TABLE banana nott +TABLE cadeau nott IF ssbx_dist: CMD build_1.4.4.2_drizzlepac_addon RUN "/eng/ssb/auto/steuermann_scripts/make_opus_drizzlepac_addon" -TABLE build_docs HOST banana +TABLE build_docs HOST cadeau IF ssbx_dist: CMD stsci_python_x_docs RUN "build_sphinxdocs x" @@ -15,7 +15,7 @@ TABLE build_docs HOST jwcalibdev CMD jwst_x_docs RUN "build_jwst_docs x" -TABLE distribute HOST nott jwcalibdev banana +TABLE distribute HOST nott jwcalibdev cadeau IF ssbx_dist: CMD sync_ssbx RUN "synctool - ssbx" diff --git a/sm/test_dev.sm b/sm/test_dev.sm index 09dcc0d..60b96db 100644 --- a/sm/test_dev.sm +++ b/sm/test_dev.sm @@ -1,5 +1,5 @@ -TABLE test_dev HOST arzach banana nott jwcalibdev +TABLE test_dev HOST arzach banana nott jwcalibdev cadeau IF ssbdev_test: CMD install_dev RUN "install_ssb_ureka dev" diff --git a/sm/test_x.sm b/sm/test_x.sm index ded77df..672951b 100644 --- a/sm/test_x.sm +++ b/sm/test_x.sm @@ -1,5 +1,5 @@ -TABLE test_x HOST arzach banana nott jwcalibdev +TABLE test_x HOST arzach banana nott jwcalibdev cadeau IF ssbx_test: CMD install_x RUN "install_ssb_ureka x" |