~ruther/guix-local

ref: d02addd52dbf09961c19eec85d10c93b2cfb6ef8 guix-local/doc d---------
ea206df4 — Ludovic Courtès 9 years ago
doc: Update '--show' example to use '@' syntax.

* doc/guix.texi (Invoking guix package): Use '@' syntax in --show
example.
eb56ee02 — Ludovic Courtès 9 years ago
system: Add 'create-home-directory?' field to <user-account>.

* gnu/system/shadow.scm (<user-account>)[create-home-directory?]: New
field.
(user-account->gexp): Serialize it.
* gnu/build/activation.scm (activate-users+groups)[activate-user]:
Update 'match-lambda' pattern accordingly.  Pass #:create-home? to
'ensure-user'.
(add-user, modify-user, ensure-user): Add #:create-home? parameter and
honor it.
* doc/guix.texi (User Accounts): Document it.
5b58c28b — Ludovic Courtès 9 years ago
services: guix: Add 'authorized-keys' configuration knob.

* gnu/services/base.scm (hydra-key-authorization): Add 'key' parameter
and honor it.
(%default-authorized-guix-keys): New variable.
(<guix-configuration>)[authorized-keys]: New field.
(guix-shepherd-service): Adjust 'match' clause accordingly.
(guix-activation): Adjust call to 'hydra-key-authorization'.
* doc/guix.texi (Base Services): Document 'authorized-keys'.
7414de0a — Alex Kost 9 years ago
doc: Fix typos.

* doc/guix.texi: Fix multiple typos.
00f46905 — David Craven 9 years ago
services: Add spice vdagent service.

* gnu/services/spice.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Various Services): New subheading.
8ff4dcbe — David Craven 9 years ago
doc: Make 'Lirc Service' a subsubheading of 'Various Services'.

* doc/guix.texi (Various Services)[Lirc Service]: New subsubheading.
  [lirc] New cindex.
536fc5f8 — Mark H Weaver 9 years ago
Merge branch 'core-updates'
0832787e — Mark H Weaver 9 years ago
Revert "Merge branch 'core-updates'"

This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
134f6573 — Ludovic Courtès 9 years ago
Merge branch 'version-0.11.0'
80d944b7 — Ludovic Courtès 9 years ago
doc: Fix typos.

* doc/guix.texi (Application Setup): Use @xref, not @pxref, when
starting a sentence.
(Scheduled Job Execution): Remove extra indent in example; fix typos.
1eb43cc3 — Ludovic Courtès 9 years ago
doc: Update Texinfo HTML cross-reference file..

* doc/htmlxref.cnf: Add entries for 'find' and 'mcron'.
e8b652d4 — Ludovic Courtès 9 years ago
doc: Clarify distinction between "service" and "Shepherd service".

* doc/guix.texi (Services): Distinguish "service" and "Shepherd
service".  Add xref to "Shepherd Services".
201fff9e — Ludovic Courtès 9 years ago
doc: Fix typo.

* doc/guix.texi (Locales): Add missing 'of'.
c8b54374 — Vincent Legoll 9 years ago
doc: Add "Installing GuixSD in a VM" node.

* doc/guix.texi (Installing GuixSD in a VM): New node.
(USB Stick Installation): Refer to it.
(System Installation): Mention "GuixSD".

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
9c97afe8 — David Craven 9 years ago
gnu-maintenance: Add KDE updater.

* guix/gnu-maintenance.scm (kde-package?, latest-kde-release): New private
  functions.
  (%kde-updater): New public variable.
* guix/scripts/refresh.scm (list-updaters): Add %kde-updater.
* doc/guix.texi (Invoking guix refresh): Mention the new updater.
455859a5 — Ludovic Courtès 9 years ago
Merge branch 'core-updates'
a8cb87ab — Ludovic Courtès 9 years ago
install: Add nvi to the image.

* gnu/system/install.scm (installation-os)[packages]: Add NVI.
* doc/guix.texi (Proceeding with the Installation): Mention it.
622c22cc — Mark H Weaver 9 years ago
Merge branch 'master' into core-updates
d222522e — Ludovic Courtès 9 years ago
doc: Discourage software bundling.

Fixes <http://bugs.gnu.org/24008>.
Suggested by ng0 <ng0@we.make.ritual.n0.is>.

* doc/contributing.texi (Submitting Patches): Add item about bundling.
doc: Send changes in your patch which are related.

* doc/contributing.texi (Submitting Patches): New @item:
This gives information about sending related changes and examples on
what we view as related changes.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Next