From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 05 17:13:54 2020 Received: (at 41653) by debbugs.gnu.org; 5 Jun 2020 21:13:54 +0000 Received: from localhost ([127.0.0.1]:50099 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jhJf0-0004q7-3X for submit@debbugs.gnu.org; Fri, 05 Jun 2020 17:13:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33070) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jhJey-0004pr-Fp for 41653@debbugs.gnu.org; Fri, 05 Jun 2020 17:13:52 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47821) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jhJet-0003U0-A3 for 41653@debbugs.gnu.org; Fri, 05 Jun 2020 17:13:47 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=50864 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jhJes-0003HB-LN for 41653@debbugs.gnu.org; Fri, 05 Jun 2020 17:13:47 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: 41653@debbugs.gnu.org Subject: Re: [bug#41653] [PATCH 0/4] Add (guix git-authenticate) with tests References: <20200601212957.3056-1-ludo@gnu.org> Date: Fri, 05 Jun 2020 23:13:40 +0200 In-Reply-To: <20200601212957.3056-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cour\?\= \=\?utf-8\?Q\?t\=C3\=A8s\=22's\?\= message of "Mon, 1 Jun 2020 23:29:57 +0200") Message-ID: <87wo4lxlkr.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41653 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, Ludovic Court=C3=A8s skribis: > Add (guix git-authenticate). > git-authenticate: Don't hard-code "origin/" for keyring reference. > git-authenticate: Raise proper SRFI-35 conditions. > git-authenticate: Add tests. Pushed! I still take feedback though, for instance about the tests, because I=E2=80= =99d rather have more eyeballs for this kind of code. Ludo=E2=80=99.