blob: b8058a50bf4b7a58a6711dcd3367c854495be799 (
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 arzach
IF ssbdev_dist:
CMD stsci_python_x_docs RUN "build_sphinxdocs x"
AFTER init/*
TABLE build_docs HOST jwcalibdev
IF ssbdev_dist:
CMD jwst_x_docs RUN "build_jwst_docs x"
AFTER init/*
TABLE distribute HOST nott
IF ssbdev_dist:
CMD sync_ssbdev RUN "synctool - ssbdev"
AFTER nott:test_dev/install_dev
IF ssbdev_dist:
CMD sync_envconfig RUN "synctool - envconfig.mac"
AFTER sync_ssbdev
|