aboutsummaryrefslogtreecommitdiff
path: root/examples/template/example.ini
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-11-01 00:40:46 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-11-01 00:40:56 -0400
commitb24c2e2db23472256d91ee558cad6ae7c7dab7cd (patch)
treec875dab947e3e0fb16829c21f6e5fd38bef52c66 /examples/template/example.ini
parent9c8094a50e2e22056653aadb3c9a72b608e5a4d5 (diff)
downloadstasis-b24c2e2db23472256d91ee558cad6ae7c7dab7cd.tar.gz
Initial commit of example.ini
Diffstat (limited to 'examples/template/example.ini')
-rw-r--r--examples/template/example.ini56
1 files changed, 56 insertions, 0 deletions
diff --git a/examples/template/example.ini b/examples/template/example.ini
new file mode 100644
index 0000000..2af9070
--- /dev/null
+++ b/examples/template/example.ini
@@ -0,0 +1,56 @@
+[meta]
+; (string) Mission type: hst, jwst
+mission =
+
+; (string) Name of delivery
+name =
+
+; (string) A codename is only used when mission is set to "hst"
+codename =
+
+; (string) Version of the delivery
+version =
+
+; (string) Release Candidate of delivery.
+; NOTE: Ignored when final is true.
+rc =
+
+; (boolean) Enable delivery finalization routines
+final =
+
+; (boolean) If "false", fail immediately when a test or build fails
+continue_on_error =
+
+; (string) URL of Conda environment YAML
+; NOTE: Generally the final release of a older delivery
+based_on =
+
+; (string) Target version of Python
+python =
+
+[conda]
+installer_name = Miniforge3
+installer_version = 23.3.1-1
+installer_platform = ${OMC_CONDA_PLATFORM}
+installer_arch = ${OMC_CONDA_ARCH}
+installer_baseurl = https://github.com/conda-forge/miniforge/releases/latest/download
+
+; (list) Conda packages to install
+conda_packages =
+
+; (list) Python packages to install
+pip_packages =
+
+[runtime]
+; (string) Environment variable key pairs
+; key=value
+
+[test:name] ; where test:"name" denotes the package name
+; (string) Version of tested package
+version =
+
+; (string) Git repository of tested package
+repository =
+
+; (list) Commands to execute against tested package
+script =