From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id 0B4+Nz5rVWI9+gAAgWs5BA (envelope-from ) for ; Tue, 12 Apr 2022 14:06:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id QAocMD5rVWJUNwEAG6o9tA (envelope-from ) for ; Tue, 12 Apr 2022 14:06:22 +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 7B2A19617 for ; Tue, 12 Apr 2022 14:06:22 +0200 (CEST) Received: from localhost ([::1]:38836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1neFHp-0000mK-J8 for larch@yhetil.org; Tue, 12 Apr 2022 08:06:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1neFHb-0000lt-30 for guix-patches@gnu.org; Tue, 12 Apr 2022 08:06:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:53937) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1neFHW-0008VU-6l for guix-patches@gnu.org; Tue, 12 Apr 2022 08:06:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1neFHV-00076R-W9 for guix-patches@gnu.org; Tue, 12 Apr 2022 08:06:01 -0400 Subject: bug#54231: [PATCH] gnu: trezor-agent: Fix it by deleting the sanity-check phase. Resent-From: Guillaume Le Vaillant Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 12 Apr 2022 12:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54231 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Attila Lendvai Cc: 54231-done@debbugs.gnu.org, Maxime Devos Mail-Followup-To: 54231@debbugs.gnu.org, glv@posteo.net, attila@lendvai.name Received: via spool by 54231-done@debbugs.gnu.org id=D54231.164976514227270 (code D ref 54231); Tue, 12 Apr 2022 12:06:01 +0000 Received: (at 54231-done) by debbugs.gnu.org; 12 Apr 2022 12:05:42 +0000 Received: from localhost ([127.0.0.1]:47834 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neFHC-00075k-BW for submit@debbugs.gnu.org; Tue, 12 Apr 2022 08:05:42 -0400 Received: from mout01.posteo.de ([185.67.36.65]:33099) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1neFH9-00075U-UD for 54231-done@debbugs.gnu.org; Tue, 12 Apr 2022 08:05:41 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id C91F6240026 for <54231-done@debbugs.gnu.org>; Tue, 12 Apr 2022 14:05:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1649765133; bh=CHl0LX2YhSsef5VYywZGbFqp9YChlu4N22RRhxX/NDs=; h=From:To:Cc:Subject:Date:From; b=V3Jev9Uk5u9ixzjYE3wCUpS6qVD9wOl9B43+Li9sau8KXA3ZeoVE7T5zF9e02VgIB 220pPh0kt5jsSdlUDpbvZ/zL2bHsRlO/VCX8hsgvgd511Iu/3/+7sCWyKNHLfIjf8n kXBXi5s9AloXGl0cUPeraNbTadSA6pb3UeTf/hjyoTTnKtccn5LOq0s8rQNDB9KjYQ 2LHUybbLN5kB62nlsJWgkRl+WO0ujr2hK7Y1yPel46lr6h8v1fQJP+sSqjw5Ljgmo2 wWmQTsuJvYKjehwia3NggkFcgcNc4wDH5GaS9QUnNvW2oDUHelyLW5bkSyZaF2teKp vUAb1Qxnn7GSg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Kd4DX3hzrz6tpQ; Tue, 12 Apr 2022 14:05:32 +0200 (CEST) References: <20220303105801.3187-1-attila@lendvai.name> <689f13ea95af1712fdb8cdc10faeac06e8cdb07e.camel@telenet.be> From: Guillaume Le Vaillant Date: Tue, 12 Apr 2022 12:04:10 +0000 In-reply-to: Message-ID: <87k0buwlpw.fsf@kitej> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" 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=1649765182; 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:resent-to: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=CHl0LX2YhSsef5VYywZGbFqp9YChlu4N22RRhxX/NDs=; b=tIFKJctX6H0kzyyprEeB9utNInIMoL36p63Vgv5Ipl7FskMirDWFE4RlOfzZF/+EeJtgLG /NU7WiSBhCj3RSJ1VfpoWfIQGq33KaxM2mubD5cZ939z2CtziLM0EXRSFd4Jkg6PVqTS8H JRf9izaPN4/ubvkbWLlSw6AFw8XdNIKcSW/FjbrNBHofvGtqyNHc/TkGhANL/+xdaqox+Y NaheyaLX+fVuPHtNfXEGwowajq0tKfiSusyKf9kjawaTEPpMzuCIsE27bcY7ste6aeXF87 /I4fiYa0j7Hilo7pCECf+fwnbp18cOInm2F0RBCXwQ/W1X3jAIrCV5YgWqs4WQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1649765182; a=rsa-sha256; cv=none; b=hl6wLnctuDubarYplsi3gZHn5osMDwdcDiWpSz2lsTItw+R6vGu0Sm1RIkG7Xh3l27jmh6 wUrfCI/aF+g3UJAttCvTO+CR08bRtMNtEWmFsB5jma/d/RIPDBNd4N+pF7hkY7VTpZ2oE2 mXz0hZG6XrepPrQY2q3iC9t41Zpu9Drk5hQClyU7G81qHjJcvKRpRzkFpeca9reZX3PiDO zgB6d92pVcKTgS3dUkMD1eZJgRqYr9dix+dVVacCo4/j2SM4HZTCrUH5QHaGzxa3IOemVg mZC2SAbrD7drKhI2yCT7yX8tCgrDfizGJCNg6sVkXHVaf1TL1qoZOXdXijh9GA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=V3Jev9Uk; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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: 3.64 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=V3Jev9Uk; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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: 7B2A19617 X-Spam-Score: 3.64 X-Migadu-Scanner: scn0.migadu.com X-TUID: /VXnbP2WZ7NL --=-=-= Content-Type: text/plain Patch pushed as d3d2881acf4f3efef61a4049ea4c7c3ba883f48c with a comment explaining why the 'sanity-check' phase is deleted. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYlVrCw8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j9AXwEAioEVxT09gQq+GfVN0J4ZSbh63YKtXb7L34th r4BMciYBAJL8SQEk208BM/Yqx0XFtENBhdFuKp+H69sye+Ue9tl9 =ZKH/ -----END PGP SIGNATURE----- --=-=-=--