<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ncopa/lua-aports, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git-old.alpinelinux.org/user/ncopa/lua-aports/atom?h=master</id>
<link rel='self' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/'/>
<updated>2014-01-28T15:04:13Z</updated>
<entry>
<title>buildrepo: only try build aports thats relvant for platform (libc and arch)</title>
<updated>2014-01-28T15:04:13Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-28T14:05:26Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=200ac4f4c69ad0dee725248cb9762afea47d5f9d'/>
<id>urn:sha1:200ac4f4c69ad0dee725248cb9762afea47d5f9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkg: rename enabled() to relevant()</title>
<updated>2014-01-28T15:04:13Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-28T15:03:47Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=bbcbe2e12776621df2b98910efa25af113f4d966'/>
<id>urn:sha1:bbcbe2e12776621df2b98910efa25af113f4d966</id>
<content type='text'>
</content>
</entry>
<entry>
<title>db: check both arch and libc when checking for relevant aports</title>
<updated>2014-01-28T13:49:35Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-28T13:49:35Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=5829fc940e3d9860d85fecc4314feb5bb596f62b'/>
<id>urn:sha1:5829fc940e3d9860d85fecc4314feb5bb596f62b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkg: add libc_enabled() and enabled()</title>
<updated>2014-01-28T13:47:30Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-28T13:47:30Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=1522b9bebfbec8ffe9533c84a2e5717c76b74d5d'/>
<id>urn:sha1:1522b9bebfbec8ffe9533c84a2e5717c76b74d5d</id>
<content type='text'>
This lets us check if a package is disabled in either arch or
!libc_* in options
</content>
</entry>
<entry>
<title>db: store options</title>
<updated>2014-01-28T13:45:38Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-28T13:45:38Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=ed504fff5da1eeaa69398ca2806494fd7b864227'/>
<id>urn:sha1:ed504fff5da1eeaa69398ca2806494fd7b864227</id>
<content type='text'>
We need this for detecting !libc_*
</content>
</entry>
<entry>
<title>db: rename deps_exists to known_deps_exists</title>
<updated>2014-01-24T15:51:47Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-24T15:51:47Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=d6616da05fd5bf618426aded9fbfbc475578472e'/>
<id>urn:sha1:d6616da05fd5bf618426aded9fbfbc475578472e</id>
<content type='text'>
so we can ignore the unknown dependencies
</content>
</entry>
<entry>
<title>db: filter out version information on dependencies</title>
<updated>2014-01-24T15:24:24Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-24T15:24:24Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=111f15ad02d7a76c7355f8e79f06d87a87a2905b'/>
<id>urn:sha1:111f15ad02d7a76c7355f8e79f06d87a87a2905b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>buildrepo: check if deps exist before try build</title>
<updated>2014-01-24T14:22:16Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-24T14:22:16Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=062c1c5f6240ca5ead2c0540460b4299d2ecdf5d'/>
<id>urn:sha1:062c1c5f6240ca5ead2c0540460b4299d2ecdf5d</id>
<content type='text'>
speeds up things when deps are missing
</content>
</entry>
<entry>
<title>db: implement deps_exists()</title>
<updated>2014-01-24T14:06:09Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-24T14:06:09Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=24f9801382c01703d4869fec4e5487cc87150447'/>
<id>urn:sha1:24f9801382c01703d4869fec4e5487cc87150447</id>
<content type='text'>
This tests if all the deps has the .apks built
</content>
</entry>
<entry>
<title>pkg: replace all_deps with an each_dependency() iterator</title>
<updated>2014-01-24T13:44:16Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2014-01-24T13:43:51Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/ncopa/lua-aports/commit/?id=252d3854b375935195d0e94cfc74e17594edf0e9'/>
<id>urn:sha1:252d3854b375935195d0e94cfc74e17594edf0e9</id>
<content type='text'>
</content>
</entry>
</feed>
