diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-12-10 01:09:33 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-12-10 01:09:33 -0500 |
commit | 80a2bd684f77e553a8928286848c7c076808c271 (patch) | |
tree | 26ed8e1bc2d01d0af4c1e443f9ba9915378dc932 | |
parent | cc6fee6e3ccf7161422b080d686fec6a28334993 (diff) | |
download | stasis-80a2bd684f77e553a8928286848c7c076808c271.tar.gz |
Add jfrog_cli_download section
* Add conda_fresh_start option
-rw-r--r-- | omc.ini | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -4,6 +4,16 @@ 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 @@ -13,4 +23,11 @@ conda_packages = conda-libmamba-solver ; (list) Python packages to be installed/overridden in the base environment -;pip_packages =
\ No newline at end of file +;pip_packages = + +[jfrog_cli_download] +url = https://releases.jfrog.io/jfrog_cli_rt +product = jfrog-cli +version_series = v2-jf +version = [RELEASE] +filename = jf |