<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src, branch indexer-fixups</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>Fixes null value when the input path did not exist</title>
<updated>2024-10-09T14:03:48+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-09T14:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d2c67863777a84ddb759189ab74cc4cdc2a2d234'/>
<id>d2c67863777a84ddb759189ab74cc4cdc2a2d234</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add static function micromamba_configure() to indexer</title>
<updated>2024-10-09T14:02:47+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-09T14:02:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=5801afb48cff83547bccbf214da2b205c9fadcac'/>
<id>5801afb48cff83547bccbf214da2b205c9fadcac</id>
<content type='text'>
* Performing all of the setup tasks within indexer_conda() is very restrictive
* The conda environment bin directory is added to the program PATH
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Performing all of the setup tasks within indexer_conda() is very restrictive
* The conda environment bin directory is added to the program PATH
</pre>
</div>
</content>
</entry>
<entry>
<title>Use gfm in place of markdown extension</title>
<updated>2024-10-09T13:59:05+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-09T13:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=92b92bfc4913d03acfe4a0b2ca33c5a891790f75'/>
<id>92b92bfc4913d03acfe4a0b2ca33c5a891790f75</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Note purpose behind removing the temporary environment file</title>
<updated>2024-10-08T13:51:14+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-08T13:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=49e2e250103b89f5461a591334e4133f3ba8c365'/>
<id>49e2e250103b89f5461a591334e4133f3ba8c365</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not free mission_base after installation</title>
<updated>2024-10-08T13:50:45+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-08T13:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=d1ac3e48064c79d7949ac52f3d6204a3116fa172'/>
<id>d1ac3e48064c79d7949ac52f3d6204a3116fa172</id>
<content type='text'>
* Because ctx.meta.based_on is replaced by a pointer to mission_base
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Because ctx.meta.based_on is replaced by a pointer to mission_base
</pre>
</div>
</content>
</entry>
<entry>
<title>Not every base environment is a release</title>
<updated>2024-10-08T13:49:31+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-08T13:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=faae3baaba4b656f71e0a37eda82a46e3259a48c'/>
<id>faae3baaba4b656f71e0a37eda82a46e3259a48c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes bug found in delivery_overlay_packages_from_env():</title>
<updated>2024-10-08T13:48:59+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-08T13:48:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=74ce6e826895500cb07bd3d82096bfbd8e431f49'/>
<id>74ce6e826895500cb07bd3d82096bfbd8e431f49</id>
<content type='text'>
* When "pip freeze" does not emit any packages we now avoid replacing the context's pip package list with an empty one.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* When "pip freeze" does not emit any packages we now avoid replacing the context's pip package list with an empty one.
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass at implementing dedicated default mission environment(s)</title>
<updated>2024-10-08T05:16:22+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-08T05:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=6e6709d9ff999c8c973fabd2c8df484975083d8b'/>
<id>6e6709d9ff999c8c973fabd2c8df484975083d8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pip_index_provides does not need a separate version</title>
<updated>2024-10-07T16:53:49+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-07T16:53:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=2348de4365967a7cf18400213a5a84e4da7f0491'/>
<id>2348de4365967a7cf18400213a5a84e4da7f0491</id>
<content type='text'>
* To be more aligned with conda_provides, the version spec has been consolidated into one argument
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* To be more aligned with conda_provides, the version spec has been consolidated into one argument
</pre>
</div>
</content>
</entry>
<entry>
<title>Break down the existence check</title>
<updated>2024-10-07T16:52:03+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-07T16:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=4d525473d1f2b4d02e29747a45d2a02ffcff4398'/>
<id>4d525473d1f2b4d02e29747a45d2a02ffcff4398</id>
<content type='text'>
* These checks can fail due to external factors, so handle those first
* Build the package for the host system the package isn't found in the index/channel
* Change EXISTING to EXTERNAL to be more clear. The package exists... externally
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* These checks can fail due to external factors, so handle those first
* Build the package for the host system the package isn't found in the index/channel
* Change EXISTING to EXTERNAL to be more clear. The package exists... externally
</pre>
</div>
</content>
</entry>
</feed>
