<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-aports/aports, branch master</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: include provides when calculate build order</title>
<updated>2019-11-19T11:17:51+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-19T11:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=9e31086fa8f1f7cc8d72c962c6ac089b93a60a36'/>
<id>9e31086fa8f1f7cc8d72c962c6ac089b93a60a36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db: clear depends_static and provides when parsing APKBUILDs</title>
<updated>2019-11-19T10:12:59+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-19T10:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=02905c540b48dae833e4a64f8135ce0d417246d9'/>
<id>02905c540b48dae833e4a64f8135ce0d417246d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db: clear depends_* when parse APKBUILDs</title>
<updated>2019-05-03T09:15:49+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-05-03T09:15:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=e3405d25e66ec6970c38ca8e57dd873a25e2ff3b'/>
<id>e3405d25e66ec6970c38ca8e57dd873a25e2ff3b</id>
<content type='text'>
Some APKBUILDs uses makedepends="$depends_dev ..." without first setting
depends_dev. This may result in depends_dev leak when parsing APKBUILDs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some APKBUILDs uses makedepends="$depends_dev ..." without first setting
depends_dev. This may result in depends_dev leak when parsing APKBUILDs
</pre>
</div>
</content>
</entry>
<entry>
<title>db: fix split_deps() to support fuzzy operator ~</title>
<updated>2018-08-05T10:13:03+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2018-08-05T10:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=10d9b456afb0f9eba3c24a68b2861f94dc129e07'/>
<id>10d9b456afb0f9eba3c24a68b2861f94dc129e07</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db: handle makedepends_build and _host</title>
<updated>2017-10-24T14:18:31+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-10-24T14:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=864c764f477c4f55e98dcb0d49a74da89f121c89'/>
<id>864c764f477c4f55e98dcb0d49a74da89f121c89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db: set luacheck to ignore too long line</title>
<updated>2017-07-25T21:03:43+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-25T21:03:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=55614ba97d2b9e40c7e77c503102b8abca02256c'/>
<id>55614ba97d2b9e40c7e77c503102b8abca02256c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix code quality violations according to luacheck</title>
<updated>2017-07-25T19:27:42+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-25T19:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=b8151f36204607d1697701ad6174af2073ffa77c'/>
<id>b8151f36204607d1697701ad6174af2073ffa77c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db: fix access to invalid variable in split_apkbuild()</title>
<updated>2017-07-25T17:56:21+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-07-25T17:56:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=ce8705fff368a585049602c99964f7cfe8747897'/>
<id>ce8705fff368a585049602c99964f7cfe8747897</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ap: add subcommand dump-json</title>
<updated>2017-06-22T00:10:37+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-06-22T00:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=d2421dd4f69d5a006fec9bb09ec306eedca9e0f3'/>
<id>d2421dd4f69d5a006fec9bb09ec306eedca9e0f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>db: fill pkg table in construction</title>
<updated>2017-06-21T21:57:11+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-06-21T11:54:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=caf48a69e711af9728fbe161d23a5b078a8df05d'/>
<id>caf48a69e711af9728fbe161d23a5b078a8df05d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
