|
1 | | -[meta] |
2 | | -; (string) Mission type: hst, jwst |
3 | | -mission = |
4 | | - |
5 | | -; (string) Name of delivery |
6 | | -name = |
7 | | - |
8 | | -; (string) A codename is only used when mission is set to "hst" |
9 | | -codename = |
10 | | - |
11 | | -; (string) Version of the delivery |
12 | | -version = |
13 | | - |
14 | | -; (string) Release Candidate of delivery. |
15 | | -; NOTE: Ignored when final is true. |
16 | | -rc = |
17 | | - |
18 | | -; (boolean) Enable delivery finalization routines |
19 | | -final = |
20 | | - |
21 | | -; (string) URL of Conda environment YAML |
22 | | -; NOTE: Generally the final release of a older delivery |
23 | | -based_on = |
24 | | - |
25 | | -; (string) Target version of Python |
26 | | -python = |
27 | | - |
28 | | -[conda] |
29 | | -installer_name = Miniforge3 |
30 | | -installer_version = 23.3.1-1 |
31 | | -installer_platform = ${OMC_CONDA_PLATFORM} |
32 | | -installer_arch = ${OMC_CONDA_ARCH} |
33 | | -installer_baseurl = https://github.com/conda-forge/miniforge/releases/latest/download |
34 | | - |
35 | | -; (list) Conda packages to install |
36 | | -conda_packages = |
37 | | - |
38 | | -; (list) Python packages to install |
39 | | -pip_packages = |
40 | | - |
41 | | -[runtime] |
42 | | -; (string) Environment variable key pairs |
43 | | -; key=value |
44 | | - |
45 | | -[test:name] ; where test:"name" denotes the package name |
46 | | -; (string) Version of tested package |
47 | | -version = |
48 | | - |
49 | | -; (string) Git repository of tested package |
50 | | -repository = |
51 | | - |
52 | | -; (list) Commands to execute against tested package |
53 | | -script = |
| 1 | +[meta] |
| 2 | +; (string) Mission type: hst, jwst |
| 3 | +mission = |
| 4 | + |
| 5 | +; (string) Name of delivery |
| 6 | +name = |
| 7 | + |
| 8 | +; (string) A codename is only used when mission is set to "hst" |
| 9 | +codename = |
| 10 | + |
| 11 | +; (string) Version of the delivery |
| 12 | +version = |
| 13 | + |
| 14 | +; (string) Release Candidate of delivery. |
| 15 | +; NOTE: Ignored when final is true. |
| 16 | +rc = |
| 17 | + |
| 18 | +; (boolean) Enable delivery finalization routines |
| 19 | +final = |
| 20 | + |
| 21 | +; (string) URL of Conda environment YAML |
| 22 | +; NOTE: Generally the final release of a older delivery |
| 23 | +based_on = |
| 24 | + |
| 25 | +; (string) Target version of Python |
| 26 | +python = |
| 27 | + |
| 28 | +[conda] |
| 29 | +installer_name = Miniforge3 |
| 30 | +installer_version = 23.3.1-1 |
| 31 | +installer_platform = ${OMC_CONDA_PLATFORM} |
| 32 | +installer_arch = ${OMC_CONDA_ARCH} |
| 33 | +installer_baseurl = https://github.com/conda-forge/miniforge/releases/latest/download |
| 34 | + |
| 35 | +; (list) Conda packages to install |
| 36 | +conda_packages = |
| 37 | + |
| 38 | +; (list) Python packages to install |
| 39 | +pip_packages = |
| 40 | + |
| 41 | +[runtime] |
| 42 | +; (string) Environment variable key pairs |
| 43 | +; key=value |
| 44 | + |
| 45 | +[test:name] ; where test:"name" denotes the package name |
| 46 | +; (string) Version of tested package |
| 47 | +version = |
| 48 | + |
| 49 | +; (string) Git repository of tested package |
| 50 | +repository = |
| 51 | + |
| 52 | +; (list) Commands to execute against tested package |
| 53 | +script = |
0 commit comments