<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v3.5.0_rc2</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.5.0_rc2 ====</title>
<updated>2019-11-26T18:42:46+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-26T18:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=0745179c4ff9c808887d3b891b45ad37131bc19c'/>
<id>0745179c4ff9c808887d3b891b45ad37131bc19c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: set SOURCE_DATE_EPOCH from rootpkg</title>
<updated>2019-11-26T18:41:32+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-26T18:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=80a2e6f8cf710c5db6f5310ed7c5e74dcc885ee2'/>
<id>80a2e6f8cf710c5db6f5310ed7c5e74dcc885ee2</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 abuild rootbld</title>
<updated>2019-11-14T09:36:33+00:00</updated>
<author>
<name>Sören Tempel</name>
<email>soeren+git@soeren-tempel.net</email>
</author>
<published>2019-11-13T17:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=918b7b19206927b416bcc13bcb80a8f7d2c78c41'/>
<id>918b7b19206927b416bcc13bcb80a8f7d2c78c41</id>
<content type='text'>
Without this change abuild rootbld would fail with:

	touch: invalid date '@'

Because SOURCE_DATE_EPOCH wasn't set when abuild rootbld was used. This
is a bug introduced in 71d9d5233b9db3be91510addcb28721545d93185. Instead
of reverting the aforementioned commit move the SOURCE_DATE_EPOCH
initialization to a custom function and also call it from the abuild
rootbld function.

Fixes #9978
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this change abuild rootbld would fail with:

	touch: invalid date '@'

Because SOURCE_DATE_EPOCH wasn't set when abuild rootbld was used. This
is a bug introduced in 71d9d5233b9db3be91510addcb28721545d93185. Instead
of reverting the aforementioned commit move the SOURCE_DATE_EPOCH
initialization to a custom function and also call it from the abuild
rootbld function.

Fixes #9978
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "abuild: make built package reproducible"</title>
<updated>2019-11-07T20:46:36+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-07T20:41:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=51d9e3bcb9fe99a67059e08d7b6fb6ca6a2b75c2'/>
<id>51d9e3bcb9fe99a67059e08d7b6fb6ca6a2b75c2</id>
<content type='text'>
The introduction of the --pax-options seems to confuse apk and resulted
in `BAD archive' errors.

This reverts commit f04a2ee34b28a38c4349ef1f94686a07afce730f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The introduction of the --pax-options seems to confuse apk and resulted
in `BAD archive' errors.

This reverts commit f04a2ee34b28a38c4349ef1f94686a07afce730f.
</pre>
</div>
</content>
</entry>
<entry>
<title>functions.sh: dont die if gcc is missing</title>
<updated>2019-11-07T16:02:47+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-07T15:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=95cd15c02501ec178a69333d136207f695550044'/>
<id>95cd15c02501ec178a69333d136207f695550044</id>
<content type='text'>
abuild-sign does not use gcc.

fixes #9974
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
abuild-sign does not use gcc.

fixes #9974
</pre>
</div>
</content>
</entry>
<entry>
<title>==== release 3.5.0_rc1 ====</title>
<updated>2019-11-07T15:39:35+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-07T13:30:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=21dcfb1f21ac651cd4753100fe08d54402ecda0d'/>
<id>21dcfb1f21ac651cd4753100fe08d54402ecda0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: detect /bin/sh dependency even if shebang has spaces</title>
<updated>2019-11-07T15:39:35+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-07T15:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=d8cfcd5dc9aeeace440e1826a157e68a28ef2fac'/>
<id>d8cfcd5dc9aeeace440e1826a157e68a28ef2fac</id>
<content type='text'>
fixes !7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes !7
</pre>
</div>
</content>
</entry>
<entry>
<title>Change permissions for sudo to 4555</title>
<updated>2019-11-07T15:39:35+00:00</updated>
<author>
<name>Fredrik Gustafsson</name>
<email>fredrigu@axis.com</email>
</author>
<published>2019-10-11T10:08:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=6d321050e53f030609844493165a4a18bdabfa41'/>
<id>6d321050e53f030609844493165a4a18bdabfa41</id>
<content type='text'>
Currently the permissions for abuild-sudo is set to 4111, this make it
impossible to move the sudo file after it has being created. Moving
the sudo file is needed by yocto when creating an apk-package of abuild.
The sudo binary in debian stretch since if debian does it, it can't be bad.

Signed-off-by: Fredrik Gustafsson &lt;fredrigu@axis.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the permissions for abuild-sudo is set to 4111, this make it
impossible to move the sudo file after it has being created. Moving
the sudo file is needed by yocto when creating an apk-package of abuild.
The sudo binary in debian stretch since if debian does it, it can't be bad.

Signed-off-by: Fredrik Gustafsson &lt;fredrigu@axis.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow round brackets in the license variable</title>
<updated>2019-11-07T15:39:35+00:00</updated>
<author>
<name>Bart Ribbers</name>
<email>bribbers@disroot.org</email>
</author>
<published>2019-10-17T16:27:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=2162348a9a8d6290dcc629ea38ee176b8f92d5e8'/>
<id>2162348a9a8d6290dcc629ea38ee176b8f92d5e8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: get the git commit date only when needed</title>
<updated>2019-11-07T14:40:55+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-07T14:13:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=71d9d5233b9db3be91510addcb28721545d93185'/>
<id>71d9d5233b9db3be91510addcb28721545d93185</id>
<content type='text'>
getting the commit date can be timeconsuming so only do it once we need
it. We also re-use the ABUILD_LAST_COMMIT to speed up the operation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
getting the commit date can be timeconsuming so only do it once we need
it. We also re-use the ABUILD_LAST_COMMIT to speed up the operation.
</pre>
</div>
</content>
</entry>
</feed>
