aboutsummaryrefslogtreecommitdiff
path: root/sm/dist_x.sm
blob: 09b063b20160c10c853de6d32c0c0e71e4f7d821 (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
25
26
27
28
29
#TABLE something cadeau nott
#
#    IF ssbx_dist:
#    CMD build_1.4.4.2_drizzlepac_addon RUN "/eng/ssb/auto/steuermann_scripts/make_opus_drizzlepac_addon"


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 jwcalibdev cadeau

    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"