diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-06-21 12:49:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 12:49:45 -0400 |
commit | 77a0276d9f37bcf828c77f9bcc59ff945116274e (patch) | |
tree | 91cf7cb955798ad40718341172b0a8ffbc59a1f2 /omc.ini | |
parent | 931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff) | |
download | stasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz |
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'omc.ini')
-rw-r--r-- | omc.ini | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/omc.ini b/omc.ini deleted file mode 100644 index bf6930b..0000000 --- a/omc.ini +++ /dev/null @@ -1,36 +0,0 @@ -; (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 omc/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] - |