[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: news: Add entry for the reduced binary seed bootstrap.
From: |
guix-commits |
Subject: |
01/03: news: Add entry for the reduced binary seed bootstrap. |
Date: |
Tue, 24 Sep 2019 08:19:46 -0400 (EDT) |
civodul pushed a commit to branch core-updates
in repository guix.
commit 8f5e835b0e51a1af173bb969f19c5f1385818b79
Author: Ludovic Courtès <address@hidden>
Date: Tue Sep 24 13:52:24 2019 +0200
news: Add entry for the reduced binary seed bootstrap.
* etc/news.scm: Add entry for cdd3bcf03883d129581a79e6d6611b2afd3b277b.
---
etc/news.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/etc/news.scm b/etc/news.scm
index 736e8b5..dc02b23 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.")