~ruther/guix-local

ref: 318c0aee1ec2f33e4dfb7f4daa4a67cfcbe78629 guix-local/doc d---------
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>
189b1543 — Ludovic Courtès 9 years ago
doc: Mention separate branch for packages with many dependents.

Suggested by ng0 <ng0@we.make.ritual.n0.is>.

* doc/contributing.texi (Submitting Patches): Add note on packages with
more than 100 dependents.
e309c756 — Andreas Enge 9 years ago
Merge remote-tracking branch 'origin/master' into core-updates
20185522 — Ludovic Courtès 9 years ago
environment: Set 'GUIX_ENVIRONMENT' to the profile.

* guix/scripts/environment.scm (create-environment): Set
'GUIX_ENVIRONMENT' to PROFILE.
* tests/guix-environment.sh: Test it.
* doc/guix.texi (Invoking guix environment): Document it.
debc6360 — Ludovic Courtès 9 years ago
doc: Explain authentication in "System Installation".

Suggested by Vincent Legoll <vincent.legoll@gmail.com>.

* doc/guix.texi (OPENPGP-SIGNING-KEY-ID): New constant.
(Binary Installation): Use it.
(USB Stick Installation): Copy and adjust the authentication bit from
"Binary Installation".
Next