From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 MLInHhRkfmLTwgAAbAwnHQ (envelope-from ) for ; Fri, 13 May 2022 15:58:44 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id OCc9HRRkfmJSLgAAG6o9tA (envelope-from ) for ; Fri, 13 May 2022 15:58:44 +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 B1AB03BB78 for ; Fri, 13 May 2022 15:58:43 +0200 (CEST) Received: from localhost ([::1]:52900 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npVoX-0006C2-4p for larch@yhetil.org; Fri, 13 May 2022 09:58:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48456) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npVmw-0004N9-Lq for guix-patches@gnu.org; Fri, 13 May 2022 09:57:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50518) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1npVmw-0007Oy-Bl for guix-patches@gnu.org; Fri, 13 May 2022 09:57:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1npVmw-0001fs-Ai for guix-patches@gnu.org; Fri, 13 May 2022 09:57:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55227] [PATCH core-updates 0/8] The Full Source Bootstrap Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 13 May 2022 13:57: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: Jan Nieuwenhuizen Cc: 55227@debbugs.gnu.org Received: via spool by 55227-submit@debbugs.gnu.org id=B55227.16524502076406 (code B ref 55227); Fri, 13 May 2022 13:57:02 +0000 Received: (at 55227) by debbugs.gnu.org; 13 May 2022 13:56:47 +0000 Received: from localhost ([127.0.0.1]:44415 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npVmg-0001fF-NB for submit@debbugs.gnu.org; Fri, 13 May 2022 09:56:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npVmf-0001f0-DJ for 55227@debbugs.gnu.org; Fri, 13 May 2022 09:56:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:32930) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npVmZ-0007Lt-H1; Fri, 13 May 2022 09:56:39 -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=XWuRSeMoGFjedG2RRZ46YvctrJ7XgjCVchJMeIaav6I=; b=Mi31Oli4YjFWuv0ZORr+ HADHBJYKHCiK3ZINyM+qt6J8RBAV/b0JeLQHiLWceGGLCEQZ5VNpfXj5lfJyefVzmVTNjlvfKgqUU 8WAlDmWauQ5kdJlaL/7LfEZb7QY/0GQDHpbKw/WvVSk/bzrLS/yuFhUB713ojMZGTzvcfmaIYCfWB sX8NHcwKqr2xX1N65MvdKxEmo2aGxYXe3WQb5aEtkOJwWRhH9qBkmPPj9lJ/dU9EuBooF2Ari+ryg SJfw9iHWvgara9yT/K0wtqaKe1xO+ffaNLcqOT/2oXBEVfv6AJfZvl9gBd+eTj46/S9iNShoFFz7/ l0d2v+6EczMMtg==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=44952 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npVmX-0003Z0-Ny; Fri, 13 May 2022 09:56:39 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220502182434.32130-1-janneke@gnu.org> <20220502182434.32130-5-janneke@gnu.org> <875ymbkot8.fsf_-_@gnu.org> <87bkw14zwe.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 24 =?UTF-8?Q?Flor=C3=A9al?= an 230 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 13 May 2022 15:56:35 +0200 In-Reply-To: <87bkw14zwe.fsf@gnu.org> (Jan Nieuwenhuizen's message of "Fri, 13 May 2022 10:09:37 +0200") Message-ID: <87lev5h6y4.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=1652450324; 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=XWuRSeMoGFjedG2RRZ46YvctrJ7XgjCVchJMeIaav6I=; b=oR+BKwaRZ3PW4y1YxJWZiisUt4FkwGuK62bBhLu5r9vBCrW+NRdQhcUQ2FtDO/ZgWmSYRz xD4CuDPqMFQBrwbly7Djcr5/kaaVOV91eimHIyEZwD+S8NyftB8fKVYiaBiXLQyZKCWL+A 89OM8Km8x5YqUK7XRjmewoVGfA06ne2M89+lZyFn5ed0dKFTTlMh92WOBPhEJyXXKB9oCb yrfzkQSE0/sn6jr3XLgtFri0okTkIy+Krt2WOlwnPLmQswXVIhdMjibnrAjdvtsukKgAxx vql/x2BUjVpVvJAspORxkgrMcB9o+bkAqYU7Y1fi1ICf62dt/wk34b0srUkv7g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652450324; a=rsa-sha256; cv=none; b=P7Ea9AZ0SgHw1000g3rsWDkKjJPIf+DHK7ujGQ7imY8+Nd3HZzJkOmZ7xqwZZBDyJWJy39 uuOUoAwD5lW47bmatcmQ4tjfRgbl2SOyEbS20Hu5Hzqj47kXV/G+w3T0Lzj4AebBv8urOM 7MDpLYXjgdBC2XyNv0KoP4F0RmDCr522SSUZsdVXaTyQ4heLdCubW0o9D4LAG7WVWoD40v LvcpP0uO4aAv/pqqKNu5Z0j9VcMEIyea/bpc4/QE7pwQL+rECbsZWI1FTPCWHQWrXt5c8x JeiEPOm+DHruDVgTS/96JQCjLNS7cKAu8j1iABmHHzovBiQwfOJDxqrn47L2Og== 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=Mi31Oli4; 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.32 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Mi31Oli4; 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: B1AB03BB78 X-Spam-Score: -5.32 X-Migadu-Scanner: scn0.migadu.com X-TUID: 2/g5TM7rKPne Hullo! Jan Nieuwenhuizen skribis: > Okay. I've kept the mirror:// put in place in the previous patch, it > now looks like > > (uri (list > (string-append "mirror://gnu/guix/mirror/" > "tcc-" version ".tar.gz") > (string-append "https://lilypond.org/janneke/tcc/" > "tcc-" version ".tar.gz"))) > > Yeah, we may want to change them all to something like > > "mirror://gnu/guix/mirror/20220512/" > > ? The bootstrap-seeds may last a while, but stage0-posix and tcc will > see more updates. Source code tarballs (like tcc here) can go to: https://ftp.gnu.org/gnu/guix/mirror For =E2=80=9Cbinary=E2=80=9D seeds (which in fact are no longer =E2=80=9Cbi= nary=E2=80=9D!), we can follow the scheme at: https://ftp.gnu.org/gnu/guix/bootstrap/ =E2=80=A6 which looks like this: /gnu/guix/bootstrap/SYSTEM/DATE Or we could use /mirror as well, but then I=E2=80=99m not sure what that sh= ould look like. WDYT? See, the most difficult issues are yet to be solved. :-) Ludo=E2=80=99.