<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/spmc.git, branch master</title>
<subtitle>Simple Package Manager
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/'/>
<entry>
<title>Merge pull request #50 from jhunkeler/atoi-to-strtol</title>
<updated>2020-11-30T19:09:49+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2020-11-30T19:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=ecc7897bf007c0672d5bdc7711bcbf9fb104f995'/>
<id>ecc7897bf007c0672d5bdc7711bcbf9fb104f995</id>
<content type='text'>
Replace atoi usage</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace atoi usage</pre>
</div>
</content>
</entry>
<entry>
<title>Replace atoi usage</title>
<updated>2020-06-24T05:36:27+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-24T05:36:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=a20b46933554a91aeece1bf73810a25dd0b579a9'/>
<id>a20b46933554a91aeece1bf73810a25dd0b579a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md</title>
<updated>2020-06-23T15:04:11+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2020-06-23T15:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=efb60e95320be455e28273b9c580b28cfceb6a1d'/>
<id>efb60e95320be455e28273b9c580b28cfceb6a1d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #49 from jhunkeler/tar-some-more</title>
<updated>2020-06-23T05:23:16+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2020-06-23T05:23:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=97d4d821894dc58c1419eee998ce5214908af882'/>
<id>97d4d821894dc58c1419eee998ce5214908af882</id>
<content type='text'>
Handle unpacking when running as root:</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle unpacking when running as root:</pre>
</div>
</content>
</entry>
<entry>
<title>Handle unpacking when running as root:</title>
<updated>2020-06-23T05:16:27+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-23T05:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=9188d893fb00d11a0974582ab1575670777d96cf'/>
<id>9188d893fb00d11a0974582ab1575670777d96cf</id>
<content type='text'>
* Check available tar programs and pick one to use
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Check available tar programs and pick one to use
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #48 from jhunkeler/no-auto-repo_target</title>
<updated>2020-06-23T04:22:29+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2020-06-23T04:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=fa17600efcd09bf74954e728047fded3ff0bd0cd'/>
<id>fa17600efcd09bf74954e728047fded3ff0bd0cd</id>
<content type='text'>
Move SPM_GLOBAL.repo_target string usage out of mirror_clone</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move SPM_GLOBAL.repo_target string usage out of mirror_clone</pre>
</div>
</content>
</entry>
<entry>
<title>Errors from tar are not always "errors"</title>
<updated>2020-06-22T20:58:49+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-22T20:58:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=155b25db75ecad4b19fd9a36b1aad64d436925dc'/>
<id>155b25db75ecad4b19fd9a36b1aad64d436925dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Report errors from bsdtar</title>
<updated>2020-06-22T20:33:08+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-22T20:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=1408cf26270337c7c95cb0b5075fd303d6227b48'/>
<id>1408cf26270337c7c95cb0b5075fd303d6227b48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move SPM_GLOBAL.repo_target string usage out of mirror_clone</title>
<updated>2020-06-22T20:11:14+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@gmail.com</email>
</author>
<published>2020-06-22T20:11:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=460237e94dfead390a7b8372af5c0ebf8c1f226b'/>
<id>460237e94dfead390a7b8372af5c0ebf8c1f226b</id>
<content type='text'>
* Assign targets from inside spm.c instead of external manifest/mirror functions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Assign targets from inside spm.c instead of external manifest/mirror functions
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #47 from jhunkeler/mkmanifest-again</title>
<updated>2020-06-09T02:24:07+00:00</updated>
<author>
<name>Joseph Hunkeler</name>
<email>jhunkeler@users.noreply.github.com</email>
</author>
<published>2020-06-09T02:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/spmc.git/commit/?id=62db2a4054a55883e7476750c925cb9d5a72fbc5'/>
<id>62db2a4054a55883e7476750c925cb9d5a72fbc5</id>
<content type='text'>
Do not auto-complete manifest endpoint</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not auto-complete manifest endpoint</pre>
</div>
</content>
</entry>
</feed>
