diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-12-10 11:13:57 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-12-10 11:13:57 -0500 |
commit | 213788724bf696a06e5fd233cd262a85443c3b18 (patch) | |
tree | 2f8c54801d9ee64641ad2d05bb16ce3be32c5df2 | |
parent | 076a5c0c140f7342ee439a43684384779563d9f4 (diff) | |
download | steuermann-213788724bf696a06e5fd233cd262a85443c3b18.tar.gz |
update nightly test/distribute SM files to use banana instead of cadeau
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1363 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_dev.sm | 2 | ||||
-rw-r--r-- | sm/dist_x.sm | 4 | ||||
-rw-r--r-- | sm/test_dev.sm | 2 | ||||
-rw-r--r-- | sm/test_x.sm | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index fd37ed3..68e52b0 100644 --- a/sm/dist_dev.sm +++ b/sm/dist_dev.sm @@ -12,7 +12,7 @@ TABLE build_docs HOST jwcalibdev AFTER OPT test_dev/install_dev -TABLE distribute HOST nott jwcalibdev cadeau +TABLE distribute HOST nott jwcalibdev banana IF ssbdev_dist: CMD sync_ssbdev RUN "synctool - ssbdev" diff --git a/sm/dist_x.sm b/sm/dist_x.sm index bfb279e..c20ab71 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -1,4 +1,4 @@ -TABLE cadeau nott +TABLE banana nott IF ssbx_dist: CMD build_1.4.4.2_drizzlepac_addon RUN "/eng/ssb/auto/steuermann_scripts/make_opus_drizzlepac_addon" @@ -15,7 +15,7 @@ TABLE build_docs HOST jwcalibdev CMD jwst_x_docs RUN "build_jwst_docs x" -TABLE distribute HOST nott jwcalibdev cadeau +TABLE distribute HOST nott jwcalibdev banana IF ssbx_dist: CMD sync_ssbx RUN "synctool - ssbx" diff --git a/sm/test_dev.sm b/sm/test_dev.sm index 4832c35..09dcc0d 100644 --- a/sm/test_dev.sm +++ b/sm/test_dev.sm @@ -15,7 +15,7 @@ TABLE test_dev HOST nott arzach banana IF ssbdev_test: CMD test2.7.5 RUN "test_rt dev 2.7.5" AFTER install_dev - AFTER cadeau:test_dev/contact + AFTER banana:test_dev/contact TABLE test_dev HOST jwcalibdev diff --git a/sm/test_x.sm b/sm/test_x.sm index 269aee1..ded77df 100644 --- a/sm/test_x.sm +++ b/sm/test_x.sm @@ -16,7 +16,7 @@ TABLE test_x HOST nott arzach banana IF ssbx_test: CMD test2.7.5 RUN "test_rt x 2.7.5" AFTER install_x - AFTER cadeau:test_x/contact + AFTER banana:test_x/contact TABLE test_x HOST jwcalibdev |