aboutsummaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent252b9646c1cb0538123d51ced4a733f3dcfc266b (diff)
downloadstasis-19b84ad71d07d5126a3fadf80ad3ac01199290ac.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 'README.md')
-rw-r--r--README.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index e06d0df..76ccf52 100644
--- a/README.md
+++ b/README.md
@@ -177,13 +177,14 @@ stasis mydelivery.ini
## Indexer Command Line Options
-| Long Option | Short Option | Purpose |
-|:-------------|:------------:|:----------------------------------------|
-| --help | -h | Display this usage statement |
-| --destdir | -d | Destination directory |
-| --verbose | -v | Increase output verbosity |
-| --unbuffered | -U | Disable line buffering |
-| --web | -w | Generate HTML indexes (requires pandoc) |
+| Long Option | Short Option | Purpose |
+|:--------------------------|:------------:|:----------------------------------------|
+| --help | -h | Display this usage statement |
+| --destdir | -d | Destination directory |
+| --verbose | -v | Increase output verbosity |
+| --unbuffered | -U | Disable line buffering |
+| --web | -w | Generate HTML indexes (requires pandoc) |
+| --micromamba-download-url | n/a | Set micromamba download URL |
## Environment variables