summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/news.scm25
1 files changed, 23 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index f05e4d52f9c..95560d78aa0 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -49,7 +49,9 @@
49 (en "@command{pull} and @command{time-machine} can select or exclude 49 (en "@command{pull} and @command{time-machine} can select or exclude
50channels to update") 50channels to update")
51 (de "Für @command{pull} und @command{time-machine} kann man zu 51 (de "Für @command{pull} und @command{time-machine} kann man zu
52aktualisierende Kanäle auswählen oder ausschließen")) 52aktualisierende Kanäle auswählen oder ausschließen")
53 (pt "@command{pull} e @command{time-machine} podem selecionar ou
54excluir canais para atualizar"))
53 (body 55 (body
54 (en "The @command{guix pull} and @command{guix time-machine} can now 56 (en "The @command{guix pull} and @command{guix time-machine} can now
55be optionally passed @option{--select} (@option{-e}) or 57be optionally passed @option{--select} (@option{-e}) or
@@ -88,7 +90,26 @@ guix pull -x guix
88@end example 90@end example
89 91
90Siehe @samp{info \"(guix.de)Aufruf von guix pull\"} für weitere 92Siehe @samp{info \"(guix.de)Aufruf von guix pull\"} für weitere
91Informationen."))) 93Informationen.")
94 (pt "@command{guix pull} e @command{guix time-machine} já podem
95opcionalmente receber @option{--select} (@option{-e}) ou @option{--exclude}
96(@option{-x}) para controlar que canais devem ser atualizados.
97
98Por exemplo, o comando abaixo atualiza os canais @code{guix-science} e
99@code{guix-past} enquanto mantém Guix em seu commit corrente:
100
101@example
102guix pull -e guix-science -e guix-past
103@end example
104
105Para atualizar todos os canais exceto @code{guix}, é possível fazer o que se
106segue:
107
108@example
109guix pull -x guix
110@end example
111
112Veja @samp{info \"(guix.pt_BR)Invocando guix pull\"} para mais informação.")))
92 113
93 (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367") 114 (entry (commit "86776ccd30bb44eb856fcf3a14a8338f38fe1367")
94 (title 115 (title