<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kunkku/abuild, branch bwrap</title>
<subtitle>[no description]</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/'/>
<entry>
<title>abuild: build in chroot</title>
<updated>2017-04-28T15:26:27+00:00</updated>
<author>
<name>Kaarle Ritvanen</name>
<email>kaarle.ritvanen@datakunkku.fi</email>
</author>
<published>2017-04-05T13:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=667ab533beafe63baaea11b2b6a6cc7df964de36'/>
<id>667ab533beafe63baaea11b2b6a6cc7df964de36</id>
<content type='text'>
This patch is based on earlier work by Timo Teräs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch is based on earlier work by Timo Teräs.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild-sudo: enforce correct value for USER</title>
<updated>2017-04-28T15:25:10+00:00</updated>
<author>
<name>Kaarle Ritvanen</name>
<email>kaarle.ritvanen@datakunkku.fi</email>
</author>
<published>2017-04-21T08:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=34fdd5629aa7529871e9eb4a1fa1b67ea526b753'/>
<id>34fdd5629aa7529871e9eb4a1fa1b67ea526b753</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: allow commands with '-' in the name</title>
<updated>2017-04-28T15:25:10+00:00</updated>
<author>
<name>Kaarle Ritvanen</name>
<email>kaarle.ritvanen@datakunkku.fi</email>
</author>
<published>2017-04-21T08:49:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=a69a5f34c20c2506e102ce535f2bdb62cce9246e'/>
<id>a69a5f34c20c2506e102ce535f2bdb62cce9246e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: disable trap when entering the handler</title>
<updated>2017-04-28T15:25:10+00:00</updated>
<author>
<name>Kaarle Ritvanen</name>
<email>kaarle.ritvanen@datakunkku.fi</email>
</author>
<published>2017-04-17T11:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=36dd6ad4d266b4336b627d8b04d23e6dc27191f1'/>
<id>36dd6ad4d266b4336b627d8b04d23e6dc27191f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix false `set -e` termination</title>
<updated>2017-04-27T06:34:44+00:00</updated>
<author>
<name>Andrej</name>
<email>xentec@users.noreply.github.com</email>
</author>
<published>2017-04-21T02:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=033349d31c9b4a558ca5ed5b88cd8e0a4bb5b762'/>
<id>033349d31c9b4a558ca5ed5b88cd8e0a4bb5b762</id>
<content type='text'>
`readconfig()` would return the result of `[ -z "$CBUILDROOT" ]` condition (line 123) and trigger shell termination in abuild.
This also fixes building packages with a different $CTARGET and therefore cross-compile tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`readconfig()` would return the result of `[ -z "$CBUILDROOT" ]` condition (line 123) and trigger shell termination in abuild.
This also fixes building packages with a different $CTARGET and therefore cross-compile tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: Add support for lzip source packages</title>
<updated>2017-04-08T16:28:09+00:00</updated>
<author>
<name>Breno Leitao</name>
<email>breno.leitao@gmail.com</email>
</author>
<published>2017-04-05T13:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=5b7b1f80cbaa88849e2698d67bf2d72ac9addac4'/>
<id>5b7b1f80cbaa88849e2698d67bf2d72ac9addac4</id>
<content type='text'>
Currently abuild does not understand .tar.lz packages, which blocks
the inclusion of certain packages in Alpine Linux.

I found this issue when adding 'ed' package to the repository. With
this change, abuild package will now depend on lzip package. I might
send a patch for abuild's APKBUILD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently abuild does not understand .tar.lz packages, which blocks
the inclusion of certain packages in Alpine Linux.

I found this issue when adding 'ed' package to the repository. With
this change, abuild package will now depend on lzip package. I might
send a patch for abuild's APKBUILD.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove explicit `|| return 1` from all sample APKBUILDs</title>
<updated>2017-04-05T10:30:44+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2017-04-04T15:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=c95263d877ca3ed953de0a114b2c1ccb9aa04b65'/>
<id>c95263d877ca3ed953de0a114b2c1ccb9aa04b65</id>
<content type='text'>
Those statement are no longer needed because abuild now runs with
`set -e` by default.

See also: 36d5193776180385a39626a83241822736a5f6b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Those statement are no longer needed because abuild now runs with
`set -e` by default.

See also: 36d5193776180385a39626a83241822736a5f6b8
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: set -e fix for update_config_{sub,guess}</title>
<updated>2017-04-04T13:12:48+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2017-04-04T13:12:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=ecc1f509c6d469223cfbf4ef3f7c574de286ba6e'/>
<id>ecc1f509c6d469223cfbf4ef3f7c574de286ba6e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: wrap check() with fakeroot</title>
<updated>2017-03-27T19:38:38+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-03-27T19:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=1ddc910eb328b4534234bd2f97e631a075241abd'/>
<id>1ddc910eb328b4534234bd2f97e631a075241abd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: use new PKG_CONFIG_MAXIMUM_TRAVERSE_DEPTH env variable to disable the SAT solver</title>
<updated>2017-03-27T06:00:03+00:00</updated>
<author>
<name>William Pitcock</name>
<email>nenolod@dereferenced.org</email>
</author>
<published>2017-03-27T06:00:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/kunkku/abuild/commit/?id=dec68bd03fb989c5af3c2b95d4b8fafeeed6b0f5'/>
<id>dec68bd03fb989c5af3c2b95d4b8fafeeed6b0f5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
