diff options
author | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-11-05 10:20:30 -0500 |
---|---|---|
committer | cslocum <cslocum@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2014-11-05 10:20:30 -0500 |
commit | 106ba21a8f246a8e0fa3c403a4ecedb1497c3d1c (patch) | |
tree | 4658df90422800a3f4a4c31a7824c1e689f955ae | |
parent | 5726e58d4bdb3ae5e3a3d8f2864428bd040a834f (diff) | |
download | steuermann-106ba21a8f246a8e0fa3c403a4ecedb1497c3d1c.tar.gz |
also sync ureka binaries from cadeau
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@1347 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_dev.sm | 2 | ||||
-rw-r--r-- | sm/dist_x.sm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index e420658..8a77f86 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 +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 84a6901..d8af508 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 jwcalibdev +TABLE distribute HOST nott jwcalibdev cadeau IF ssbx_dist: CMD sync_ssbx RUN "synctool - ssbx" |