diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2026-06-18 14:05:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-18 14:05:46 -0400 |
| commit | e2008513b5fb4ae71d87ca6d05bdab5f3cb3a53f (patch) | |
| tree | 46faf70adbcbe727f6f74f07f387f8330ee390ab /README.md | |
| parent | 252b9646c1cb0538123d51ced4a733f3dcfc266b (diff) | |
| download | stasis-19b84ad71d07d5126a3fadf80ad3ac01199290ac.tar.gz | |
* 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.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -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 |
