<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>
<id>https://git-old.alpinelinux.org/abuild/atom?h=v3.3.0_pre1</id>
<link rel='self' href='https://git-old.alpinelinux.org/abuild/atom?h=v3.3.0_pre1'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/'/>
<updated>2018-10-03T12:58:27Z</updated>
<entry>
<title>==== release 3.3.0_pre1 ====</title>
<updated>2018-10-03T12:58:27Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:58:27Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=70f52b9b80e93c3ef676850300ec3a8c4d98cb25'/>
<id>urn:sha1:70f52b9b80e93c3ef676850300ec3a8c4d98cb25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>abuild: run build actions via runpart</title>
<updated>2018-10-03T12:46:18Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=324a57592e5e8f0196bb1bd082c278d82673af8c'/>
<id>urn:sha1:324a57592e5e8f0196bb1bd082c278d82673af8c</id>
<content type='text'>
So we make sure chdir $builddir happens when it should.
</content>
</entry>
<entry>
<title>abuild: do not run check in fakeroot by default</title>
<updated>2018-10-03T12:37:08Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:29:57Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=0bf61ee06a6c91695111202650a440297c405e2d'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>abuild: print version of built package early</title>
<updated>2018-10-03T12:16:07Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:16:07Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=3379e675512dfdde74a9048af80db825e9ebdb07'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>abuild: chdir to $builddir if it exists</title>
<updated>2018-10-03T12:06:13Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T11:48:11Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=2fe29d5829c0973ace1db350141b3c810ac888a7'/>
<id>urn:sha1:2fe29d5829c0973ace1db350141b3c810ac888a7</id>
<content type='text'>
chdir to $builddir before running prepare, build, package or check.
</content>
</entry>
<entry>
<title>abuild: fix regression. run build</title>
<updated>2018-10-03T12:06:13Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T12:03:08Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=4e455979e07c0ff0b73ee3b305d1b42e0316528f'/>
<id>urn:sha1:4e455979e07c0ff0b73ee3b305d1b42e0316528f</id>
<content type='text'>
fix regression introduced in def219994d2dff3c2bd47eee76826dc79e042b2f
</content>
</entry>
<entry>
<title>abuild: require package() function</title>
<updated>2018-10-03T11:21:15Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T11:10:55Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=def219994d2dff3c2bd47eee76826dc79e042b2f'/>
<id>urn:sha1:def219994d2dff3c2bd47eee76826dc79e042b2f</id>
<content type='text'>
make a missing function for package() a hard error.

this means we never run build in fakeroot.
</content>
</entry>
<entry>
<title>checkapk: remove temporary dir on SIGINT and exit</title>
<updated>2018-10-03T10:52:13Z</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2018-09-24T15:34:31Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=015f0f69a873f47cfdaa83ae4b22c800eb11308f'/>
<id>urn:sha1:015f0f69a873f47cfdaa83ae4b22c800eb11308f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>newapkbuild: fix checksums to be last in ABPKUILD</title>
<updated>2018-10-03T10:50:25Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T10:49:02Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=51830efbb5e6a07f0ec93e6c59c12680b518ca56'/>
<id>urn:sha1:51830efbb5e6a07f0ec93e6c59c12680b518ca56</id>
<content type='text'>
ref https://github.com/alpinelinux/abuild/pull/42
</content>
</entry>
<entry>
<title>abuild: fix checksum update</title>
<updated>2018-10-03T10:34:58Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2018-10-03T10:31:09Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=1cbc853155b99aa062b1f30dd4d2c29fb9576e20'/>
<id>urn:sha1: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>
</entry>
</feed>
