<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/lib, branch delivery-wheel-index-basename</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>Bug fix</title>
<updated>2025-02-04T13:38:01+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-02-04T13:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=97fad8fbaaddf3a8a5f17a6f1abfc0e53c59acf6'/>
<id>97fad8fbaaddf3a8a5f17a6f1abfc0e53c59acf6</id>
<content type='text'>
* This prevents absolute paths returned by listdir() from being injected into the "bottom" index.html file.
* The href target should be relative to the local directory structure, not an absolute path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* This prevents absolute paths returned by listdir() from being injected into the "bottom" index.html file.
* The href target should be relative to the local directory structure, not an absolute path.
</pre>
</div>
</content>
</entry>
<entry>
<title>listdir: sort records alphabetically by default</title>
<updated>2024-12-24T19:14:23+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-24T19:14:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=13f7a7611bb9b7a3e9927ed0438793bb951aad01'/>
<id>13f7a7611bb9b7a3e9927ed0438793bb951aad01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>junitxml: expose number of tests that passed</title>
<updated>2024-12-22T15:05:25+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-22T15:05:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=e1c7ff58e865d31f2c7c60faf94eb2aaa27d0416'/>
<id>e1c7ff58e865d31f2c7c60faf94eb2aaa27d0416</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use delivery context, not globals, to populate path to conda</title>
<updated>2024-12-19T17:20:36+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-19T17:20:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=1f91ff4d5e15a9dcfd3de927f795649a3097d93b'/>
<id>1f91ff4d5e15a9dcfd3de927f795649a3097d93b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #78 from jhunkeler/remove-package-from-delivery</title>
<updated>2024-12-19T15:04:35+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2024-12-19T15:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d117a9724e9335ba738fd5cb99c27d4793a4976d'/>
<id>d117a9724e9335ba738fd5cb99c27d4793a4976d</id>
<content type='text'>
Allow removing packages from a delivery</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow removing packages from a delivery</pre>
</div>
</content>
</entry>
<entry>
<title>Add (conda|pip)_packages_purge configuration keys and driver</title>
<updated>2024-12-18T16:11:53+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-18T15:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=54ac1e2e256252ec75fbdfe668a3328fb5d02c31'/>
<id>54ac1e2e256252ec75fbdfe668a3328fb5d02c31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git_clone: rework the error handler to return the proper exit code</title>
<updated>2024-12-16T20:15:34+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-16T20:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d664bef4e570647f85d6000170dba7e63807facc'/>
<id>d664bef4e570647f85d6000170dba7e63807facc</id>
<content type='text'>
* Use goto to drop out for different failure conditions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use goto to drop out for different failure conditions
</pre>
</div>
</content>
</entry>
<entry>
<title>delivery_build_wheels return NULL on checkout error</title>
<updated>2024-12-16T17:46:36+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-16T17:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=c29147a267542750c90ea8fc4905e6a7708b3b55'/>
<id>c29147a267542750c90ea8fc4905e6a7708b3b55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git_clone return NULL on checkout error</title>
<updated>2024-12-16T17:45:56+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-16T17:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b21010c3aaf60fcf695f2541c6523a75337b1c9f'/>
<id>b21010c3aaf60fcf695f2541c6523a75337b1c9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Consolidate package list normalization</title>
<updated>2024-12-13T14:48:26+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-13T14:48:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=07011c46bdaee9efb1b643415e15c9be9ff12f03'/>
<id>07011c46bdaee9efb1b643415e15c9be9ff12f03</id>
<content type='text'>
* Normalize as in, a list of space or tab delimited entries, is converted to a LF delimited list
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Normalize as in, a list of space or tab delimited entries, is converted to a LF delimited list
</pre>
</div>
</content>
</entry>
</feed>
