From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id eO3eARMicGKIQgEAbAwnHQ (envelope-from ) for ; Mon, 02 May 2022 20:25:23 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id IN/HARMicGLeBAEAauVa8A (envelope-from ) for ; Mon, 02 May 2022 20:25:23 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id B3A8E24CFA for ; Mon, 2 May 2022 20:25:22 +0200 (CEST) Received: from localhost ([::1]:46746 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nlajZ-000515-HY for larch@yhetil.org; Mon, 02 May 2022 14:25:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38578) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlajG-00050w-FA for guix-patches@gnu.org; Mon, 02 May 2022 14:25:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44091) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nlajG-0000wO-6o for guix-patches@gnu.org; Mon, 02 May 2022 14:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nlajG-0003FN-3i for guix-patches@gnu.org; Mon, 02 May 2022 14:25:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55227] [PATCH core-updates 1/8] commencement: Add bootstrap-seeds. References: <20220502182105.32068-1-janneke@gnu.org> In-Reply-To: <20220502182105.32068-1-janneke@gnu.org> Resent-From: "Jan (janneke) Nieuwenhuizen" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 02 May 2022 18:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55227 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55227@debbugs.gnu.org Received: via spool by 55227-submit@debbugs.gnu.org id=B55227.165151588912376 (code B ref 55227); Mon, 02 May 2022 18:25:02 +0000 Received: (at 55227) by debbugs.gnu.org; 2 May 2022 18:24:49 +0000 Received: from localhost ([127.0.0.1]:37966 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlaix-0003DQ-5Z for submit@debbugs.gnu.org; Mon, 02 May 2022 14:24:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45168) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nlaiv-0003Cr-6R for 55227@debbugs.gnu.org; Mon, 02 May 2022 14:24:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33876) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nlaip-0000sJ-T5; Mon, 02 May 2022 14:24:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=CEbWSejJp5JPN2yFQjFpOMmaCElJ28CfMDCj9YST+WY=; b=GAXo9QjsslULJ3 64vumfI/OeQT8Z+YGk5gbs+gTwwsYlwIEjeTg4+1VJZo+YtLo3TshYusxUQMOCww9449PIXNd4t2y TUDMoEbToVAnudHxLGXaVTpAowxtO47HBKooyQAvA72nbGYCZK8Jd4KDWzk4GXojpfPj7qK+t5DAH ZDZdaV6SlKM6vv9Ec3rr7XFIT0MynYGsgScK+18XPwFHJTEEWOONI2gx52ykEhiSFN7mFk+FRXKuK kVxXm2YXA72RETSkrVCCy5EjmKBop/0tchvX1/OzC9rmZLwES6jdhnRgkTSr2NBIN49B/N50Tyoio b71E7bOx6Hg/iWQPKNNQ==; Received: from 2a02-a462-da03-1-fa3e-1174-c33f-9485.fixed6.kpn.net ([2a02:a462:da03:1:fa3e:1174:c33f:9485]:48262 helo=drakenbij.fritz.box) by fencepost.gnu.org with esmtpa (Exim 4.90_1) (envelope-from ) id 1nlaip-0006Dq-HH; Mon, 02 May 2022 14:24:35 -0400 From: "Jan (janneke) Nieuwenhuizen" Date: Mon, 2 May 2022 20:24:27 +0200 Message-Id: <20220502182434.32130-1-janneke@gnu.org> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651515922; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=CEbWSejJp5JPN2yFQjFpOMmaCElJ28CfMDCj9YST+WY=; b=suTkLlgwBwgTKbArQ4yz8GSTs3WgsleZr1eXeGoh3H2pytzMwM58SfWl3xGj7O/z4g+pyk PCWyYDH05Vf/dsNeQx0t/nlH/CXhun8R3eA/rfN6Rzlp5Mheayy8JxO0pT49m/8vK5IgCh 1JcLnkAagHnq12Ue8hcGpCVnCre3Hiw0PilysRif6zhHEy4eHOzQ+JuWo+ZGGTYZF4oKQF /Ro1p7UC1PIqIYUBiIWb4CBgAr7fg0fva/71ufMKDJ/jUTKr6jDzt4Y/8+mTBIVXKN7ZNF ONdibWVloSLkYZZrK6buj/voWZ2j/cFHv6uhfXanoiqj9YtJ4EOXIceUZX/aYA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651515922; a=rsa-sha256; cv=none; b=UBcN80vugc5Wvo+U/zBVsXaRPdzsZZ4cbEpAX8eHuqyZjCnMynGnZuedkGC/AsKQlGeHN2 gbpeckN647ULDB5ObVj1ItvlOaUQxnAAQ3oq32y7j3Ems5uvXO2+Iju/vxwwmIKcqUwLN4 pyCxNT0KSfNRoi/xAUrGuPtP05FMl/a9EihCbKkMnTQVVnhGYAFuX7BfqTm6PihP48+yu/ MNUZfMYpofS/W44DgebvDuoUEKy4ZpP12TBKaUhuRoKgK5NuNRUl3+b1ZP5ML5hg6Exodo EHFXQcCd40sAPzbNheVOUy24gbgZ6op7Fydq3KUjwaaNHPcuDZ7CoaJ8NslL7g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=GAXo9Qjs; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -1.38 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=GAXo9Qjs; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: B3A8E24CFA X-Spam-Score: -1.38 X-Migadu-Scanner: scn1.migadu.com X-TUID: OPsCI/pDWiXU * gnu/packages/commencement.scm (bootstrap-seeds): New variable. --- gnu/packages/commencement.scm | 42 ++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 9d6ed5fd08..663ffacd56 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2014, 2015, 2017 Mark H Weaver ;;; Copyright © 2017, 2018, 2019, 2021, 2022 Efraim Flashner ;;; Copyright © 2018 Tobias Geerinckx-Rice -;;; Copyright © 2018, 2019, 2020 Jan (janneke) Nieuwenhuizen +;;; Copyright © 2018, 2019, 2020, 2021 Jan (janneke) Nieuwenhuizen ;;; Copyright © 2019, 2020, 2021 Marius Bakke ;;; Copyright © 2020, 2022 Timothy Sample ;;; Copyright © 2020 Guy Fleury Iteriteka @@ -266,6 +266,46 @@ (define (%boot-gash-inputs) ("bootar" ,bootar) ("guile" ,%bootstrap-guile))) +(define bootstrap-seeds + (package + (name "bootstrap-seeds") + (version "1.0.0") + (source + (bootstrap-origin + (origin + (method url-fetch) + (uri (string-append + "https://lilypond.org/janneke/guix/20220501/" + "bootstrap-seeds-" version ".tar.gz")) + (sha256 + (base32 + "0scz2bx8fd8c821h6y1j3x6ywgxxns7iinyn9z32dnkiacfdcpfn"))))) + (native-inputs `(("bootar" ,bootar))) + (build-system trivial-build-system) + (arguments + `(#:guile ,%bootstrap-guile + #:modules ((guix build utils)) + #:builder + (begin + (use-modules (guix build utils)) + (let ((source (assoc-ref %build-inputs "source")) + (tar (assoc-ref %build-inputs "bootar")) + (out (assoc-ref %outputs "out"))) + (setenv "PATH" (string-append tar "/bin:")) + (invoke "tar" "xvf" source) + (mkdir-p out) + (copy-recursively "bootstrap-seeds" out) + #t)))) + (home-page "https://github.com/oriansj/bootstrap-seeds") + (synopsis "The initial bootstrap seeds: 357-byte hex0 and kaem shell") + (description + "A prebuilt version of the initial bootstrap seeds. It contains a +hex0-seed and an optional kaem-minimal shell. The size of the hex0 seeds are +for knight: 250 bytes, x86-linux:(357 bytes, x86_64-linux: 431 bytes, and +aarch64-linux 526 bytes. These can be used to build stage0: hex0, hex1, hex2, +M1, and M2-Planet.") + (license license:gpl3+))) + (define %bootstrap-mes-rewired (package (inherit mes) -- 2.35.1