<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/cli, branch mm-retry</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>Fix usage output when option array contains arguments without short options</title>
<updated>2026-06-18T16:54:01+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-06-18T16:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=f3dd5131ba4ca0bf647ef2cefae64e7f41ec3fa3'/>
<id>f3dd5131ba4ca0bf647ef2cefae64e7f41ec3fa3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add space in usage statement</title>
<updated>2026-06-18T16:30:32+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-06-18T16:30:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d1f5e3f102e1910b994ba9e4ab635ab7a15c127b'/>
<id>d1f5e3f102e1910b994ba9e4ab635ab7a15c127b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add indexer arugment '--micromamba-download-url'</title>
<updated>2026-06-18T16:29:13+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-06-18T16:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9d2646362964d05f2c3346b5cd24ad010fdd2039'/>
<id>9d2646362964d05f2c3346b5cd24ad010fdd2039</id>
<content type='text'>
* Add is_file_compressed() function to utils
* Call micromamba_install() from tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add is_file_compressed() function to utils
* Call micromamba_install() from tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Update micromamba installation logic</title>
<updated>2026-06-17T20:24:22+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-06-17T20:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b9cac8cfa9a0ef9138b860c2fa72c6fe51331adf'/>
<id>b9cac8cfa9a0ef9138b860c2fa72c6fe51331adf</id>
<content type='text'>
* 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
*
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
*
</pre>
</div>
</content>
</entry>
<entry>
<title>Safe strings, finally (#145)</title>
<updated>2026-06-02T21:04:13+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2026-06-02T21:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=252b9646c1cb0538123d51ced4a733f3dcfc266b'/>
<id>252b9646c1cb0538123d51ced4a733f3dcfc266b</id>
<content type='text'>
* Add string copy and catonate replacements
* safe_strncpy
* safe_strncat
* Replace string functions
* gbo.ini: Update tweakwcs to 0.9.0
* generic.ini: Update tweakwcs to 0.9.0</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add string copy and catonate replacements
* safe_strncpy
* safe_strncat
* Replace string functions
* gbo.ini: Update tweakwcs to 0.9.0
* generic.ini: Update tweakwcs to 0.9.0</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant __FUNCTION__</title>
<updated>2026-05-12T16:32:44+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T16:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d89f776c1d55fa6ad41b5dcf870d03256a4f54a7'/>
<id>d89f776c1d55fa6ad41b5dcf870d03256a4f54a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reverse logic on status check</title>
<updated>2026-05-12T15:14:06+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T15:14:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=45d8e2aeb737a5d3b91217a01f81392341f190d2'/>
<id>45d8e2aeb737a5d3b91217a01f81392341f190d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>exit on error</title>
<updated>2026-05-12T14:52:51+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-12T14:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=8217fc2354f4614ed64f7b5530fbc9d155b697b5'/>
<id>8217fc2354f4614ed64f7b5530fbc9d155b697b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update SYS_* macros</title>
<updated>2026-05-11T19:56:07+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-11T01:37:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=98d50a05c62b772a6c391d05f175f44d8764c8a5'/>
<id>98d50a05c62b772a6c391d05f175f44d8764c8a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>How did you get back in there...</title>
<updated>2026-05-11T19:55:54+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2026-05-11T00:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=9df56118210af2ae0af8d735e85b391828b5d289'/>
<id>9df56118210af2ae0af8d735e85b391828b5d289</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
