<feed xmlns='http://www.w3.org/2005/Atom'>
<title>abuild, branch v3.5.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 3.5.0 ====</title>
<updated>2019-12-19T15:17:57+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-19T15:17:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=0d3dc7183328c435e5fd470e21c81a02f341c369'/>
<id>0d3dc7183328c435e5fd470e21c81a02f341c369</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>==== release 3.5.0_rc3 ====</title>
<updated>2019-12-18T12:36:19+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-18T12:36:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=478d4e94528eb22e3f89414469cb7fe89942666d'/>
<id>478d4e94528eb22e3f89414469cb7fe89942666d</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 building without git</title>
<updated>2019-12-05T08:32:30+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-05T08:32:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=ec96c604e95993bdfce378cf6494325d653adb29'/>
<id>ec96c604e95993bdfce378cf6494325d653adb29</id>
<content type='text'>
fixes #9981
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #9981
</pre>
</div>
</content>
</entry>
<entry>
<title>abuild: fix applying patches from https</title>
<updated>2019-11-28T12:46:12+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-28T12:46:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/abuild/commit/?id=bb0324e39824fc0de14fd4b9ad539849ff27c619'/>
<id>bb0324e39824fc0de14fd4b9ad539849ff27c619</id>
<content type='text'>
fix patches such as https://dev.alpinelinux.org/archive/domoticz/openzwave-1.6.patch

previously it would only work with the filenamename.patch::$url syntax
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix patches such as https://dev.alpinelinux.org/archive/domoticz/openzwave-1.6.patch

previously it would only work with the filenamename.patch::$url syntax
</pre>
</div>
</content>
</entry>
<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>
</feed>
