[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/08: doc: Explain that 'guix publish' relies on the key pair.
From: |
Ludovic Courtès |
Subject: |
01/08: doc: Explain that 'guix publish' relies on the key pair. |
Date: |
Tue, 03 Nov 2015 23:12:37 +0000 |
civodul pushed a commit to branch master
in repository guix.
commit b18812b6a42f822ea5ec25639b42335ffe458a0f
Author: Ludovic Courtès <address@hidden>
Date: Tue Nov 3 22:37:07 2015 +0100
doc: Explain that 'guix publish' relies on the key pair.
* doc/guix.texi (Invoking guix publish): Mention 'guix archive
--generate-key'.
---
doc/guix.texi | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 23f9c3c..73913ee 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -4877,6 +4877,10 @@ their authenticity and integrity (@pxref{Substitutes}).
Because
readable by the system administrator, it must be started as root; the
@code{--user} option makes it drop root privileges early on.
+The signing key pair must be generated before @command{guix publish} is
+launched, using @command{guix archive --generate-key} (@pxref{Invoking
+guix archive}).
+
The general syntax is:
@example
- branch master updated (d431b23 -> f856fcb), Ludovic Courtès, 2015/11/03
- 01/08: doc: Explain that 'guix publish' relies on the key pair.,
Ludovic Courtès <=
- 03/08: Update NEWS., Ludovic Courtès, 2015/11/03
- 02/08: gnu: cmake: Download over HTTPS., Ludovic Courtès, 2015/11/03
- 04/08: gnu: guile-ncurses: Mask test failure with ncurses 6.0., Ludovic Courtès, 2015/11/03
- 06/08: import: pypi: Add missing copyright line., Ludovic Courtès, 2015/11/03
- 07/08: import: pypi: Make downloads silent., Ludovic Courtès, 2015/11/03
- 05/08: doc: Fix typos., Ludovic Courtès, 2015/11/03
- 08/08: build-system/python: 'package-with-python2' preserves source location., Ludovic Courtès, 2015/11/03