<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/lib, branch order-matters</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>Remote PATH= definition in command</title>
<updated>2024-10-31T19:54:21+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-31T19:54:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=7e181ee9404879381279cb5ccf9ec4d3efb913cf'/>
<id>7e181ee9404879381279cb5ccf9ec4d3efb913cf</id>
<content type='text'>
* check_pathvar was the culprit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* check_pathvar was the culprit
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround for latest conda regression</title>
<updated>2024-10-28T17:23:41+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-28T17:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=36f3a828dd068c50b84815a02ad66e6616c8fdaf'/>
<id>36f3a828dd068c50b84815a02ad66e6616c8fdaf</id>
<content type='text'>
* profile.d/{conda,mamba}.sh don't set PATH so "import conda" and "import mamba" fail when conda is invoked. Fantastic.
* Put conda's python interpreter on the PATH before using conda for the first time
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* profile.d/{conda,mamba}.sh don't set PATH so "import conda" and "import mamba" fail when conda is invoked. Fantastic.
* Put conda's python interpreter on the PATH before using conda for the first time
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip the version spec off of the package name if present</title>
<updated>2024-10-24T20:28:28+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-24T20:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=e1cfdd3202fbf0a7cb11b8c72ee7ba2cb934d76f'/>
<id>e1cfdd3202fbf0a7cb11b8c72ee7ba2cb934d76f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix regression:</title>
<updated>2024-10-24T20:27:51+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-24T20:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=0e2bc0da2b934b14226eb6fd1b112e15d9bd7a5b'/>
<id>0e2bc0da2b934b14226eb6fd1b112e15d9bd7a5b</id>
<content type='text'>
* Wheels are only built now if they appear in the pip_packages_deferred list.
* Strip the version spec off of the package name if present
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Wheels are only built now if they appear in the pip_packages_deferred list.
* Strip the version spec off of the package name if present
</pre>
</div>
</content>
</entry>
<entry>
<title>Move fd initializer down</title>
<updated>2024-10-24T20:22:23+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-24T20:22:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=b04040a02f5f1dc3eed93de6bc549af06d79af06'/>
<id>b04040a02f5f1dc3eed93de6bc549af06d79af06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Generalize *_index_provides interface</title>
<updated>2024-10-24T20:21:36+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-24T20:21:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=4231ce4470fed52aca9afbe38c6b79a3d31b4136'/>
<id>4231ce4470fed52aca9afbe38c6b79a3d31b4136</id>
<content type='text'>
* Replaces conda_* and pip_* with pkg_index_provides
* Because this function can fail in so many ways I've added pkg_index_provides_strerror() and a detection macro PKG_INDEX_PROVIDES_FAILED() to make things easier
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Replaces conda_* and pip_* with pkg_index_provides
* Because this function can fail in so many ways I've added pkg_index_provides_strerror() and a detection macro PKG_INDEX_PROVIDES_FAILED() to make things easier
</pre>
</div>
</content>
</entry>
<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>
</feed>
