diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-24 13:52:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-24 13:52:24 +0200 |
commit | 8f5e835b0e51a1af173bb969f19c5f1385818b79 (patch) | |
tree | a62315cb05923cf538b55364d3f3785beb884b06 /etc | |
parent | 11da634a6e64afa2904542e2174aa2a185f9ac3a (diff) | |
download | guix-8f5e835b0e51a1af173bb969f19c5f1385818b79.tar guix-8f5e835b0e51a1af173bb969f19c5f1385818b79.tar.gz |
news: Add entry for the reduced binary seed bootstrap.
* etc/news.scm: Add entry for cdd3bcf03883d129581a79e6d6611b2afd3b277b.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/news.scm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/news.scm b/etc/news.scm index 736e8b5516..dc02b23067 100644 --- a/etc/news.scm +++ b/etc/news.scm @@ -8,6 +8,16 @@ (channel-news (version 0) + + (entry (commit "cdd3bcf03883d129581a79e6d6611b2afd3b277b") + (title (en "New reduced binary seed bootstrap")) + (body + (en "The package graph on x86_64 and i686 is now rooted in a +@dfn{reduced set of binary seeds}. The initial set of binaries from which +packages are built now weighs in at approximately 130 MiB, half of what it +used to be. Run @code{info \"(guix) Bootstrapping\"} to learn more, or watch +the talk at @uref{https://archive.fosdem.org/2019/schedule/event/gnumes/}."))) + (entry (commit "dcc90d15581189dbc30e201db2b807273d6484f0") (title (en "New channel news mechanism") (de "Neuer Mechanismus, um Neuigkeiten über Kanäle anzuzeigen.") |