<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/tests/test_conda.c, branch 1.7.0</title>
<subtitle>A pipeline delivery generator
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/'/>
<entry>
<title>Micromamba improvement (#148)</title>
<updated>2026-06-18T18:05:46+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2026-06-18T18:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=e2008513b5fb4ae71d87ca6d05bdab5f3cb3a53f'/>
<id>e2008513b5fb4ae71d87ca6d05bdab5f3cb3a53f</id>
<content type='text'>
* 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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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</pre>
</div>
</content>
</entry>
<entry>
<title>Replace __FUNCTION__ with __func__ (portable)</title>
<updated>2026-05-12T16:37:27+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=96bc699d269ff79bf31dad182f1a2b96226e8ce5'/>
<id>96bc699d269ff79bf31dad182f1a2b96226e8ce5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace msg, perror, and fprintf with SYS message macros</title>
<updated>2026-05-11T19:34:45+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-11T19:24:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b7a60c5bed989a52a53b8b697203f55367f55a89'/>
<id>b7a60c5bed989a52a53b8b697203f55367f55a89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add download_dir member to MicroMambaInfo struct.</title>
<updated>2026-04-27T13:20:06+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-04-27T13:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=11bc498b5bca18662a582a163d3e9aaed1a17b79'/>
<id>11bc498b5bca18662a582a163d3e9aaed1a17b79</id>
<content type='text'>
* TMPDIR and hardcoded path is too unpredictable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TMPDIR and hardcoded path is too unpredictable.
</pre>
</div>
</content>
</entry>
<entry>
<title>pkg_index_provides: Add logdir argument</title>
<updated>2026-04-27T05:55:14+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-04-27T05:55:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=4d3edd67c28116bdd337f5b3b2f456329a269bdb'/>
<id>4d3edd67c28116bdd337f5b3b2f456329a269bdb</id>
<content type='text'>
* mkdirs() the logdir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* mkdirs() the logdir
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace sprintf with snprintf</title>
<updated>2026-04-15T14:10:15+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-04-15T14:10:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=87779a8c85eec0b71703ed3090a3949761396a15'/>
<id>87779a8c85eec0b71703ed3090a3949761396a15</id>
<content type='text'>
* A few strcpy and strcat changes as well
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* A few strcpy and strcat changes as well
</pre>
</div>
</content>
</entry>
<entry>
<title>python3, not python</title>
<updated>2026-04-09T06:04:22+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-04-09T06:04:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=e800cc620976bf6ea8198ac66811f4596b6a3af1'/>
<id>e800cc620976bf6ea8198ac66811f4596b6a3af1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>base and "based_on" installations shall hardcode the requested python version in the YAML config instead of trusting it</title>
<updated>2025-04-02T19:22:47+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-04-02T19:22:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=90755c85131cceb9f6d628703042129dc10dfca9'/>
<id>90755c85131cceb9f6d628703042129dc10dfca9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix leaks in test_conda.c</title>
<updated>2025-02-12T21:56:28+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-02-12T21:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=3746e6eec67e4e7a44fb7df78b8be15375448cd0'/>
<id>3746e6eec67e4e7a44fb7df78b8be15375448cd0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize structs to {0} and combine declaration and assignment where possible</title>
<updated>2024-11-01T12:35:19+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-11-01T04:55:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=35d0480f743abaa5c2c332f513043edd7c59081c'/>
<id>35d0480f743abaa5c2c332f513043edd7c59081c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
