From 80a2bd684f77e553a8928286848c7c076808c271 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 10 Dec 2023 01:09:33 -0500 Subject: Add jfrog_cli_download section * Add conda_fresh_start option --- omc.ini | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/omc.ini b/omc.ini index a7adfec..a9e529c 100644 --- a/omc.ini +++ b/omc.ini @@ -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 -- cgit