<feed xmlns='http://www.w3.org/2005/Atom'>
<title>alpine-conf, branch v3.5.0</title>
<subtitle>Alpine configuration management scripts
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/'/>
<entry>
<title>==== release 3.5.0 ====</title>
<updated>2016-12-21T09:40:58+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-12-21T09:40:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=50e398fb670130bca88da5dce1a161881b4de8e3'/>
<id>50e398fb670130bca88da5dce1a161881b4de8e3</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_rc2 ====</title>
<updated>2016-12-11T15:01:49+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-12-11T15:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=387ba6bcf32891a8d8afa66abb50b182a2644c73'/>
<id>387ba6bcf32891a8d8afa66abb50b182a2644c73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed obsolete code</title>
<updated>2016-12-11T15:00:33+00:00</updated>
<author>
<name>Philippe Guilbault</name>
<email>philippe.guilbault@gmail.com</email>
</author>
<published>2016-12-11T04:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=0abfcd4cdbb63c2c8335616c0302d35431e9a934'/>
<id>0abfcd4cdbb63c2c8335616c0302d35431e9a934</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup-disk fails because of 'lbu package | tar' &amp; encryption config</title>
<updated>2016-12-11T15:00:33+00:00</updated>
<author>
<name>Philippe Guilbault</name>
<email>philippe.guilbault@gmail.com</email>
</author>
<published>2016-12-11T04:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=07af120c15cae0ed586fac7bedfc9cdfb89bf07d'/>
<id>07af120c15cae0ed586fac7bedfc9cdfb89bf07d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BACKUP_LIMIT not working for encrypted backups</title>
<updated>2016-12-11T15:00:33+00:00</updated>
<author>
<name>Philippe Guilbault</name>
<email>philippe.guilbault@gmail.com</email>
</author>
<published>2016-12-11T03:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=cd395b7ece50492d51d8b1708ec91adf529ead18'/>
<id>cd395b7ece50492d51d8b1708ec91adf529ead18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update-kernel: use busybox's losetup always</title>
<updated>2016-12-07T10:08:03+00:00</updated>
<author>
<name>Timo Teräs</name>
<email>timo.teras@iki.fi</email>
</author>
<published>2016-12-07T10:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=bd4e2c5b0a11f09502f9bb9a6d842019a2fb7705'/>
<id>bd4e2c5b0a11f09502f9bb9a6d842019a2fb7705</id>
<content type='text'>
fixes #6517

The output format of util-linux losetup is different, and there's
no easy way to get uniform output from these two implementations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #6517

The output format of util-linux losetup is different, and there's
no easy way to get uniform output from these two implementations.
</pre>
</div>
</content>
</entry>
<entry>
<title>update-kernel: re-exec under fakeroot unless we are superuser</title>
<updated>2016-12-05T21:13:07+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-12-05T21:06:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=f0c288e8d7f6ef3762b7bdd0ede9efca300ba84d'/>
<id>f0c288e8d7f6ef3762b7bdd0ede9efca300ba84d</id>
<content type='text'>
The fakeroot fake-env feature requires that the filesystem if unmodified between the
reloads of the fake-env. We dont comply with this so we re-exec the
entire script in fakeroot instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fakeroot fake-env feature requires that the filesystem if unmodified between the
reloads of the fake-env. We dont comply with this so we re-exec the
entire script in fakeroot instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>update-kernel: don't install deps if script runs in fakeroot</title>
<updated>2016-12-05T21:05:51+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-12-05T21:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=439c020e268830965fd5ee90147e93e753855caf'/>
<id>439c020e268830965fd5ee90147e93e753855caf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update-kernel: make mksquashfs exit on error</title>
<updated>2016-12-02T21:29:51+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-12-02T21:29:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=0bd627de56f28063d9fcef455587d0b7d11a00a6'/>
<id>0bd627de56f28063d9fcef455587d0b7d11a00a6</id>
<content type='text'>
mksquashfs will ignore errors and continue by default by design. This is
definitively not the behavior we want so we tell it to explicitly exit
on error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mksquashfs will ignore errors and continue by default by design. This is
definitively not the behavior we want so we tell it to explicitly exit
on error.
</pre>
</div>
</content>
</entry>
<entry>
<title>==== release 3.5.0_rc1 ====</title>
<updated>2016-11-10T11:58:24+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-11-10T11:58:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/alpine-conf/commit/?id=0d56ee4f8c29bc6f41f17e1673a205f03087e85b'/>
<id>0d56ee4f8c29bc6f41f17e1673a205f03087e85b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
