diff options
| author | Sergio Pastor Pérez <sergio.pastorperez@gmail.com> | 2026-06-24 15:36:48 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2026-06-24 15:45:27 +0200 |
| commit | 5ddc9bc0f874e4e3cc586687bbaa7c1dccb4e756 (patch) | |
| tree | 8ac26cbefd874e0d610f938a5994ae0bbb25c7a1 | |
| parent | 2949c187f600841cdcddfc4f955506b34b79244f (diff) | |
news: Add entry for channel selection in ‘pull’ and ‘time-machine’.
* etc/news.scm: Add entry.
Modified-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: guix/guix#2241
| -rw-r--r-- | etc/news.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 323b85bd866..36799a27f53 100644 --- a/etc/news.scm +++ b/etc/news.scm | |||
| @@ -34,6 +34,7 @@ | |||
| 34 | ;; Copyright © 2025 jgart <jgart@dismail.de> | 34 | ;; Copyright © 2025 jgart <jgart@dismail.de> |
| 35 | ;; Copyright © 2025 Steve George <steve@futurile.net> | 35 | ;; Copyright © 2025 Steve George <steve@futurile.net> |
| 36 | ;; Copyright © 2026 Noé Lopez <noelopez@free.fr> | 36 | ;; Copyright © 2026 Noé Lopez <noelopez@free.fr> |
| 37 | ;; Copyright © 2026 Sergio Pastor Pérez <sergio.pastorperez@gmail.com> | ||
| 37 | 38 | ||
| 38 | ;; | 39 | ;; |
| 39 | ;; Copying and distribution of this file, with or without modification, are | 40 | ;; Copying and distribution of this file, with or without modification, are |
| @@ -43,6 +44,30 @@ | |||
| 43 | (channel-news | 44 | (channel-news |
| 44 | (version 0) | 45 | (version 0) |
| 45 | 46 | ||
| 47 | (entry (commit "2949c187f600841cdcddfc4f955506b34b79244f") | ||
| 48 | (title | ||
| 49 | (en "@command{pull} and @command{time-machine} can select or exclude | ||
| 50 | channels to update")) | ||
| 51 | (body | ||
| 52 | (en "The @command{guix pull} and @command{guix time-machine} can now | ||
| 53 | be optionally passed @option{--select} (@option{-e}) or | ||
| 54 | @option{--exclude} (@option{-x}) to control which channels should be updated. | ||
| 55 | |||
| 56 | For instance, the command below updates the @code{guix-science} and | ||
| 57 | @code{guix-past} channels while keeping Guix at the current commit: | ||
| 58 | |||
| 59 | @example | ||
| 60 | guix pull -e guix-science -e guix-past | ||
| 61 | @end example | ||
| 62 | |||
| 63 | To update all but the @code{guix} channel, one could do as follows: | ||
| 64 | |||
| 65 | @example | ||
| 66 | guix pull -x guix | ||
| 67 | @end example | ||
| 68 | |||
| 69 | See @samp{info \"(guix)Invoking guix pull\"} for more information."))) | ||
| 70 | |||
| 46 | (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") | 71 | (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") |
| 47 | (title | 72 | (title |
| 48 | (en "Openresolv update requires restarting NetworkManager") | 73 | (en "Openresolv update requires restarting NetworkManager") |
