aboutsummaryrefslogtreecommitdiff
path: root/sm_new/dist_x.sm
blob: f2deeb8226942f77c8e48357afe7ad090950bdc4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

TABLE distribute HOST nott

    IF ssbx_dist:
    CMD sync_ssbx RUN "synctool - ssbx"
        AFTER init/*

    IF ssbx_dist:
    CMD sync_envconfig RUN "synctool - envconfig.mac"
        AFTER sync_ssbx


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 "push_ssbx_to_web"
        AFTER init/*