From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C88F158090 for ; Thu, 12 May 2022 10:09:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C50D5E08CE; Thu, 12 May 2022 10:09:26 +0000 (UTC) Received: from rs234.mailgun.us (rs234.mailgun.us [209.61.151.234]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AF9DE08CE for ; Thu, 12 May 2022 10:09:26 +0000 (UTC) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=0xdc.io; q=dns/txt; s=smtp; t=1652350166; h=In-Reply-To: Content-Type: MIME-Version: References: Message-ID: Subject: Subject: Cc: To: To: From: From: Date: Sender: Sender; bh=WkT3HcAgp6ydVp29WbCx30GNqOF54Q9Sg0+jR5OISJE=; b=NcCINeRoxPQvzwH5moX0uUBo/iVUAcA3tz4flNyyNEjCHnm4Pj67sTxulKe708xQ05wMSULE ChW29z9Y4cMZ9UtLBbsL0AciJNMDTYOw9HnDj/yOeADVRYzqwTXCadiEkJFJHfOhord8ZKpj 4kpWc7pxZX3ZXvINd8cgH4ZT+MY= X-Mailgun-Sending-Ip: 209.61.151.234 X-Mailgun-Sid: WyJiZmIxMyIsICJnZW50b28tY2F0YWx5c3RAbGlzdHMuZ2VudG9vLm9yZyIsICJmNjc0NGUiXQ== Received: from mail.0xdc.io (mail.0xdc.io [54.37.0.172]) by smtp-out-n02.prod.us-east-1.postgun.com with SMTP id 627cdcd554aa68450e90d940 (version=TLS1.3, cipher=TLS_AES_128_GCM_SHA256); Thu, 12 May 2022 10:09:25 GMT Sender: gentoo.catalyst@0xdc.io Received: from pulsar (unknown [IPv6:2001:8b0:c09:74a0::e2d6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.0xdc.io (Postfix) with ESMTPSA id 2B17D10223F; Thu, 12 May 2022 10:11:19 +0000 (UTC) Date: Thu, 12 May 2022 10:09:04 +0000 From: Daniel Cordero To: Matt Turner Cc: gentoo-catalyst@lists.gentoo.org, Patrice Clement Subject: Re: [gentoo-catalyst] [PATCH 1/4] stage4: fix handling of groups, users and keys Message-ID: References: <20220421070826.92638-1-gentoo.catalyst@0xdc.io> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Archives-Salt: 30b0cee7-5cc2-4047-a51f-ae340ed39e82 X-Archives-Hash: 2ea7bcf52104040a2b677a90443aea6c On Mon, May 09, 2022 at 01:06:44PM -0400, Matt Turner wrote: > Thanks! > > Somehow these patches didn't get picked up in the mailing list > archives. I've applied them locally and created a gitlab merge request > for them here: https://gitlab.gentoo.org/gentoo/catalyst/-/merge_requests/1 > > Could you provide your Signed-off-by tag? Signed-off-by: Daniel Cordero > > I've pointed Patrice to the MR so he can review. >