<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v2.8.2</title>
<subtitle>Build script to build alpine 1.9.x
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/'/>
<entry>
<title>release 2.8.2</title>
<updated>2011-03-30T14:26:22+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-30T14:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=b9b1deeff7cc09e20545a1c96247d33235af1c67'/>
<id>b9b1deeff7cc09e20545a1c96247d33235af1c67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: fix for apk-tools-2.0.x</title>
<updated>2011-03-30T14:20:15+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-30T14:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=0f27ed17abb2898ad6ef4398c6647d2875a29197'/>
<id>0f27ed17abb2898ad6ef4398c6647d2875a29197</id>
<content type='text'>
apk-tools-2.0's apk index will not show the arch so we need to use
tar to find arch if we have old apk. We prefer use apk index since
it will only read first block of file, regardless size, while tar
will read entire file. Reading entire file is slow if file is big.

So we check apk --version and use tar if needed, and apk index if
possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
apk-tools-2.0's apk index will not show the arch so we need to use
tar to find arch if we have old apk. We prefer use apk index since
it will only read first block of file, regardless size, while tar
will read entire file. Reading entire file is slow if file is big.

So we check apk --version and use tar if needed, and apk index if
possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>release 2.8.1</title>
<updated>2011-03-30T13:55:38+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-30T13:55:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=88b5a2af368dad792424fb787165f6839e6e37c3'/>
<id>88b5a2af368dad792424fb787165f6839e6e37c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: create $arch and noarch dirs for abuildrepo</title>
<updated>2011-03-30T13:54:49+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-30T13:54:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=663aa8bca595753c0fd88f9469b2d7dd4907a0a9'/>
<id>663aa8bca595753c0fd88f9469b2d7dd4907a0a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release 2.8.0</title>
<updated>2011-03-30T12:44:14+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-30T12:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=ecbaac63620ab45f7ee5ad042cc1dfe752da2fbc'/>
<id>ecbaac63620ab45f7ee5ad042cc1dfe752da2fbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ap: let builddirs use aports.recurs_until()</title>
<updated>2011-03-30T11:40:47+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-30T11:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=876e4f7a67c5281eef9cbfe0a7ec70b9005b594f'/>
<id>876e4f7a67c5281eef9cbfe0a7ec70b9005b594f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ap/aports.lua: implement recurse_until</title>
<updated>2011-03-30T11:11:13+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-30T11:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=486959e2dbd516f9d7bce8493a1a55b9d890066e'/>
<id>486959e2dbd516f9d7bce8493a1a55b9d890066e</id>
<content type='text'>
will recursively parse all build depends
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
will recursively parse all build depends
</pre>
</div>
</content>
</entry>
<entry>
<title>ap: use pairs instead of ipairs</title>
<updated>2011-03-30T11:11:12+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-09T19:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=dee681905fe6d164f86626fff9021982ab7bb0b1'/>
<id>dee681905fe6d164f86626fff9021982ab7bb0b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'wip'</title>
<updated>2011-03-30T09:10:56+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-30T09:10:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=995797f4a29a035455cfa692c7874d828d29c297'/>
<id>995797f4a29a035455cfa692c7874d828d29c297</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: wait for lockfile on delete of dependencies</title>
<updated>2011-03-30T09:10:11+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2011-03-30T09:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=138cfd7027c3e947dacc91994da64351bd1fe128'/>
<id>138cfd7027c3e947dacc91994da64351bd1fe128</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
