aboutsummaryrefslogtreecommitdiff
path: root/stasis.ini
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2026-06-18 14:05:46 -0400
committerGitHub <noreply@github.com>2026-06-18 14:05:46 -0400
commite2008513b5fb4ae71d87ca6d05bdab5f3cb3a53f (patch)
tree46faf70adbcbe727f6f74f07f387f8330ee390ab /stasis.ini
parent252b9646c1cb0538123d51ced4a733f3dcfc266b (diff)
downloadstasis-e2008513b5fb4ae71d87ca6d05bdab5f3cb3a53f.tar.gz
Micromamba improvement (#148)HEAD1.7.0master
* Update micromamba installation logic * Split installation from micromamba() into micromamba_install() * Return -1 when micromamba cannot be installed * Add stasis.ini option "indexer.micromamba_download_url" * Add global variable micromamba_download_url * The installation function attempts two known-good URLs by default * * Add indexer arugment '--micromamba-download-url' * Add is_file_compressed() function to utils * Call micromamba_install() from tests * Add space in usage statement * Fix usage output when option array contains arguments without short options * Add --micromamba-download-url to README.md
Diffstat (limited to 'stasis.ini')
-rw-r--r--stasis.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/stasis.ini b/stasis.ini
index 4b0d1db..fdecc86 100644
--- a/stasis.ini
+++ b/stasis.ini
@@ -35,6 +35,15 @@ wheel_builder = manylinux
; When wheel_builder is set to "manylinux", use the following image
wheel_builder_manylinux_image = quay.io/pypa/manylinux2014
+
+;[indexer]
+; (string) Micromamba download URL
+; DEFAULT: GitHub or Micromamba's primary website URLs are used
+; NOTE:
+; - The platform and architecture combination must be handled by the user
+;micromamba_download_url = https://github.com/mamba-org/micromamba-releases/releases/latest/download/micromamba-PLAT-ARCH
+
+
[jfrog_cli_download]
url = https://releases.jfrog.io/artifactory
product = jfrog-cli