diff options
Diffstat (limited to 'sm_new/dist_x.sm')
-rw-r--r-- | sm_new/dist_x.sm | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sm_new/dist_x.sm b/sm_new/dist_x.sm index e124c3b..f2deeb8 100644 --- a/sm_new/dist_x.sm +++ b/sm_new/dist_x.sm @@ -3,17 +3,20 @@ TABLE distribute HOST nott IF ssbx_dist: CMD sync_ssbx RUN "synctool - ssbx" - AFTER nott:test_x/install_x + AFTER init/* IF ssbx_dist: CMD sync_envconfig RUN "synctool - envconfig.mac" AFTER sync_ssbx - # push ssbx /eng/ssb/src/ssbx_pending + +TABLE distribute HOST ssb + + # push ssbx from /eng/ssb/src/ssbx_pending # to /eng/ssb/websites/ssbpublic/ureka/x IF ssbx_dist: - CMD push_ssbx_to_web RUN "synctool - envconfig.mac" - AFTER nott:test_x/install_x + CMD push_ssbx_to_web RUN "push_ssbx_to_web" + AFTER init/* |