<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stasis.git/src/delivery_install.c, branch next</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>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>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>Use msg() in delivery_overlay_packages_from_env()</title>
<updated>2024-10-07T16:45:32+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-07T16:45:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=914b79370cec1e1a33acb21a14701dd70449f0d8'/>
<id>914b79370cec1e1a33acb21a14701dd70449f0d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add function delivery_overlay_packages_from_env()</title>
<updated>2024-10-04T22:35:04+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-04T22:35:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=3fa05b5a2f0cda51897162666fb300d2d063b22f'/>
<id>3fa05b5a2f0cda51897162666fb300d2d063b22f</id>
<content type='text'>
* Add helper function have_spec_in_config()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add helper function have_spec_in_config()
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize result</title>
<updated>2024-10-04T22:33:38+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-04T22:33:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=64e91d99e8e391b1789f9cc326f21f0c52fd3ac6'/>
<id>64e91d99e8e391b1789f9cc326f21f0c52fd3ac6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use strcmp instead of strstr</title>
<updated>2024-10-04T22:32:45+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-04T22:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=f48b4a533db35c0233cbfbc1a569cde134ecf689'/>
<id>f48b4a533db35c0233cbfbc1a569cde134ecf689</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change requirement_from_test helper to be variable, not const</title>
<updated>2024-10-04T20:27:26+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-04T20:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=941ac53f2f301c90ab2ada7e6067f67d4104836a'/>
<id>941ac53f2f301c90ab2ada7e6067f67d4104836a</id>
<content type='text'>
* Other functions need to edit the test block values
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Other functions need to edit the test block values
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement updated get_wheel_info()</title>
<updated>2024-10-04T19:52:39+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-10-04T19:52:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=cb9799a2bcab459b16c83ea51bc9c03d47bd06e2'/>
<id>cb9799a2bcab459b16c83ea51bc9c03d47bd06e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor structure</title>
<updated>2024-09-20T17:11:41+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2024-09-20T12:36:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stasis.git/commit/?id=1999612a69a7947fb1b6fc45705299fe6db650ba'/>
<id>1999612a69a7947fb1b6fc45705299fe6db650ba</id>
<content type='text'>
* Break delivery.c into smaller components
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Break delivery.c into smaller components
</pre>
</div>
</content>
</entry>
</feed>
