<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v3.3.0_pre1</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 3.3.0_pre1 ====</title>
<updated>2018-10-03T12:58:27+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=70f52b9b80e93c3ef676850300ec3a8c4d98cb25'/>
<id>70f52b9b80e93c3ef676850300ec3a8c4d98cb25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: run build actions via runpart</title>
<updated>2018-10-03T12:46:18+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=324a57592e5e8f0196bb1bd082c278d82673af8c'/>
<id>324a57592e5e8f0196bb1bd082c278d82673af8c</id>
<content type='text'>
So we make sure chdir $builddir happens when it should.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we make sure chdir $builddir happens when it should.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: do not run check in fakeroot by default</title>
<updated>2018-10-03T12:37:08+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=0bf61ee06a6c91695111202650a440297c405e2d'/>
<id>0bf61ee06a6c91695111202650a440297c405e2d</id>
<content type='text'>
Only run check in fakeroot if options="checkroot" is set. This makes
options="!checkroot" the default.

I expect most checks work as non-root, and if a testsuite requires root,
it will likely fail in fakeroot too. Fakeroot has also shown lower
performance for parallel builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only run check in fakeroot if options="checkroot" is set. This makes
options="!checkroot" the default.

I expect most checks work as non-root, and if a testsuite requires root,
it will likely fail in fakeroot too. Fakeroot has also shown lower
performance for parallel builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: print version of built package early</title>
<updated>2018-10-03T12:16:07+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:16:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=3379e675512dfdde74a9048af80db825e9ebdb07'/>
<id>3379e675512dfdde74a9048af80db825e9ebdb07</id>
<content type='text'>
instead of printing abuild version, print package version. This is to
avoid confuse the abuild version with the package version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of printing abuild version, print package version. This is to
avoid confuse the abuild version with the package version.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: chdir to $builddir if it exists</title>
<updated>2018-10-03T12:06:13+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T11:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=2fe29d5829c0973ace1db350141b3c810ac888a7'/>
<id>2fe29d5829c0973ace1db350141b3c810ac888a7</id>
<content type='text'>
chdir to $builddir before running prepare, build, package or check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
chdir to $builddir before running prepare, build, package or check.
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: fix regression. run build</title>
<updated>2018-10-03T12:06:13+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:03:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=4e455979e07c0ff0b73ee3b305d1b42e0316528f'/>
<id>4e455979e07c0ff0b73ee3b305d1b42e0316528f</id>
<content type='text'>
fix regression introduced in def219994d2dff3c2bd47eee76826dc79e042b2f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix regression introduced in def219994d2dff3c2bd47eee76826dc79e042b2f
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: require package() function</title>
<updated>2018-10-03T11:21:15+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T11:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=def219994d2dff3c2bd47eee76826dc79e042b2f'/>
<id>def219994d2dff3c2bd47eee76826dc79e042b2f</id>
<content type='text'>
make a missing function for package() a hard error.

this means we never run build in fakeroot.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
make a missing function for package() a hard error.

this means we never run build in fakeroot.
</pre>
</div>
</content>
</entry>
<entry>
<title>checkapk: remove temporary dir on SIGINT and exit</title>
<updated>2018-10-03T10:52:13+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2018-09-24T15:34:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=015f0f69a873f47cfdaa83ae4b22c800eb11308f'/>
<id>015f0f69a873f47cfdaa83ae4b22c800eb11308f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>newapkbuild: fix checksums to be last in ABPKUILD</title>
<updated>2018-10-03T10:50:25+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T10:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=51830efbb5e6a07f0ec93e6c59c12680b518ca56'/>
<id>51830efbb5e6a07f0ec93e6c59c12680b518ca56</id>
<content type='text'>
ref https://github.com/alpinelinux/abuild/pull/42
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref https://github.com/alpinelinux/abuild/pull/42
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: fix checksum update</title>
<updated>2018-10-03T10:34:58+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T10:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=1cbc853155b99aa062b1f30dd4d2c29fb9576e20'/>
<id>1cbc853155b99aa062b1f30dd4d2c29fb9576e20</id>
<content type='text'>
Fix case where 1) checksum is a single line and 2) there is a variable
under the checksum that should be kept. For example:

  sha512sum="...."
  keepthis="..."

Previously the `keepthis` variable would have been removed.

ref https://github.com/alpinelinux/abuild/pull/41
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix case where 1) checksum is a single line and 2) there is a variable
under the checksum that should be kept. For example:

  sha512sum="...."
  keepthis="..."

Previously the `keepthis` variable would have been removed.

ref https://github.com/alpinelinux/abuild/pull/41
</pre>
</div>
</content>
</entry>
</feed>
