[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63571] [PATCH v2 06/19] doc: Mention 'guix refresh -u' for third-pa
From: |
Ludovic Courtès |
Subject: |
[bug#63571] [PATCH v2 06/19] doc: Mention 'guix refresh -u' for third-party channels. |
Date: |
Mon, 29 May 2023 16:45:17 +0200 |
* doc/guix.texi (Invoking guix refresh): Show how to run 'guix refresh
-u' on a third-party channel.
---
doc/guix.texi | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 31dc33fb97..b52a40cc38 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -14340,15 +14340,22 @@ Invoking guix refresh
@item --update
@itemx -u
-Update distribution source files (package recipes) in place. This is
+Update distribution source files (package definitions) in place. This is
usually run from a checkout of the Guix source tree (@pxref{Running
Guix Before It Is Installed}):
@example
-$ ./pre-inst-env guix refresh -s non-core -u
+./pre-inst-env guix refresh -s non-core -u
@end example
@xref{Defining Packages}, for more information on package definitions.
+You can also run it on packages from a third-party channel:
+
+@example
+guix refresh -L /path/to/channel -u @var{package}
+@end example
+
+@xref{Creating a Channel}, on how to create a channel.
@item --select=[@var{subset}]
@itemx -s @var{subset}
--
2.40.1
- [bug#63571] [PATCH 00/14] 'guix refresh -u' updates input fields, (continued)
- [bug#63571] [PATCH 00/14] 'guix refresh -u' updates input fields, Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 01/19] tests: pypi: Factorize tarball and wheel file creation., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 02/19] tests: http: Allow responses to specify a path., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 04/19] import: utils: 'call-with-networking-exception-handler' doesn't unwind., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 03/19] tests: pypi: Rewrite tests using a local HTTP server., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 09/19] upstream: 'update-package-source' edits input fields., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 13/19] import: cpan: Represent dependencies as <upstream-input> records., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 15/19] import: elpa: Updater provides input list., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 05/19] import: json: Add #:timeout to 'json-fetch'., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 06/19] doc: Mention 'guix refresh -u' for third-party channels.,
Ludovic Courtès <=
- [bug#63571] [PATCH v2 11/19] tests: upstream: Restore test that was skipped., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 08/19] diagnostics: Factorize 'absolute-location'., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 10/19] upstream: Remove <upstream-input-change> and related code., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 14/19] import: cpan: Updater provides input list., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 12/19] import: cpan: Remove unary 'string-append' call., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 19/19] gnu: Add updater input properties for R and Python packages., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 18/19] upstream: Honor package properties for ignored and extra inputs., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 17/19] import: gem: Updater provides input list., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 16/19] import: gem: Factorize "bundler" special case for name mapping., Ludovic Courtès, 2023/05/29
- [bug#63571] [PATCH v2 07/19] upstream: Replace 'input-changes' field by 'inputs'., Ludovic Courtès, 2023/05/29