<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/lib/delivery, branch memfixes</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>Replace localtime with localtime_r and allocate a new buffer for each Delivery context</title>
<updated>2025-02-04T14:36:14+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-02-04T14:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=78ded5bc427eba89e425064e38b63dd65a4c679b'/>
<id>78ded5bc427eba89e425064e38b63dd65a4c679b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve message on memory error</title>
<updated>2025-02-04T14:33:18+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-02-04T14:33:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=672cdfa07cf83fec396836cbe1ba1415e5764ebf'/>
<id>672cdfa07cf83fec396836cbe1ba1415e5764ebf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Free members recently added to Delivery structure</title>
<updated>2025-02-04T14:32:21+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2025-02-04T14:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=a897adba3b034234f9ed8d1759f63b78f0ce5023'/>
<id>a897adba3b034234f9ed8d1759f63b78f0ce5023</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>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>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>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>
<entry>
<title>Initialize authentication context</title>
<updated>2024-12-11T16:29:11+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-12-11T16:29:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=34ec75d49d084c15a572dcd9c20abb6b859af9f9'/>
<id>34ec75d49d084c15a572dcd9c20abb6b859af9f9</id>
<content type='text'>
* Argument generator may fail otherwise
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Argument generator may fail otherwise
</pre>
</div>
</content>
</entry>
</feed>
