<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-aports, branch v0.4</title>
<subtitle>Lua module to handle Alpine Linux aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/'/>
<entry>
<title>==== release 0.4 ====</title>
<updated>2014-08-19T08:54:24+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-08-19T08:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=642ac28b08014799c9db6920a26902cb27bda2b5'/>
<id>642ac28b08014799c9db6920a26902cb27bda2b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pkg: fix libc detection</title>
<updated>2014-08-19T08:50:54+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-08-19T08:50:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=7ade573ff17bfbf3f9d22afcb26f82c22032651c'/>
<id>7ade573ff17bfbf3f9d22afcb26f82c22032651c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: add function for getting the libc</title>
<updated>2014-08-19T08:45:01+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-08-19T08:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=15d43dee37441b768cf401e692a861bfbe06ced8'/>
<id>15d43dee37441b768cf401e692a861bfbe06ced8</id>
<content type='text'>
use whatever the abuild functions.sh says it is
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use whatever the abuild functions.sh says it is
</pre>
</div>
</content>
</entry>
<entry>
<title>buildrepo: exit on errors while parsing apkbuilds</title>
<updated>2014-08-19T07:15:08+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-08-19T07:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=c8b8b9848a1f46d7f6231cbf4a922f64c79157b7'/>
<id>c8b8b9848a1f46d7f6231cbf4a922f64c79157b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db: return nil when APKBUILD contains fatal errors</title>
<updated>2014-08-19T07:12:31+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-08-19T07:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=9f841421b31d6ef59ba2614406f60a73ecd3bdf5'/>
<id>9f841421b31d6ef59ba2614406f60a73ecd3bdf5</id>
<content type='text'>
We must exit with error if there are some problem in any APKBUILD
that causes the parser shell to exit.

Otherwise we might end up with a partial package database.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We must exit with error if there are some problem in any APKBUILD
that causes the parser shell to exit.

Otherwise we might end up with a partial package database.
</pre>
</div>
</content>
</entry>
<entry>
<title>buildrepo: make sure we flush stdout on info output</title>
<updated>2014-04-14T09:14:46+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-04-14T09:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=2a5a80d9c3ace1fce642c1bbee6efe98d6bf7215'/>
<id>2a5a80d9c3ace1fce642c1bbee6efe98d6bf7215</id>
<content type='text'>
We introduce a printf-like function 'info'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We introduce a printf-like function 'info'
</pre>
</div>
</content>
</entry>
<entry>
<title>==== release 0.3 ====</title>
<updated>2014-04-02T12:16:21+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-04-02T12:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=fb3acf5dadb1db1729700ab6d6d2a6ca87196570'/>
<id>fb3acf5dadb1db1729700ab6d6d2a6ca87196570</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>buildrepo: include repo in progress output</title>
<updated>2014-04-02T12:15:33+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-04-02T12:15:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=82b64c78363778ba51c977f37d35dfeaf3e1dd16'/>
<id>82b64c78363778ba51c977f37d35dfeaf3e1dd16</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>buildrepo: fix regression in skip previously failed</title>
<updated>2014-04-02T12:10:02+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-04-02T12:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=72a77a479af451e0a492132850aed63008a3e321'/>
<id>72a77a479af451e0a492132850aed63008a3e321</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>buildrepo: don't echo progress status for skipped</title>
<updated>2014-04-02T09:10:10+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-04-02T09:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=96cf3f27499a9de50cdb98160821d2a1f9fcb0ae'/>
<id>96cf3f27499a9de50cdb98160821d2a1f9fcb0ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
