diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2026-05-12 14:28:39 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-05-17 22:12:07 +0200 |
| commit | c69d577a6f1257ada4d6ac3379f32d1b2fc0d5be (patch) | |
| tree | d381e2482120b0a4b4d823c6d3e84741850f2282 /doc | |
| parent | 2baa1f3f0cde33f12f0fcc4c2153e4c01b3dae74 (diff) | |
doc: Mention that trusted channels must have an introduction.
* doc/guix.texi (Invoking guix pull): Mention that “trusted channels” must
have an introduction; explain how channels are identified.
Reported-by: Simon Tournier <zimon.toutoune@gmail.com>
Change-Id: Ie89702cc17bc90130153a56df1f0844b19cfff23
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #8565
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4ba4b650de7..67c81ebe836 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -4861,7 +4861,10 @@ among the user's @dfn{trusted channels}, defined as: | |||
| 4861 | @itemize | 4861 | @itemize |
| 4862 | @item | 4862 | @item |
| 4863 | the channels returned by @file{~/.config/guix/trusted-channels.scm}, | 4863 | the channels returned by @file{~/.config/guix/trusted-channels.scm}, |
| 4864 | which has the same format as any channel file; | 4864 | which has the same format as any channel file (these channels |
| 4865 | @emph{must} have an ``introduction'', @pxref{Channel Authentication}; | ||
| 4866 | channels are identified by their introduction and other fields are | ||
| 4867 | ignored, including @code{url} and @code{name}); | ||
| 4865 | 4868 | ||
| 4866 | @item | 4869 | @item |
| 4867 | or, if the above file doesn't exist, the currently-used channels as | 4870 | or, if the above file doesn't exist, the currently-used channels as |
