<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v2.27.0</title>
<subtitle>Build script to build alpine 1.9.x
</subtitle>
<id>https://git-old.alpinelinux.org/abuild/atom?h=v2.27.0</id>
<link rel='self' href='https://git-old.alpinelinux.org/abuild/atom?h=v2.27.0'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/'/>
<updated>2016-03-23T10:17:20Z</updated>
<entry>
<title>==== release 2.27.0 ====</title>
<updated>2016-03-23T10:17:20Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-03-23T10:17:20Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=3e69161ff7f18026293abe81493d0f13f67e4c9d'/>
<id>urn:sha1:3e69161ff7f18026293abe81493d0f13f67e4c9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>newapkbuild: rename _builddir to builddir</title>
<updated>2016-03-23T10:08:00Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-03-23T09:58:16Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=270e5337e7185bff33b733d3d06da38f38ac6456'/>
<id>urn:sha1:270e5337e7185bff33b733d3d06da38f38ac6456</id>
<content type='text'>
the _builddir should never been used bu abuild due to the _ prefix.
</content>
</entry>
<entry>
<title>abuild: rename _builddir to builddir</title>
<updated>2016-03-23T10:07:36Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-03-23T09:56:25Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=a1d23dc9951e1e182bb611c1dd0e1078879d2774'/>
<id>urn:sha1:a1d23dc9951e1e182bb611c1dd0e1078879d2774</id>
<content type='text'>
the _ prefix is reserved for APKBUILD. This is to avoid use variable
names in APKBUILD that may clash with abuilds internal vars
</content>
</entry>
<entry>
<title>abuild: set umask</title>
<updated>2016-03-17T13:20:34Z</updated>
<author>
<name>Kaarle Ritvanen</name>
<email>kaarle.ritvanen@datakunkku.fi</email>
</author>
<published>2016-03-17T13:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=18b09f9d91373da025168bc32116ae9953cfcf6b'/>
<id>urn:sha1:18b09f9d91373da025168bc32116ae9953cfcf6b</id>
<content type='text'>
consistent result regardless of current setting
</content>
</entry>
<entry>
<title>abuild: allow passing custom flags to patch(1) in prepare</title>
<updated>2016-03-14T14:09:10Z</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2016-03-14T14:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=d8dabed4aa0df31a18b9e682e1efe12e1d00b6d1'/>
<id>urn:sha1:d8dabed4aa0df31a18b9e682e1efe12e1d00b6d1</id>
<content type='text'>
To do so you need to set the patch_args variable to your desired
command line flags.
</content>
</entry>
<entry>
<title>abuild-fetch: use _exit after execvp</title>
<updated>2016-03-10T13:48:54Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-03-10T13:48:54Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=575cece65ef25dbbba8c3508c97b8c57efbe148d'/>
<id>urn:sha1:575cece65ef25dbbba8c3508c97b8c57efbe148d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>==== release 2.26.0 ====</title>
<updated>2016-02-22T12:24:47Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-02-22T12:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=6345accab1f1dcccc0bf82995369d4e3d5a10e9a'/>
<id>urn:sha1:6345accab1f1dcccc0bf82995369d4e3d5a10e9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>abuild: fix getfattr match</title>
<updated>2016-02-22T12:16:13Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-02-22T12:16:13Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=289400213c19ff8e6b98b5c746503efb83258d6d'/>
<id>urn:sha1:289400213c19ff8e6b98b5c746503efb83258d6d</id>
<content type='text'>
it's a regular expression, not shell pattern. empty match will
match everything (default is ^user\\.)
</content>
</entry>
<entry>
<title>abuild: use gnu find supported way to find suid binaries</title>
<updated>2016-02-22T12:07:16Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-02-22T12:07:16Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=5c05446d0783b40b9e981b1af2f1ed0f3f331324'/>
<id>urn:sha1:5c05446d0783b40b9e981b1af2f1ed0f3f331324</id>
<content type='text'>
</content>
</entry>
<entry>
<title>newapkbuild: remove default prepare()</title>
<updated>2016-02-22T12:05:25Z</updated>
<author>
<name>Michael Zuo</name>
<email>muh.muhten@gmail.com</email>
</author>
<published>2016-02-01T22:32:28Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=d1ab7ed40f5f2acc8ba476a34828cf5000c63550'/>
<id>urn:sha1:d1ab7ed40f5f2acc8ba476a34828cf5000c63550</id>
<content type='text'>
Do not add prepare() to new APKBUILDs in the future, as this
functionality is superseded by the addition of the default prepare
patcher in abuild.
</content>
</entry>
</feed>
