<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/doc, branch version-0.12.0</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>doc: Replace fingerprint of OpenPGP signing key.</title>
<updated>2016-12-20T11:29:13+00:00</updated>
<author>
<name>Ricardo Wurmus</name>
<email>rekado@elephly.net</email>
</author>
<published>2016-12-20T11:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=cccbc63950ad061538b1132b3dfef21794d6b780'/>
<id>cccbc63950ad061538b1132b3dfef21794d6b780</id>
<content type='text'>
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Update to Ricardo's key for
the 0.12.0 release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): Update to Ricardo's key for
the 0.12.0 release.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: cuirass: Add 'cuirass' field.</title>
<updated>2016-12-20T09:27:08+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-12-20T09:23:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=379b6ba5a906b62252dd5bcb142ec050ae34bc74'/>
<id>379b6ba5a906b62252dd5bcb142ec050ae34bc74</id>
<content type='text'>
* gnu/services/cuirass.scm (&lt;cuirass-configuration&gt;)[cuirass]: New
field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services/cuirass.scm (&lt;cuirass-configuration&gt;)[cuirass]: New
field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: guix: Add 'log-file' configuration option.</title>
<updated>2016-12-19T22:57:20+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-12-19T22:54:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=dc0ef095b32f57a935764d40530af0b32a01d715'/>
<id>dc0ef095b32f57a935764d40530af0b32a01d715</id>
<content type='text'>
* gnu/services/base.scm (&lt;guix-configuration&gt;)[log-file]: New field.
(guix-shepherd-service): Pass #:log-file to 'make-forkexec-constructor'.
* gnu/services/admin.scm (simple-rotation-config): Take a list of
files and join them with commas.
(%default-rotations): Add /var/log/guix-daemon.log.
* doc/guix.texi (Base Services): Document it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services/base.scm (&lt;guix-configuration&gt;)[log-file]: New field.
(guix-shepherd-service): Pass #:log-file to 'make-forkexec-constructor'.
* gnu/services/admin.scm (simple-rotation-config): Take a list of
files and join them with commas.
(%default-rotations): Add /var/log/guix-daemon.log.
* doc/guix.texi (Base Services): Document it.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: guix: Remove dependency on lsh.</title>
<updated>2016-12-19T22:57:19+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-12-19T22:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f78903f36308081eeea52223fb3f5dca5096baef'/>
<id>f78903f36308081eeea52223fb3f5dca5096baef</id>
<content type='text'>
* gnu/services/base.scm (&lt;guix-configuration&gt;)[lsh]: Remove.
(guix-shepherd-service): Remove lsh from 'PATH'.
* doc/guix.texi (Base Services): Adjust accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services/base.scm (&lt;guix-configuration&gt;)[lsh]: Remove.
(guix-shepherd-service): Remove lsh from 'PATH'.
* doc/guix.texi (Base Services): Adjust accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: cuirass: Cache defaults to /var/cache/cuirass.</title>
<updated>2016-12-19T22:57:19+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-12-19T22:29:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=463995da0c8ae95654a6184c0a7ff0d1e0914c83'/>
<id>463995da0c8ae95654a6184c0a7ff0d1e0914c83</id>
<content type='text'>
The previous default value depended on the 'HOME' environment variable,
which happened to be unset.  Thus, /.cache was being used.

* gnu/services/cuirass.scm (&lt;cuirass-configuration&gt;)[cache-directory]:
Change default value to "/var/cache/cuirass".
(cuirass-shepherd-service): Always pass "--cache-directory".
(cuirass-activation): New procedure.
(cuirass-service-type): Use it as an extension to
ACTIVATION-SERVICE-TYPE.
* doc/guix.texi (Continuous Integration): Adjust accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous default value depended on the 'HOME' environment variable,
which happened to be unset.  Thus, /.cache was being used.

* gnu/services/cuirass.scm (&lt;cuirass-configuration&gt;)[cache-directory]:
Change default value to "/var/cache/cuirass".
(cuirass-shepherd-service): Always pass "--cache-directory".
(cuirass-activation): New procedure.
(cuirass-service-type): Use it as an extension to
ACTIVATION-SERVICE-TYPE.
* doc/guix.texi (Continuous Integration): Adjust accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: cuirass: Add 'log-file' option.</title>
<updated>2016-12-19T22:57:19+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-12-19T22:01:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b17e326f1731d7170a48cfad4d9d4c91bad7b8a4'/>
<id>b17e326f1731d7170a48cfad4d9d4c91bad7b8a4</id>
<content type='text'>
* gnu/services/cuirass.scm (&lt;cuirass-configuration&gt;)[log-file]: New
field.
(cuirass-shepherd-service): Pass it to 'make-forkexec-constructor'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services/cuirass.scm (&lt;cuirass-configuration&gt;)[log-file]: New
field.
(cuirass-shepherd-service): Pass it to 'make-forkexec-constructor'.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Mention 'grub' field of 'grub-configuration'.</title>
<updated>2016-12-19T16:51:00+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-12-19T14:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9b06f503f406fc51dcf400bce97b37fd5970dd95'/>
<id>9b06f503f406fc51dcf400bce97b37fd5970dd95</id>
<content type='text'>
* doc/guix.texi (GRUB Configuration): Add 'grub' field.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (GRUB Configuration): Add 'grub' field.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Make 'guix pull' more visible.</title>
<updated>2016-12-19T16:51:00+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-12-19T14:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=7fcf2a0b94ce3316611be959bc9e78d9ac962b89'/>
<id>7fcf2a0b94ce3316611be959bc9e78d9ac962b89</id>
<content type='text'>
Suggested by Dave Love &lt;fx@gnu.org&gt;.
Fixes &lt;http://bugs.gnu.org/25139&gt;.

* doc/guix.texi (Installation): Mention 'guix pull'.
(Proceeding with the Installation): Mention updates with 'guix pull' and
'guix system reconfigure'.
(Invoking guix pull): Add "updating" to the concept index.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by Dave Love &lt;fx@gnu.org&gt;.
Fixes &lt;http://bugs.gnu.org/25139&gt;.

* doc/guix.texi (Installation): Mention 'guix pull'.
(Proceeding with the Installation): Mention updates with 'guix pull' and
'guix system reconfigure'.
(Invoking guix pull): Add "updating" to the concept index.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Mention 'swapon'.</title>
<updated>2016-12-19T16:51:00+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-12-19T13:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b2ff76a0106a4f5a91c63d75627b64a53b7b31d4'/>
<id>b2ff76a0106a4f5a91c63d75627b64a53b7b31d4</id>
<content type='text'>
Suggested by David Braun &lt;Guix-box@snkmail.com&gt;
at &lt;https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00744.html&gt;.

* doc/guix.texi (Preparing for Installation): Add 'swapon'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Suggested by David Braun &lt;Guix-box@snkmail.com&gt;
at &lt;https://lists.gnu.org/archive/html/guix-devel/2016-12/msg00744.html&gt;.

* doc/guix.texi (Preparing for Installation): Add 'swapon'.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Mention the d3.js backend of 'guix graph'.</title>
<updated>2016-12-18T16:45:44+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2016-12-18T16:11:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=9ea36197bec2a878e93b17686e2d5314359f0d54'/>
<id>9ea36197bec2a878e93b17686e2d5314359f0d54</id>
<content type='text'>
* doc/guix.texi (Invoking guix graph): Mention the d3.js backend.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (Invoking guix graph): Mention the d3.js backend.
</pre>
</div>
</content>
</entry>
</feed>
