<feed xmlns='http://www.w3.org/2005/Atom'>
<title>alpine-conf, branch master</title>
<subtitle>Alpine configuration management scripts
</subtitle>
<id>https://git-old.alpinelinux.org/alpine-conf/atom?h=master</id>
<link rel='self' href='https://git-old.alpinelinux.org/alpine-conf/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/'/>
<updated>2020-04-16T13:37:43Z</updated>
<entry>
<title>setup-apkrepos: try fetching the mirror list repeatedly while prompting</title>
<updated>2020-04-16T13:37:43Z</updated>
<author>
<name>Daniel Lublin</name>
<email>daniel@lublin.se</email>
</author>
<published>2019-07-16T15:58:34Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=652aaed5afed60afd6123e70567c27b1c8da6e62'/>
<id>urn:sha1:652aaed5afed60afd6123e70567c27b1c8da6e62</id>
<content type='text'>
fixes https://gitlab.alpinelinux.org/alpine/alpine-conf/issues/10446
</content>
</entry>
<entry>
<title>update-kernel: fallback to old dtbdir if new one does not exist</title>
<updated>2020-04-16T12:18:03Z</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2020-04-16T12:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=0c0ded1d885431bf4509222368278ec6644bf646'/>
<id>urn:sha1:0c0ded1d885431bf4509222368278ec6644bf646</id>
<content type='text'>
This allows running update-kernel on new alpine and to create
images from stable branch by overriding repository files.

Fixes: 3fd2ce43 "update-kernel: fix dtbs dir"
</content>
</entry>
<entry>
<title>libalpine: make vecho and qecho return success</title>
<updated>2020-01-24T11:49:04Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2020-01-24T11:49:04Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=5d90f33f62375f23367d3c5a7badd2d7f1031744'/>
<id>urn:sha1:5d90f33f62375f23367d3c5a7badd2d7f1031744</id>
<content type='text'>
vecho should return success even if $VERBOSE is empty. Similar, qecho
should return success even if $QUIET is empty.

fixes !4
</content>
</entry>
<entry>
<title>lbu: fix wrong cipher match in check_openssl for 'lbu commit -e'</title>
<updated>2020-01-16T12:11:01Z</updated>
<author>
<name>Milan P. Stanić</name>
<email>mps@arvanta.net</email>
</author>
<published>2020-01-16T10:09:28Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=ad9996810186cbed04ec0c185bd3c998622a0a4f'/>
<id>urn:sha1:ad9996810186cbed04ec0c185bd3c998622a0a4f</id>
<content type='text'>
fixes #10451
</content>
</entry>
<entry>
<title>setup-disk: dont set GRUB_DISITRBUTOR</title>
<updated>2020-01-15T17:00:00Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2020-01-15T17:00:00Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=23427c5d3a7c5201bcfa8b357c651be3a2f75a65'/>
<id>urn:sha1:23427c5d3a7c5201bcfa8b357c651be3a2f75a65</id>
<content type='text'>
rely on patch in for grub-mkconfig that will parse /etc/os-release
</content>
</entry>
<entry>
<title>update-kernel: fix dtbs dir</title>
<updated>2019-12-18T15:23:10Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-18T15:23:10Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=3fd2ce439dda613a56e3d130c192040a88817787'/>
<id>urn:sha1:3fd2ce439dda613a56e3d130c192040a88817787</id>
<content type='text'>
</content>
</entry>
<entry>
<title>setup-apkrepos: use cdn as default answer</title>
<updated>2019-12-11T18:01:26Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-11T18:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=5358f24b8ba5c359db504421d09fc16cf9e7f8cf'/>
<id>urn:sha1:5358f24b8ba5c359db504421d09fc16cf9e7f8cf</id>
<content type='text'>
use '1', which should be dl-cdn, as the default answer
</content>
</entry>
<entry>
<title>setup-disk: let user set ROOT_SIZE</title>
<updated>2019-12-06T15:53:45Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-12-06T15:53:45Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=93ce697c0075aeb51db9b78c0d47e10213aa1885'/>
<id>urn:sha1:93ce697c0075aeb51db9b78c0d47e10213aa1885</id>
<content type='text'>
allow user set rootfs size via ROOT_SIZE. For lvm it will be passed
directly to lvmcreate. For the sfdisk partitions it will be a number in
MiB.
</content>
</entry>
<entry>
<title>libalpine: use correct exit code in trap</title>
<updated>2019-11-21T15:32:01Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-11-21T15:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=6bcb2c2b0860779dc44d8dd27259f9edc6c9e6e8'/>
<id>urn:sha1:6bcb2c2b0860779dc44d8dd27259f9edc6c9e6e8</id>
<content type='text'>
save exit state before cleaning up tempdir so we get the correct exit
code.

This fixes the problem where lbu exit with success on errors where disk
is full or similar.
</content>
</entry>
<entry>
<title>==== release 3.8.3 ====</title>
<updated>2019-06-14T12:21:13Z</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2019-06-14T12:21:13Z</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=8dc1157684a17ef352e9444c05b7313d0c5bac17'/>
<id>urn:sha1:8dc1157684a17ef352e9444c05b7313d0c5bac17</id>
<content type='text'>
</content>
</entry>
</feed>
