aboutsummaryrefslogtreecommitdiff
path: root/sm/dist_x.sm
blob: 9781c09df1c0675dcd053368aff459f5bdb73182 (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 build_docs HOST cadeau

    IF ssbx_dist:
    CMD stsci_python_x_docs RUN "build_sphinxdocs x"

TABLE build_docs HOST jwcalibdev

    IF ssbx_dist:
    CMD jwst_x_docs RUN "build_jwst_docs x"


TABLE distribute HOST nott

    IF ssbx_dist:
    CMD sync_ssbx RUN "synctool - 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"