<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src, branch update-tests</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>mp_pool_show_summary now prints "HOLD" when queued tasks haven't been executed and the pool is killed</title>
<updated>2024-10-22T05:30:39+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-22T05:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=66201ea20070376b76325f24ac40835aea48e6c8'/>
<id>66201ea20070376b76325f24ac40835aea48e6c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add MP_POOL_TASK_STATUS_INITIAL</title>
<updated>2024-10-22T05:29:34+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-22T05:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=261a8251150268aa2dd1d24044db281a70af2c86'/>
<id>261a8251150268aa2dd1d24044db281a70af2c86</id>
<content type='text'>
* Better than putting -1 everywhere
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Better than putting -1 everywhere
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug fix:</title>
<updated>2024-10-21T16:12:49+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-21T16:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=073690ee961fb0b624f704560ebf67b60d25a35d'/>
<id>073690ee961fb0b624f704560ebf67b60d25a35d</id>
<content type='text'>
* XDG_CACHE_HOME is now pointing to cache_local instead of TMPDIR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* XDG_CACHE_HOME is now pointing to cache_local instead of TMPDIR
</pre>
</div>
</content>
</entry>
<entry>
<title>Change signature:</title>
<updated>2024-10-21T16:11:05+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-21T16:11:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5d21c2c6eab632cc519eb23e529c2d985ac04921'/>
<id>5d21c2c6eab632cc519eb23e529c2d985ac04921</id>
<content type='text'>
* delivery_gather_tool_versions now returns non-zero if unable to determine a tool's version
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* delivery_gather_tool_versions now returns non-zero if unable to determine a tool's version
</pre>
</div>
</content>
</entry>
<entry>
<title>Update conda_provides:</title>
<updated>2024-10-21T15:49:12+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-21T15:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=f954efd16b99520720d05abde5ec8ff741faa2dd'/>
<id>f954efd16b99520720d05abde5ec8ff741faa2dd</id>
<content type='text'>
* Avoid false positives by returning early when the spec is empty
* Remove --use-index-cache. The remote channel must always be checked (conda is extremely slow to read its own channel data, so expect abnormally long delays on first-run)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Avoid false positives by returning early when the spec is empty
* Remove --use-index-cache. The remote channel must always be checked (conda is extremely slow to read its own channel data, so expect abnormally long delays on first-run)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pip_index_provides</title>
<updated>2024-10-21T15:46:27+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-21T15:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=62a3bc3a1f33625527cbc039531cfe8b42916d91'/>
<id>62a3bc3a1f33625527cbc039531cfe8b42916d91</id>
<content type='text'>
* Always quote the incoming spec to avoid accidental shell redirection
* Never use the local cache. We're checking a remote source, so it matters greatly where pip is looking for the package
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Always quote the incoming spec to avoid accidental shell redirection
* Never use the local cache. We're checking a remote source, so it matters greatly where pip is looking for the package
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce length of stasis_main.c</title>
<updated>2024-10-14T16:21:32+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-14T16:21:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=26000fb8e6cc08c227d4463de60e28881179e5cb'/>
<id>26000fb8e6cc08c227d4463de60e28881179e5cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor directory structure</title>
<updated>2024-10-14T13:43:31+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-14T13:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5a9688e9e78a25a42bddfc4388fb4ce3311ded74'/>
<id>5a9688e9e78a25a42bddfc4388fb4ce3311ded74</id>
<content type='text'>
* Move core library sources into src/lib/core
* Move command-line programs into src/cli
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Move core library sources into src/lib/core
* Move command-line programs into src/cli
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't run serial tasks in parallel</title>
<updated>2024-10-10T05:36:47+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-10T05:36:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b98088f7b7cfe4b08eb39fa1b6b86210cb6c08b8'/>
<id>b98088f7b7cfe4b08eb39fa1b6b86210cb6c08b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix accidental combination of strlen and another strlen</title>
<updated>2024-10-09T16:53:25+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-09T16:53:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=8362f2c6150ec6e41a985764639d3d910e0da08c'/>
<id>8362f2c6150ec6e41a985764639d3d910e0da08c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
