summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/news.scm25
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
50channels to update"))
51 (body
52 (en "The @command{guix pull} and @command{guix time-machine} can now
53be optionally passed @option{--select} (@option{-e}) or
54@option{--exclude} (@option{-x}) to control which channels should be updated.
55
56For 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
60guix pull -e guix-science -e guix-past
61@end example
62
63To update all but the @code{guix} channel, one could do as follows:
64
65@example
66guix pull -x guix
67@end example
68
69See @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")