<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua-aports/aports/pkg.lua, branch v1.0.1</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>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>pkg, db: support $checkdepends variable</title>
<updated>2017-01-29T09:59:40+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-01-29T09:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=dbf4268f130ca7cc4b68b4b8c986ee19f94007e3'/>
<id>dbf4268f130ca7cc4b68b4b8c986ee19f94007e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pkg: support arch="!arch" syntax</title>
<updated>2016-07-25T10:15:20+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-07-25T10:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=d2e111262470976b190d6f9aabed0ebf3afe2cb9'/>
<id>d2e111262470976b190d6f9aabed0ebf3afe2cb9</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 bug when repodest is set with buildrepo -d</title>
<updated>2016-04-07T06:48:44+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-04-07T06:47:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=4de3a72e08487d44b2d4a57e7334d97cdebb8770'/>
<id>4de3a72e08487d44b2d4a57e7334d97cdebb8770</id>
<content type='text'>
we need to use the specified repodest when checking if package is built
or not
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we need to use the specified repodest when checking if package is built
or not
</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>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>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>pkg: replace all_deps with an each_dependency() iterator</title>
<updated>2014-01-24T13:44:16+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-24T13:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=252d3854b375935195d0e94cfc74e17594edf0e9'/>
<id>252d3854b375935195d0e94cfc74e17594edf0e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pkg: implement all_apks_exists()</title>
<updated>2014-01-24T10:41:30+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-24T10:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=c6040e954530fdaef48a9d2be9a556b29b037dd4'/>
<id>c6040e954530fdaef48a9d2be9a556b29b037dd4</id>
<content type='text'>
function to check if all the apk files exists for given package
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
function to check if all the apk files exists for given package
</pre>
</div>
</content>
</entry>
<entry>
<title>pkg: use luafilesystem to detect file existance</title>
<updated>2014-01-24T09:50:12+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-24T09:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/lua-aports/commit/?id=7ec5edd27709b5b7687f6dc232d4c6030701a913'/>
<id>7ec5edd27709b5b7687f6dc232d4c6030701a913</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
