From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QGiiHjjC816LGwAA0tVLHw (envelope-from ) for ; Wed, 24 Jun 2020 21:14:32 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kINZGjjC814zUAAAbx9fmQ (envelope-from ) for ; Wed, 24 Jun 2020 21:14:32 +0000 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 D400F940369 for ; Wed, 24 Jun 2020 21:14:24 +0000 (UTC) Received: from localhost ([::1]:58910 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joCiq-0007LB-Ng for larch@yhetil.org; Wed, 24 Jun 2020 17:14:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40342) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joCiZ-0007KS-1c for guix-patches@gnu.org; Wed, 24 Jun 2020 17:14:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55916) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1joCiY-0007uq-P3 for guix-patches@gnu.org; Wed, 24 Jun 2020 17:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1joCiY-0005yL-J5 for guix-patches@gnu.org; Wed, 24 Jun 2020 17:14:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42030] [PATCH] channels: Error out when the 'guix' channel lacks an introduction. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 24 Jun 2020 21:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42030 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 42030@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 42030-submit@debbugs.gnu.org id=B42030.159303323822939 (code B ref 42030); Wed, 24 Jun 2020 21:14:02 +0000 Received: (at 42030) by debbugs.gnu.org; 24 Jun 2020 21:13:58 +0000 Received: from localhost ([127.0.0.1]:39229 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joCiT-0005xu-Ov for submit@debbugs.gnu.org; Wed, 24 Jun 2020 17:13:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joCiO-0005xb-E0 for 42030@debbugs.gnu.org; Wed, 24 Jun 2020 17:13:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55836) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1joCiI-0007sN-EJ; Wed, 24 Jun 2020 17:13:46 -0400 Received: from ti0006q161-3115.bb.online.no ([88.95.106.80]:57328 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1joCiH-0005nD-V4; Wed, 24 Jun 2020 17:13:46 -0400 From: Marius Bakke In-Reply-To: <20200624125749.10908-1-ludo@gnu.org> References: <20200624125749.10908-1-ludo@gnu.org> Date: Wed, 24 Jun 2020 23:13:43 +0200 Message-ID: <87d05o6ubc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: 44vybOznXg9g --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > * guix/channels.scm (latest-channel-instance): Raise an error instead of > warning when 'guix is unauthenticated. > * tests/channels.scm ("latest-channel-instances, missing introduction for= 'guix'"): > New test. The hunk in tests/channels.scm does not apply. :-) LGTM, anyway. I think we should export %guix-channel-introduction, or alternatively add a %default-guix-channel that can be inherited, for easy access in custom channels.scm files. WDYT? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7zwgcACgkQoqBt8qM6 VPpUuAf+MTG6r6+AVdye8mmcaW3atI/HzlJGRm8rxFhbrfqur6jZrNkuJK3iqDMn w5bQjVoWXwdrZCOD8mQuYtB3gHnO+qvlSF/qAs8LCiJ2xSUGGgdKpdDKamwdSsEE JnX5j3V35ZFWGNMsff33wHMt45N76VP0v2XykXSFsdXcNGLFl4pyXyF0Z7O09qzI bMxPhmv17tH/32KBNoVSxIz+raLTdV39i12uNcScAMuSKxGgZQR4eiZ4D44hWfEI +Cyx7Jh8SfXf5FTJPQ48l/PDZvNpr4TTUSb5cpE7D4uiF4hsvIN7E9H4+Pjpq3be W+hnJz9TNjvqtJE6IcV/2yNKSMB74g== =7trw -----END PGP SIGNATURE----- --=-=-=--