From unknown Sat Jul 26 16:39:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#72044: Pre-push authentication hook =?UTF-8?Q?doesn=E2=80=99t?= cope with =?UTF-8?Q?=E2=80=98git?= push =?UTF-8?Q?--tags=E2=80=99?= Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 10 Jul 2024 20:27:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 72044 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 72044@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17206431893065 (code B ref -1); Wed, 10 Jul 2024 20:27:06 +0000 Received: (at submit) by debbugs.gnu.org; 10 Jul 2024 20:26:29 +0000 Received: from localhost ([127.0.0.1]:50397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRdtQ-0000nB-6t for submit@debbugs.gnu.org; Wed, 10 Jul 2024 16:26:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:59400) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRdtG-0000mb-LT for submit@debbugs.gnu.org; Wed, 10 Jul 2024 16:26:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sRdgb-0000PK-3Y for bug-guix@gnu.org; Wed, 10 Jul 2024 16:13:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sRdga-0001FZ-Qd for bug-guix@gnu.org; Wed, 10 Jul 2024 16:13:08 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=9ScIh6IcXNsk2sFzVMjA6gSqc6Y/tZnCAcJ2RDbZDms=; b=ib/nIuIxTs+Qxh V4oN9cHTV2FdiynccUt1JU/gO90q/M7ueQC+pn+mEFD8h4AkVf0lpqaElkQ7+gY4pjZPH1uwk83Ii uqx7XV1dyv7aBTbNFx3FCoCROooFAHoAP115iVooDS9QD0SDLKkQH8u1wroJMGdjdw93ERr61mjFx qaym+rDyOF9/Cic67llxK+LVKU+1rAb2SFF8dUFCQmQrrideFKxz377kIbfnHzHQLCAm6qsyRU8pQ ha8YOFMcgMxjhI/6wU0hzdWL9Q6LidSgI+xSZWZWCE+XvAaCi0N5hLcYMg6z7a1B0p2nEUfGz++uA m1Mykt49k2IVeCH6Ta0w==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 23 Messidor an 232 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Haricot 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: Wed, 10 Jul 2024 22:13:05 +0200 Message-ID: <87frsh57la.fsf@inria.fr> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) 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, Just noticed that the pre-push hook installed by =E2=80=98guix git authenti= cate=E2=80=99 fails when running =E2=80=98git push --tags=E2=80=99: --8<---------------cut here---------------start------------->8--- 1 git =E2=80=A6 push origin --tags guix git: [1;31merror: [0mGit error: the requested type does not match the = type in the ODB error: failed to push some refs to 'ssh://git.sv.gnu.org/srv/git/shepherd.g= it' --8<---------------cut here---------------end--------------->8--- Not sure how the hook can determine it=E2=80=99s pushing tags. Ludo=E2=80=99.