From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id kC+FFfoSgGL36gAAbAwnHQ (envelope-from ) for ; Sat, 14 May 2022 22:37:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id IO92FfoSgGLMSwAA9RJhRA (envelope-from ) for ; Sat, 14 May 2022 22:37:14 +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 7822D12720 for ; Sat, 14 May 2022 22:37:13 +0200 (CEST) Received: from localhost ([::1]:49998 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npyVi-0006nd-TR for larch@yhetil.org; Sat, 14 May 2022 16:37:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38348) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npyVa-0006nF-QH for guix-patches@gnu.org; Sat, 14 May 2022 16:37:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53651) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1npyVa-0003zz-HE for guix-patches@gnu.org; Sat, 14 May 2022 16:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1npyVa-0004m6-BO for guix-patches@gnu.org; Sat, 14 May 2022 16:37:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55227] [PATCH core-updates 0/8] The Full Source Bootstrap Resent-From: Jan Nieuwenhuizen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 14 May 2022 20:37: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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 55227@debbugs.gnu.org Received: via spool by 55227-submit@debbugs.gnu.org id=B55227.165256060418322 (code B ref 55227); Sat, 14 May 2022 20:37:02 +0000 Received: (at 55227) by debbugs.gnu.org; 14 May 2022 20:36:44 +0000 Received: from localhost ([127.0.0.1]:47548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npyVH-0004lS-Rc for submit@debbugs.gnu.org; Sat, 14 May 2022 16:36:43 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npyVG-0004lF-1X for 55227@debbugs.gnu.org; Sat, 14 May 2022 16:36:42 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59530) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npyVA-0003xo-M0; Sat, 14 May 2022 16:36:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=VYggTZWKJfCTfTG7gms3TL4xX5/B+1iEQvVDp0/hm54=; b=a4VyjIcUDpakll+rG7K2 VtvC62OEgr89gyhdYmgqBtKVrSg6H3keCbV54be+r+eYHCSQCRZKRpa/9p4aqeu5bknQhw+WXYUgc KZfMK9EnB4x0sN3hx00LHkbm1l11409dcmODgaPm2PfTAYmcodBL+cjYix7In7qoRjwp/XWVrt033 tfPJWtmnMS3fh3IuZ14pa2dIzt3dHP7bgY4DE+QNJJOEWkX0I/DMrB94ZiDwxkQjN4A4K8AdJp2GM iHfpuHEdvG6VxZt47vw8tjNYmyZHhzprEUTQFPaj4xPERSs4FgtHR4eLq4qj3Q4INi+HpXhmN04b9 /XXZPILOMNce+A==; Received: from 2a02-a462-da03-1-fa3e-1174-c33f-9485.fixed6.kpn.net ([2a02:a462:da03:1:fa3e:1174:c33f:9485]:48308 helo=drakenbij.janneke.lilypond.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npyVA-0005DO-8u; Sat, 14 May 2022 16:36:36 -0400 From: Jan Nieuwenhuizen Organization: AvatarAcademy.nl References: <20220513153631.13052-1-janneke@gnu.org> <20220513153631.13052-8-janneke@gnu.org> <875ym8gq7g.fsf_-_@gnu.org> X-Url: http://AvatarAcademy.nl Date: Sat, 14 May 2022 22:36:33 +0200 In-Reply-To: <875ym8gq7g.fsf_-_@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Sat, 14 May 2022 16:10:27 +0200") Message-ID: <87fslbdf72.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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=1652560634; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc: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=VYggTZWKJfCTfTG7gms3TL4xX5/B+1iEQvVDp0/hm54=; b=Teu0kG0ejt8IA08E4DD/UkiyXXLAtglOPFyBMunMFongiIoD7OFrMl1G+gar5byQHsTimI 6NQ2M0AHMzcNq2DpaxZLQ0ZAEPLZnM0KbtcaKX3mUFWPPYgktzc6G4ibr0SHS0/eDuW1Xi +ad+smrNRPQuWCqMiOeN7Pv0GGDewWKG3s+od5GJB6PicSlJfL092hhyni+JV9Py7o711c T6xpADu6ZUcBVwDSwIYCKqkuHREMif8hE57LNovX+V/eDaEiiu33nH8UxpPcKHP2o1h5zB ySUm8vgaK1ab37Do4oe6Qf8Hbt5anrMWOi9MoZcGKlKpYy/FRGKPj2d6PILuBw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652560634; a=rsa-sha256; cv=none; b=TNDg7T8z2srVGcSaNOYhWIsgK4OKdVq39ZyeSpVfOW4qPqYK4EYt7eQipeicJLXUuF7YvJ ZN5ELgikSP7yJXQXI4MaDnO1etxy/HmD1eXLZ+ha+VA6+8zaP1LJfbyFzbdN/iU4oUQy7K DWZXexYcBft0c0z/Bzb8/2IlktKIZ9y3lp7XOVQveU2C9t02GGMbD16EHqdS/gNUaxOdAY EiQl7Nbr0BWnJy6h2y0EQxhwJCwj4fp1kF28CUNyaeM8xsaYcAOGogMXJHc0lx7v36bspf eHaw8bFSPQUHxnS3oQ04tNb1pZ+xbg0ybj6XRMhZo51SIEn6Jxtkbbx8W6YA3g== 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=a4VyjIcU; 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: -5.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=a4VyjIcU; 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: 7822D12720 X-Spam-Score: -5.33 X-Migadu-Scanner: scn0.migadu.com X-TUID: TGxEA8LV5S4e Ludovic Court=C3=A8s writes: > "Jan (janneke) Nieuwenhuizen" skribis: > >> +@node Full-source Bootstrap >> +@section The Full-source Bootstrap > > Nitpick: I think that would be =E2=80=9CFull-Source Bootstrap=E2=80=9D in= title case. :-) Yes, you're right, thanks. Fixed!