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 /src/cli/stasis_indexer/include/args.h | |
| parent | 252b9646c1cb0538123d51ced4a733f3dcfc266b (diff) | |
| download | stasis-1.7.0.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 'src/cli/stasis_indexer/include/args.h')
| -rw-r--r-- | src/cli/stasis_indexer/include/args.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli/stasis_indexer/include/args.h b/src/cli/stasis_indexer/include/args.h index 543aa4b..080863c 100644 --- a/src/cli/stasis_indexer/include/args.h +++ b/src/cli/stasis_indexer/include/args.h @@ -3,6 +3,8 @@ #include <getopt.h> +#define OPT_MICROMAMBA_DOWNLOAD_URL 1000 + extern struct option long_options[]; void usage(char *name); |
