diff options
-rw-r--r-- | sm/dist_dev.sm | 4 | ||||
-rw-r--r-- | sm/dist_x.sm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index 0dff1fe..e420658 100644 --- a/sm/dist_dev.sm +++ b/sm/dist_dev.sm @@ -12,11 +12,11 @@ TABLE build_docs HOST jwcalibdev AFTER OPT test_dev/install_dev -TABLE distribute HOST nott +TABLE distribute HOST nott jwcalibdev IF ssbdev_dist: CMD sync_ssbdev RUN "synctool - ssbdev" - AFTER nott:test_dev/install_dev + AFTER test_dev/install_dev IF ssbdev_dist: CMD sync_envconfig RUN "synctool - envconfig.mac" diff --git a/sm/dist_x.sm b/sm/dist_x.sm index 9781c09..84a6901 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -10,7 +10,7 @@ TABLE build_docs HOST jwcalibdev CMD jwst_x_docs RUN "build_jwst_docs x" -TABLE distribute HOST nott +TABLE distribute HOST nott jwcalibdev IF ssbx_dist: CMD sync_ssbx RUN "synctool - ssbx" |