From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 15 11:12:13 2020 Received: (at submit) by debbugs.gnu.org; 15 Jun 2020 15:12:13 +0000 Received: from localhost ([127.0.0.1]:47172 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jkqmT-0007Mr-JS for submit@debbugs.gnu.org; Mon, 15 Jun 2020 11:12:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:36246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jkqmQ-0007Mj-Ow for submit@debbugs.gnu.org; Mon, 15 Jun 2020 11:12:12 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37640) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jkqmQ-0003Dw-8J for guix-patches@gnu.org; Mon, 15 Jun 2020 11:12:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38298) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jkqmP-0007tC-6Z; Mon, 15 Jun 2020 11:12:09 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=39836 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jkqmO-00040w-Oe; Mon, 15 Jun 2020 11:12:08 -0400 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= To: guix-patches@gnu.org Subject: [PATCH 0/2] Allow '.guix-channel' to advertise the primary URL Date: Mon, 15 Jun 2020 17:12:01 +0200 Message-Id: <20200615151201.533-1-ludo@gnu.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?Ludovic=20Court=C3=A8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! As discussed in , this patch provides a way for channel authors to state what the primary URL of their channel is. The goal here is simply to warn users when they are pulling from a mirror so that they cannot be tricked into pulling from a stale mirror. This goes on top of . Thoughts? Ludo’. Ludovic Courtès (2): channels: Warn when pulling from a mirror. .guix-channel: Add primary URL. .guix-channel | 3 ++- doc/guix.texi | 22 ++++++++++++++++++++++ guix/channels.scm | 29 +++++++++++++++++++++++++---- 3 files changed, 49 insertions(+), 5 deletions(-) -- 2.26.2