<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src, branch per-mission-base-env</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>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>
<entry>
<title>Don't bother extracting the version from the spec</title>
<updated>2024-10-07T16:50:30+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-07T16:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=4b6fd13d290f9de731589f936c304c7bc74e6b88'/>
<id>4b6fd13d290f9de731589f936c304c7bc74e6b88</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename ignore_pkg variable to build_for_host because it was plain confusing to look at it</title>
<updated>2024-10-07T16:47:53+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-07T16:47:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=54a4bd4ee9a608f8a8220db9e2954f33fc68ac5a'/>
<id>54a4bd4ee9a608f8a8220db9e2954f33fc68ac5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fail immediately when an unknown package manager "type" is discovered</title>
<updated>2024-10-07T16:47:18+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-07T16:47:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=82d3840534d10050bbcd70d42e13d2659251431d'/>
<id>82d3840534d10050bbcd70d42e13d2659251431d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
