news: Add entry for the reduced binary seed bootstrap.
[jackhill/guix/guix.git] / etc / news.scm
1 ;; GNU Guix news, for use by 'guix pull'.
2 ;;
3 ;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
4 ;;
5 ;; Copying and distribution of this file, with or without modification, are
6 ;; permitted in any medium without royalty provided the copyright notice and
7 ;; this notice are preserved.
8
9 (channel-news
10 (version 0)
11
12 (entry (commit "cdd3bcf03883d129581a79e6d6611b2afd3b277b")
13 (title (en "New reduced binary seed bootstrap"))
14 (body
15 (en "The package graph on x86_64 and i686 is now rooted in a
16 @dfn{reduced set of binary seeds}. The initial set of binaries from which
17 packages are built now weighs in at approximately 130 MiB, half of what it
18 used to be. Run @code{info \"(guix) Bootstrapping\"} to learn more, or watch
19 the talk at @uref{https://archive.fosdem.org/2019/schedule/event/gnumes/}.")))
20
21 (entry (commit "dcc90d15581189dbc30e201db2b807273d6484f0")
22 (title (en "New channel news mechanism")
23 (de "Neuer Mechanismus, um Neuigkeiten über Kanäle anzuzeigen.")
24 (fr "Nouveau mécanisme d'information sur les canaux"))
25 (body
26 (en "You are reading this message through the new channel news
27 mechanism, congratulations! This mechanism allows channel authors to provide
28 @dfn{news entries} that their users can view with @command{guix pull --news}.
29 Run @command{info \"(guix) Invoking guix pull\"} for more info.")
30 (de "Sie lesen diese Meldung mit Hilfe des neuen Mechanismus, um
31 Neuigkeiten über Kanäle anzuzeigen — Glückwunsch! Mit diesem
32 Mechanismus können Kanalautoren Ihren Nutzern @dfn{Einträge zu
33 Neuigkeiten} mitteilen, die diese sich mit @command{guix pull --news}
34 anzeigen lassen können. Führen Sie @command{info \"(guix.de) Aufruf
35 von guix pull\"} aus, um weitere Informationen zu erhalten.")
36 (fr "Ce message t'arrive à travers le nouveau mécanisme d'information
37 des canaux, bravo ! Ce mécanisme permet aux auteur·rice·s de canaux de
38 fournir des informations qu'on peut visualiser avec @command{guix pull
39 --news}. Tape @command{info \"(guix.fr) Invoquer guix pull\"} pour plus de
40 détails."))))