From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id EDZpNyYUsGDH+AAAgWs5BA (envelope-from ) for ; Thu, 27 May 2021 23:50:30 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id mL8aMyYUsGBWNgAAB5/wlQ (envelope-from ) for ; Thu, 27 May 2021 21:50:30 +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 A974214B35 for ; Thu, 27 May 2021 23:50:30 +0200 (CEST) Received: from localhost ([::1]:42338 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lmNtd-0002oC-41 for larch@yhetil.org; Thu, 27 May 2021 17:50:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53990) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lmNtF-0002nY-7B for guix-patches@gnu.org; Thu, 27 May 2021 17:50:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41430) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lmNtC-0002oT-48 for guix-patches@gnu.org; Thu, 27 May 2021 17:50:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lmNtC-00045i-3E for guix-patches@gnu.org; Thu, 27 May 2021 17:50:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48702] [PATCH 0/3] Add patatt and update b4 Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 27 May 2021 21:50:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48702 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kyle Meyer , 48702@debbugs.gnu.org Received: via spool by 48702-submit@debbugs.gnu.org id=B48702.162215219615710 (code B ref 48702); Thu, 27 May 2021 21:50:02 +0000 Received: (at 48702) by debbugs.gnu.org; 27 May 2021 21:49:56 +0000 Received: from localhost ([127.0.0.1]:52976 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmNt5-00045K-RC for submit@debbugs.gnu.org; Thu, 27 May 2021 17:49:56 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:36914 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lmNt3-000455-ML for 48702@debbugs.gnu.org; Thu, 27 May 2021 17:49:54 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1622152185; bh=ZjXwIG0ZNDPpTBJoXEhmlKxnecpSS52gL54196QSKFo=; h=From:To:Subject:In-Reply-To:References:Date; b=UiaPfzAgzVoQ2fWK6moTYqR1zqSmtRBABcIYHR7VFbGNFzBIj2TlrSiUay7kK0B3j GiBbuASYELq/NJBANw25fF3u1A29D8rLfd3Y0b2UAcCxuZV6AKK57nhaaUhi5IndDq n8o13HV2LIteVeanGpxDT/Fr1cJWhWzwWjELc1vA= In-Reply-To: <20210527145046.11773-1-kyle@kyleam.com> References: <20210527145046.11773-1-kyle@kyleam.com> Date: Thu, 27 May 2021 23:49:44 +0200 Message-ID: <87im33kft3.fsf@yoctocell.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; 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-Spam-Score: -4.00 Authentication-Results: aspmx1.migadu.com; none X-Migadu-Queue-Id: A974214B35 X-Spam-Score: -4.00 X-Migadu-Scanner: scn0.migadu.com X-TUID: du2pMlFkwL+v --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Thu, May 27 2021, Kyle Meyer wrote: > This series updates b4 to the latest version. b4 now uses a separate too= l for > patch attestation (added in patch 2), which in turn uses a license that's= not > in guix/licenses.scm (added in patch 1). > > [1/3] licenses: Add Expat No Attribution license. > [2/3] gnu: Add patatt. > [3/3] gnu: b4: Update to 0.7.0. b4 and patatt both build for me, and I was able to check the DKIM signature and generate a git-am-ready mbox with it. =2D-8<---------------cut here---------------start------------->8--- ~/src/linux $ b4 am 20200313231252.64999-1-keescook@chromium.org Looking up https://lore.kernel.org/r/20200313231252.64999-1-keescook%40chro= mium.org Analyzing 5 messages in the thread Checking attestation on all messages, may take a moment... =2D-- =E2=9C=93 [PATCH v2 1/2] selftests/harness: Move test child waiting logic =E2=9C=93 [PATCH v2 2/2] selftests/harness: Handle timeouts cleanly --- =E2=9C=93 Signed: DKIM/chromium.org =2D-- Total patches: 2 =2D-- Cover: ./v2_20200313_keescook_selftests_harness_handle_timeouts_cleanly.cov= er Link: https://lore.kernel.org/r/20200313231252.64999-1-keescook@chromium.o= rg Base: not found git am ./v2_20200313_keescook_selftests_harness_handle_timeouts_clea= nly.mbx =2D-8<---------------cut here---------------end--------------->8--- Thanks for working on this! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmCwE/gVHHB1YmxpY0B5 b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5G+sP/jNL1dVLHjI7YElprqfgrO95PKbQ KL5NPzDA8DJPSLw5HXCYd/SpFFMDsbn7OTsJ979ifw8qoubUXVkGGKB6C32oflU9 jU/3TIIEdDnTrC4KVbK2He64vIAq6iQscOHOLBuc7tcpZHUMepPzXivFtohq80r6 yrwdWWdsZSEyUlrAw0RlRPM9+CUEe/1lf5y5CmiaEbzmVPBKv4HGWRTZSc5LEGvB poYrukYcOYMk9EmWmby3VgW6lgGSpM6qoLKQMRsYC/HEVg9pMCkLNtd1esgDeiR2 0A4I7seHic/TjWQM8+rf4oG+1h20pmBjE40iH7HVI7yyCbsG2G0VcnsWRW4ZKbbg efXxJxNhqaZL3XvQTK/pk2635+ve3vrAun588xczpI4Ibq5qLgdlJrlGMDmRJgoP F20VDao8rP+hT9vhnW08gW0x6hLBh9p9VudUglCrTvTSP6oXgx7EJHPO1369u83K R2e4Qx5+nDlIC/SKRLNnCvdEGqxqNVUhUbxJhhD7j2i3vIMOJckj+M3qsNamUWBs qvWzIbA9A62upk0ISpyabXCuAmbZyOKKcRW8wu4x9NFXn/ndvL7iuWltdBIOl67u MiGz0sPiDD0ld3tnkDPQZOefwR89nUPhEvDUlgwn7s3atJc3GUZ/eCfQ13GUqtUI jnz89zgl1N9B8YN0 =6Gl3 -----END PGP SIGNATURE----- --=-=-=--