From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id qFu9NFKPpmFdcQAAgWs5BA (envelope-from ) for ; Tue, 30 Nov 2021 21:53:38 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id IOQ+MFKPpmFjQwAAbx9fmQ (envelope-from ) for ; Tue, 30 Nov 2021 20:53:38 +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 9E48F11038 for ; Tue, 30 Nov 2021 21:53:38 +0100 (CET) Received: from localhost ([::1]:56826 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1msA89-0004cs-Rh for larch@yhetil.org; Tue, 30 Nov 2021 15:53:37 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37110) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1msA6c-0003DV-VZ for guix-patches@gnu.org; Tue, 30 Nov 2021 15:52:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59361) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1msA6c-0000BU-Ev for guix-patches@gnu.org; Tue, 30 Nov 2021 15:52:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1msA6c-0006bV-8n for guix-patches@gnu.org; Tue, 30 Nov 2021 15:52:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#50751] [PATCH 1/2] gnu: python-trezor-agent: Fix key generation with trezor-gpg init Resent-From: Attila Lendvai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 30 Nov 2021 20:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50751 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 50751@debbugs.gnu.org Received: via spool by 50751-submit@debbugs.gnu.org id=B50751.163830548225322 (code B ref 50751); Tue, 30 Nov 2021 20:52:02 +0000 Received: (at 50751) by debbugs.gnu.org; 30 Nov 2021 20:51:22 +0000 Received: from localhost ([127.0.0.1]:42674 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msA5x-0006aM-RJ for submit@debbugs.gnu.org; Tue, 30 Nov 2021 15:51:22 -0500 Received: from mail-4018.proton.ch ([185.70.40.18]:24199) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1msA5v-0006a4-F2 for 50751@debbugs.gnu.org; Tue, 30 Nov 2021 15:51:20 -0500 Date: Tue, 30 Nov 2021 20:51:11 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lendvai.name; s=protonmail3; t=1638305472; bh=U4ob8rHCj5hB9uyluWnEwkRf3sM/OVL8ZYTOabn6DQQ=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=BTajsf3H5q1gY4/kysbXktjNgswAAnTH/gojLZuclxNz1atF5n8yXJVlMfNqai8rL dDePUF1mOP7tVHOi2D8Qo0Es0+GhAgQi46c8c/0EwABZt0pTjgeKYgpp+WU9CBZ9ij B7GUN42yyxFrB6x5/JTVE6/TL7vP+046q9LSbuFA0ZHyXqUO95pDq3475OAQ69ZQrI A/JryqOP/+r1nBGEPrx8usSTv5eFMlZh0y+up2lmqC0aJ7c3mSVqPJdPrgbAh1ndmo f3Mkb/72jAMFp/j8VZxVoapmXoTV9+3vPlpgKTe7m7HBGWWPXFyMNd3xbz8puMZl/L UyzAtB4oKPI3Q== From: Attila Lendvai Message-ID: In-Reply-To: <87y258nhn8.fsf@nicolasgoaziou.fr> References: <20210923083045.10372-1-attila@lendvai.name> <20210924110506.4676-1-attila@lendvai.name> <87y258nhn8.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: , Reply-To: Attila Lendvai Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1638305618; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=U4ob8rHCj5hB9uyluWnEwkRf3sM/OVL8ZYTOabn6DQQ=; b=ITuzdFSP/7LKZONjOa/7A8lUvOpqA5vZfcH/N0GaYc/oWt5tlQBneNUQJlCG7N1fTUyGw5 GuWo7R1pc6wFvkYAKy7jnxcYWCUoSnSYAxvKlCMyoU0cc6a4NhrYXKHD+G1DNW/wFjAJYy ieSv5X6wM8/oE4fpxbaQVhcVSqUNvNWA/epE8Nyk8pfZ7gno59BHWi5KXVT4lbeUlltSac nIIBaNZMwjgc+MXtT2C1DOiO/Sufp++8GOAMqJ5nCtcXlBOUoyOZx0k9PVl0aDA20n16pc rnV24205cA3+drop5JKAcTlhfVxLAN9bnleQ54Bivbcq9qY2mVkutmxm06AHaw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1638305618; a=rsa-sha256; cv=none; b=gnz/QDWvKmteuchuUEEtNXBRpIsp9i1kgvS8Q9MdqR9X5QCUDIFWTpDwdq9uIOHzt+pN1W ZD98LGUIYrNX7aiI5Jng95cPFoHzr8loabnMVuUIGw4L7wr5JHG2BjXBW/hNM85cOIvYvH cU8jEVwM4yVBzwTa4PzQ4PfjLDjq8O9fYI5hngjYuLkbXnFONshIpRd/WV8aIBwlmdJHfD qH3HRI3Q0g7uiTEGSTyqGIXwD/DLaE6Liad7YnGsxwajd4RIx3uGXZYK6yNSrBzD1m/qvp klzRxkW1mXpGyUH/jDuyL1NctG31/FWZV2qMRUehZ/MnTJyATMH3pw0m2Yl7hA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lendvai.name header.s=protonmail3 header.b=BTajsf3H; dmarc=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: -1.91 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lendvai.name header.s=protonmail3 header.b=BTajsf3H; dmarc=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: 9E48F11038 X-Spam-Score: -1.91 X-Migadu-Scanner: scn0.migadu.com X-TUID: FYil3cOy35ep ouch, i already had a newer version of the patchset locally. i reported an = issue upstream, and they got rid of the argv[0] usage, and also made a new = release. i was already testing it locally but then life happened before i could send= it. i have sent the new patchset now: https://issues.guix.gnu.org/52207 re splitting the commit: i don't think it's a good idea, mostly due to git = bisect: pushing commits that may not even compile can make someone's life m= uch harder down the road. i think updating tightly interdependent packages = should happen in one commit, so that each git commit leaves the repo in a f= unctional state, and so that it can compile and run the test suite. but in spite of the above, i have sent the new patchset as separate commits= . - attila PGP:=C2=A05D5F 45C7 DFCD 0A39