<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-aports/aports, branch v0.5</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>db: fix parsing of url field</title>
<updated>2015-10-01T07:31:50+00:00</updated>
<author>
<name>Eivind Uggedal</name>
<email>eivind@uggedal.com</email>
</author>
<published>2015-10-01T07:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=7a3ae8bb10c898323dabcf0bfd8c9d705b901b01'/>
<id>7a3ae8bb10c898323dabcf0bfd8c9d705b901b01</id>
<content type='text'>
url was the 12th field, but only 11 groups were present in the
pattern.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
url was the 12th field, but only 11 groups were present in the
pattern.
</pre>
</div>
</content>
</entry>
<entry>
<title>db: return nil instead of false to indicate iterator break</title>
<updated>2015-08-25T06:05:43+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2015-04-20T08:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=6876aa182214381b504d5ec036374acfd5edebd7'/>
<id>6876aa182214381b504d5ec036374acfd5edebd7</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>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>pkg: rename enabled() to relevant()</title>
<updated>2014-01-28T15:04:13+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-28T15:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=bbcbe2e12776621df2b98910efa25af113f4d966'/>
<id>bbcbe2e12776621df2b98910efa25af113f4d966</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db: check both arch and libc when checking for relevant aports</title>
<updated>2014-01-28T13:49:35+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-28T13:49:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=5829fc940e3d9860d85fecc4314feb5bb596f62b'/>
<id>5829fc940e3d9860d85fecc4314feb5bb596f62b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pkg: add libc_enabled() and enabled()</title>
<updated>2014-01-28T13:47:30+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-28T13:47:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=1522b9bebfbec8ffe9533c84a2e5717c76b74d5d'/>
<id>1522b9bebfbec8ffe9533c84a2e5717c76b74d5d</id>
<content type='text'>
This lets us check if a package is disabled in either arch or
!libc_* in options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This lets us check if a package is disabled in either arch or
!libc_* in options
</pre>
</div>
</content>
</entry>
<entry>
<title>db: store options</title>
<updated>2014-01-28T13:45:38+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-28T13:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=ed504fff5da1eeaa69398ca2806494fd7b864227'/>
<id>ed504fff5da1eeaa69398ca2806494fd7b864227</id>
<content type='text'>
We need this for detecting !libc_*
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need this for detecting !libc_*
</pre>
</div>
</content>
</entry>
<entry>
<title>db: rename deps_exists to known_deps_exists</title>
<updated>2014-01-24T15:51:47+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-24T15:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=d6616da05fd5bf618426aded9fbfbc475578472e'/>
<id>d6616da05fd5bf618426aded9fbfbc475578472e</id>
<content type='text'>
so we can ignore the unknown dependencies
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so we can ignore the unknown dependencies
</pre>
</div>
</content>
</entry>
</feed>
