blob: 05b4782eec3b88a78ae5b8f943856b0738686c56 (
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
30
31
32
|
TABLE build_docs HOST cadeau
IF ssbx_dist:
CMD stsci_python_x_docs RUN "build_sphinxdocs x"
AFTER init/*
TABLE build_docs HOST jwcalibdev
IF ssbx_dist:
CMD jwst_x_docs RUN "build_jwst_docs x"
AFTER init/*
TABLE distribute HOST nott
IF ssbx_dist:
CMD sync_ssbx RUN "synctool - ssbx"
AFTER init/*
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/*
|