diff options
-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 |