<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/doc, branch v0.9.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: Back up on the claim of encrypted root partitions.</title>
<updated>2015-11-04T09:54:39+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-04T09:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=316d65be0ca41c277349c4f0127513f98dbec680'/>
<id>316d65be0ca41c277349c4f0127513f98dbec680</id>
<content type='text'>
Reported by 宋文武 &lt;iyzsong@openmailbox.org&gt;
at &lt;https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00096.html&gt;.

* doc/guix.texi (System Installation): Comment out encrypted root
  partition commands.
* gnu/system/examples/desktop.tmpl (mapped-devices): Remove.
  (file-systems): Refer to the root by label.
* NEWS: Adjust.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported by 宋文武 &lt;iyzsong@openmailbox.org&gt;
at &lt;https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00096.html&gt;.

* doc/guix.texi (System Installation): Comment out encrypted root
  partition commands.
* gnu/system/examples/desktop.tmpl (mapped-devices): Remove.
  (file-systems): Refer to the root by label.
* NEWS: Adjust.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Fix typos.</title>
<updated>2015-11-03T23:12:19+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-03T22:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b9d044ef7fd5c011c5b2591c7e76850ddb089cfe'/>
<id>b9d044ef7fd5c011c5b2591c7e76850ddb089cfe</id>
<content type='text'>
* doc/guix.texi (Invoking guix refresh): Fix typos.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (Invoking guix refresh): Fix typos.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Explain that 'guix publish' relies on the key pair.</title>
<updated>2015-11-03T23:12:19+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-03T21:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b18812b6a42f822ea5ec25639b42335ffe458a0f'/>
<id>b18812b6a42f822ea5ec25639b42335ffe458a0f</id>
<content type='text'>
* doc/guix.texi (Invoking guix publish): Mention 'guix archive
  --generate-key'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi (Invoking guix publish): Mention 'guix archive
  --generate-key'.
</pre>
</div>
</content>
</entry>
<entry>
<title>import: pypi: add updater</title>
<updated>2015-11-03T22:41:25+00:00</updated>
<author>
<name>Cyril Roelandt</name>
<email>tipecaml@gmail.com</email>
</author>
<published>2015-11-03T21:38:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=bab020d7ca50e4153cf24832d119389a37fa8f63'/>
<id>bab020d7ca50e4153cf24832d119389a37fa8f63</id>
<content type='text'>
* guix/import/pypi.scm (guix-package-&gt;pypi-name,
  latest-release): New procedures.
  (%pypi-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add %PYPI-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention PyPI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix/import/pypi.scm (guix-package-&gt;pypi-name,
  latest-release): New procedures.
  (%pypi-updater): New variable.
* guix/scripts/refresh.scm (%updaters): Add %PYPI-UPDATER.
* doc/guix.texi (Invoking guix refresh): Mention PyPI
</pre>
</div>
</content>
</entry>
<entry>
<title>services: Add 'guix-publish-service'.</title>
<updated>2015-11-03T17:11:45+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-03T16:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1c52181f33ec6c2b91f1361f7251769dd29c6ef2'/>
<id>1c52181f33ec6c2b91f1361f7251769dd29c6ef2</id>
<content type='text'>
* gnu/services/base.scm (&lt;guix-publish-configuration&gt;): New record
  type.
  (guix-publish-dmd-service): New procedure.
  (%guix-publish-accounts, guix-publish-service-type): New variables.
  (guix-publish-service): New procedure.
* doc/guix.texi (Invoking guix publish): Add xref to
  'guix-publish-service' anchor.
  (Base Services): Document 'guix-publish-service'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services/base.scm (&lt;guix-publish-configuration&gt;): New record
  type.
  (guix-publish-dmd-service): New procedure.
  (%guix-publish-accounts, guix-publish-service-type): New variables.
  (guix-publish-service): New procedure.
* doc/guix.texi (Invoking guix publish): Add xref to
  'guix-publish-service' anchor.
  (Base Services): Document 'guix-publish-service'.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Linux-libre 3.19 is needed for using containers.</title>
<updated>2015-11-03T13:14:57+00:00</updated>
<author>
<name>David Thompson</name>
<email>dthompson2@worcester.edu</email>
</author>
<published>2015-11-03T13:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=cfd35b4e23ed4b8e31401a9e88a0ce521babf65d'/>
<id>cfd35b4e23ed4b8e31401a9e88a0ce521babf65d</id>
<content type='text'>
* doc/guix.texi ("invoking guix environment", "invoking guix system"):
  3.10 is actually too old without backported patches, so change to 3.19.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/guix.texi ("invoking guix environment", "invoking guix system"):
  3.10 is actually too old without backported patches, so change to 3.19.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: './pre-inst-env guix pull' won't upgrade local source tree.</title>
<updated>2015-11-03T08:56:48+00:00</updated>
<author>
<name>Alex Vong</name>
<email>alexvong1995@gmail.com</email>
</author>
<published>2015-11-02T15:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=ef54b61dc6f67712c8a448b5fb17767b6b886ba4'/>
<id>ef54b61dc6f67712c8a448b5fb17767b6b886ba4</id>
<content type='text'>
* doc/contributing.texi (Running Guix Before It Is Installed): Clarify
  './pre-inst-env guix pull' won't upgrade local source tree.
* doc/guix.texi (Invoking guix pull): Mention ~/.config/guix/latest.

Co-authored-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/contributing.texi (Running Guix Before It Is Installed): Clarify
  './pre-inst-env guix pull' won't upgrade local source tree.
* doc/guix.texi (Invoking guix pull): Mention ~/.config/guix/latest.

Co-authored-by: Ludovic Courtès &lt;ludo@gnu.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>services: avahi: Add Avahi to the system profile.</title>
<updated>2015-11-02T21:25:12+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-02T21:13:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=1065bed9c41f8a9b0718ae2db0fd42f286c1b8be'/>
<id>1065bed9c41f8a9b0718ae2db0fd42f286c1b8be</id>
<content type='text'>
* gnu/services/avahi.scm (avahi-service-type): Extend
  PROFILE-SERVICE-TYPE.
  (avahi-service): Adjust docstring.
* doc/guix.texi (Networking Services): Adjust accordingly.
* gnu/system/examples/desktop.tmpl (packages): Remove AVAHI.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services/avahi.scm (avahi-service-type): Extend
  PROFILE-SERVICE-TYPE.
  (avahi-service): Adjust docstring.
* doc/guix.texi (Networking Services): Adjust accordingly.
* gnu/system/examples/desktop.tmpl (packages): Remove AVAHI.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: wicd: Add Wicd to the system profile.</title>
<updated>2015-11-02T21:25:12+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-02T21:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=87f40011462eea9142de9853377b2cee3c0df785'/>
<id>87f40011462eea9142de9853377b2cee3c0df785</id>
<content type='text'>
* gnu/services/networking.scm (wicd-service-type): Extend
  PROFILE-SERVICE-TYPE.
  (wicd-service): Mention it in docstring.
* doc/guix.texi (Networking Services): Update documentation
  accordingly.
* gnu/system/examples/desktop.tmpl (packages): Remove WICD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services/networking.scm (wicd-service-type): Extend
  PROFILE-SERVICE-TYPE.
  (wicd-service): Mention it in docstring.
* doc/guix.texi (Networking Services): Update documentation
  accordingly.
* gnu/system/examples/desktop.tmpl (packages): Remove WICD.
</pre>
</div>
</content>
</entry>
<entry>
<title>services: Add 'profile-service-type'.</title>
<updated>2015-11-02T21:25:12+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2015-11-02T20:52:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=af4c3fd5e37d477bffce167909fbc0776a860204'/>
<id>af4c3fd5e37d477bffce167909fbc0776a860204</id>
<content type='text'>
* gnu/services.scm (packages-&gt;profile-entry): New procedure.
  (profile-service-type): New variable.
* gnu/system.scm (operating-system-directory-base-entries): Remove
  the "profile" entry.
  (essential-services): Add a PROFILE-SERVICE-TYPE instance.
  (operating-system-profile): Rewrite in terms of 'fold-services'.
* doc/guix.texi (Service Reference): Add 'profile-service-type'.
* doc/images/service-graph.dot: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* gnu/services.scm (packages-&gt;profile-entry): New procedure.
  (profile-service-type): New variable.
* gnu/system.scm (operating-system-directory-base-entries): Remove
  the "profile" entry.
  (essential-services): Add a PROFILE-SERVICE-TYPE instance.
  (operating-system-profile): Rewrite in terms of 'fold-services'.
* doc/guix.texi (Service Reference): Add 'profile-service-type'.
* doc/images/service-graph.dot: Likewise.
</pre>
</div>
</content>
</entry>
</feed>
