From 7d675a70bf92bd1606f77fae01c6e56afdcee5ef Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 21 Jun 2024 12:36:55 -0400 Subject: Rebrand OhMyCal (OMC) as STASIS --- stasis.ini | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 stasis.ini (limited to 'stasis.ini') diff --git a/stasis.ini b/stasis.ini new file mode 100644 index 0000000..00fd3f4 --- /dev/null +++ b/stasis.ini @@ -0,0 +1,36 @@ +; (bool) Keep going even if a test fails +continue_on_error = false + +; (bool) Update all packages in the base to the latest release +always_update_base_environment = false + +; (bool) Remove conda installation during initialization +; true = reinstall conda +; false = do not reinstall conda +conda_fresh_start = true + +; (string) Install conda in a custom prefix +; DEFAULT: Conda will be installed under stasis/conda +; NOTE: conda_fresh_start will automatically be set to "false" +;conda_install_prefix = /path/to/conda + +; (list) Conda packages to be installed/overridden in the base environment +conda_packages = + conda>=23.7.0 + conda-build>=3.22.0 + boa + conda-verify + conda-libmamba-solver + +; (list) Python packages to be installed/overridden in the base environment +;pip_packages = + +[jfrog_cli_download] +url = https://releases.jfrog.io/artifactory +product = jfrog-cli +version_series = v2-jf +version = [RELEASE] +filename = jf + +[deploy:artifactory] + -- cgit