<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v2.27.1</title>
<subtitle>Build script to build alpine 1.9.x
</subtitle>
<id>https://git-old.alpinelinux.org/abuild/atom?h=v2.27.1</id>
<link rel='self' href='https://git-old.alpinelinux.org/abuild/atom?h=v2.27.1'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/'/>
<updated>2016-05-16T13:28:27Z</updated>
<entry>
<title>==== release 2.27.1 ====</title>
<updated>2016-05-16T13:28:27Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-05-16T13:28:27Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=90c75923e9637b2b65553b6e951b3ebab9d53a53'/>
<id>urn:sha1:90c75923e9637b2b65553b6e951b3ebab9d53a53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>abuild-fetch: retry to create lock on ESTALE</title>
<updated>2016-05-16T13:15:42Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-05-16T13:15:42Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=5dfc67bf332c73ae1cb690974693721d3ad59307'/>
<id>urn:sha1:5dfc67bf332c73ae1cb690974693721d3ad59307</id>
<content type='text'>
</content>
</entry>
<entry>
<title>abuild-sudo: error check getlogin()</title>
<updated>2016-04-14T11:52:59Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-04-14T11:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=bd5636c916fb13be2b3665059adedaad385c88e1'/>
<id>urn:sha1:bd5636c916fb13be2b3665059adedaad385c88e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>abuild-sudo: make error msg "Not a member of group abuild" more clear</title>
<updated>2016-04-14T11:52:36Z</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2016-04-12T22:26:35Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=5487632f300d7109c47b1021d57f02e269ed17e8'/>
<id>urn:sha1:5487632f300d7109c47b1021d57f02e269ed17e8</id>
<content type='text'>
Few days ago some user on IRC pointed out that the current error message:

    abuild-apk: Not a member of group abuild

is confusing. He was trying to build a package using abuild -r and
didn't know what this message means.

fixes #5408
</content>
</entry>
<entry>
<title>abuild: don't cd to $builddir unless patches exists</title>
<updated>2016-04-05T20:35:34Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-04-05T20:35:34Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=d413730550eb1d6fa28be5b48778f156c504d75d'/>
<id>urn:sha1:d413730550eb1d6fa28be5b48778f156c504d75d</id>
<content type='text'>
some packages don't have patches. We should not error if builddir is not
set in this case.
</content>
</entry>
<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>
</feed>
