<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v2.19.0</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.19.0 ========</title>
<updated>2013-12-16T10:37:05+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-12-16T10:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=612ef9d934debabfdb4579ee1b933346bb503667'/>
<id>612ef9d934debabfdb4579ee1b933346bb503667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild-sudo: forbid use of --allow-untrusted</title>
<updated>2013-12-16T10:21:28+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-12-16T10:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=a1baec0f6b96f7735c94d2f663b3dc4f26f9aaaa'/>
<id>a1baec0f6b96f7735c94d2f663b3dc4f26f9aaaa</id>
<content type='text'>
It means that home built packages cannot be installed with abuild-apk
unless the key is installed system-wide.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It means that home built packages cannot be installed with abuild-apk
unless the key is installed system-wide.
</pre>
</div>
</content>
</entry>
<entry>
<title>buildrepo: support for -k option for keep-going</title>
<updated>2013-12-16T09:50:16+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-12-16T09:49:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=c7d94591a55d1d05a45281a849cd57d8d6c7d9d6'/>
<id>c7d94591a55d1d05a45281a849cd57d8d6c7d9d6</id>
<content type='text'>
This option will make buildrepo continue build even if some package
fails. It is an 'build what you can' option.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option will make buildrepo continue build even if some package
fails. It is an 'build what you can' option.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: log repo/pkgname-version</title>
<updated>2013-12-16T07:36:00+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-12-16T07:36:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=212ba2638993b61971e5fbb223a80187b6478618'/>
<id>212ba2638993b61971e5fbb223a80187b6478618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>newapkbuild: detect github archives</title>
<updated>2013-11-21T09:21:50+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-11-21T09:21:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=60dda6785fe21d7ee2996c4892cdb6a50fad6bb2'/>
<id>60dda6785fe21d7ee2996c4892cdb6a50fad6bb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: print a message if aborting due to architecture mismatch.</title>
<updated>2013-11-15T16:04:04+00:00</updated>
<author>
<name>Leslie P. Polzer</name>
<email>polzer@port-zero.com</email>
</author>
<published>2013-11-10T14:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=b4fb3c6a81f974709821ae2b12ee3dd772730ff3'/>
<id>b4fb3c6a81f974709821ae2b12ee3dd772730ff3</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 support for ABUILD_BLACKLIST</title>
<updated>2013-11-01T09:14:13+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-11-01T09:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=ef0d32d15a76e19d77554e89cb677e62d7c49032'/>
<id>ef0d32d15a76e19d77554e89cb677e62d7c49032</id>
<content type='text'>
The ABUILD_BLACKLIST can be used to give abuild a list of packages that
is known to fail to build. This can be used to reduce build retries
when building many/all packages recursively.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ABUILD_BLACKLIST can be used to give abuild a list of packages that
is known to fail to build. This can be used to reduce build retries
when building many/all packages recursively.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: remove debug message</title>
<updated>2013-11-01T09:01:26+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-11-01T09:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=a0d3624b05e6dd94bd14324424a6e686c10879ca'/>
<id>a0d3624b05e6dd94bd14324424a6e686c10879ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo (busbox -&gt; busybox).</title>
<updated>2013-10-31T12:55:38+00:00</updated>
<author>
<name>Leslie P. Polzer</name>
<email>polzer@port-zero.com</email>
</author>
<published>2013-10-31T10:37:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=3ba814494f9c7e3afe5d73799d85a7b2e03fb459'/>
<id>3ba814494f9c7e3afe5d73799d85a7b2e03fb459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: move /usr/share/help to -doc subpackage</title>
<updated>2013-10-31T12:55:23+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2013-10-31T12:55:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=92a0f2da31dddf7ef33bb0e6872b62e6935d06fc'/>
<id>92a0f2da31dddf7ef33bb0e6872b62e6935d06fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
