guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates updated: news: Add entry for the further reduced (ak


From: guix-commits
Subject: branch core-updates updated: news: Add entry for the further reduced (aka Scheme-only) bootstrap.
Date: Fri, 17 Apr 2020 13:32:37 -0400

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new cfd7fc6  news: Add entry for the further reduced (aka Scheme-only) 
bootstrap.
cfd7fc6 is described below

commit cfd7fc6dd93d47857f450ec4cd49cf2f82b9fae1
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Fri Apr 17 19:27:07 2020 +0200

    news: Add entry for the further reduced (aka Scheme-only) bootstrap.
    
    * etc/news.scm: Add entry for the further reduced (aka Scheme-only) 
bootstrap.
---
 etc/news.scm | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/etc/news.scm b/etc/news.scm
index 61fc6b6..b498ce1 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -2,6 +2,7 @@
 ;;
 ;; Copyright © 2019, 2020 Ludovic Courtès <address@hidden>
 ;; Copyright © 2020 Mathieu Othacehe <address@hidden>
+;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <address@hidden>
 ;;
 ;; Copying and distribution of this file, with or without modification, are
 ;; permitted in any medium without royalty provided the copyright notice and
@@ -10,6 +11,15 @@
 (channel-news
  (version 0)
 
+ (entry (commit "2ca7af43fe17d9acf082dce85d137a27a8ac4887")
+        (title (en "Further reduced binary seed bootstrap"))
+        (body
+         (en "The package graph on x86_64 and i686 is now rooted in a further
+@dfn{reduced set of binary seeds}.  The initial set of binaries from which
+packages are built now weighs in at approximately 60 MiB, a quarter of what it
+used to be.  Run @code{info \"(guix) Bootstrapping\"} to learn more, or watch
+the talk at @uref{https://fosdem.org/2020/schedule/event/gnumes/}.";)))
+
  (entry (commit "0468455e7d279c89ea3ad1b51935efb2b785ec47")
         (title (en "Rottlog service added to @code{%base-services}")
                (de "Rottlog-Dienst ist nun Teil der @code{%base-services}"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]