<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v2.26.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.26.0 ====</title>
<updated>2016-02-22T12:24:47+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-02-22T12:24:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=6345accab1f1dcccc0bf82995369d4e3d5a10e9a'/>
<id>6345accab1f1dcccc0bf82995369d4e3d5a10e9a</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 getfattr match</title>
<updated>2016-02-22T12:16:13+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-02-22T12:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=289400213c19ff8e6b98b5c746503efb83258d6d'/>
<id>289400213c19ff8e6b98b5c746503efb83258d6d</id>
<content type='text'>
it's a regular expression, not shell pattern. empty match will
match everything (default is ^user\\.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it's a regular expression, not shell pattern. empty match will
match everything (default is ^user\\.)
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: use gnu find supported way to find suid binaries</title>
<updated>2016-02-22T12:07:16+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-02-22T12:07:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=5c05446d0783b40b9e981b1af2f1ed0f3f331324'/>
<id>5c05446d0783b40b9e981b1af2f1ed0f3f331324</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>newapkbuild: remove default prepare()</title>
<updated>2016-02-22T12:05:25+00:00</updated>
<author>
<name>Michael Zuo</name>
<email>muh.muhten@gmail.com</email>
</author>
<published>2016-02-01T22:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=d1ab7ed40f5f2acc8ba476a34828cf5000c63550'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: use standard-issue prepare by default</title>
<updated>2016-02-22T12:04:52+00:00</updated>
<author>
<name>Michael Zuo</name>
<email>muh.muhten@gmail.com</email>
</author>
<published>2016-02-01T22:32:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=251dce53e1d19d00f2cbc4d3385b2a28b73e7bb9'/>
<id>251dce53e1d19d00f2cbc4d3385b2a28b73e7bb9</id>
<content type='text'>
A majority of APKBUILDs currently use exactly the prepare() provided by
newapkbuild verbatim, even for packages where no patches exist, which
has created the expectation that patches listed as sources are applied
by default.

This rev simply adds that default prepare() to abuild (and exposes it as
default_prepare), with no configurability. If needed, default behaviour
can be overridden by providing explicitly prepare().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A majority of APKBUILDs currently use exactly the prepare() provided by
newapkbuild verbatim, even for packages where no patches exist, which
has created the expectation that patches listed as sources are applied
by default.

This rev simply adds that default prepare() to abuild (and exposes it as
default_prepare), with no configurability. If needed, default behaviour
can be overridden by providing explicitly prepare().
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: Respect $reporev variable when fetching git repositories</title>
<updated>2016-02-11T13:26:08+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2016-02-11T13:26:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=578ab740adb03486801856886b261aa48a1d9c30'/>
<id>578ab740adb03486801856886b261aa48a1d9c30</id>
<content type='text'>
For git repositories the $reporev variable is not really used since the
$_rev variable is passed to git and $_rev was only set when $reporev was
empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For git repositories the $reporev variable is not really used since the
$_rev variable is passed to git and $_rev was only set when $reporev was
empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: Fix indention of the snapshot() function</title>
<updated>2016-02-11T13:21:12+00:00</updated>
<author>
<name>Michael Zuo</name>
<email>muh.muhten@gmail.com</email>
</author>
<published>2016-02-01T22:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=8d272af1742564fcdfe5253139b4f2074eb873f0'/>
<id>8d272af1742564fcdfe5253139b4f2074eb873f0</id>
<content type='text'>
The snapshot function was indented with spaces while the rest of the
code is indented with tabs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The snapshot function was indented with spaces while the rest of the
code is indented with tabs.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: minor speed improvement in symlink compression</title>
<updated>2016-02-03T19:33:35+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-02-03T19:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=a2c0a6897eefcf48bfefaadb1716c07d7efccd74'/>
<id>a2c0a6897eefcf48bfefaadb1716c07d7efccd74</id>
<content type='text'>
instead of forking stat once force every file with one file argument,
we fork it once with all the files as arg. This reduces number of forks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of forking stat once force every file with one file argument,
we fork it once with all the files as arg. This reduces number of forks.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: fix finding already compressed manpages</title>
<updated>2016-02-03T19:32:30+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-02-03T19:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=eee56356ab0703bf63973be962113bf4866fac2f'/>
<id>eee56356ab0703bf63973be962113bf4866fac2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: avoid compress man pages double</title>
<updated>2016-02-03T18:42:47+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-02-03T18:42:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=b628bb4305c6a0f8c6918d8bd2f2cf0cf1c714d0'/>
<id>b628bb4305c6a0f8c6918d8bd2f2cf0cf1c714d0</id>
<content type='text'>
we should not compress man pages that are already compressed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we should not compress man pages that are already compressed.
</pre>
</div>
</content>
</entry>
</feed>
