From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 23 13:13:00 2024 Received: (at submit) by debbugs.gnu.org; 23 Feb 2024 18:13:00 +0000 Received: from localhost ([127.0.0.1]:59251 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rda2a-0003ZU-G6 for submit@debbugs.gnu.org; Fri, 23 Feb 2024 13:13:00 -0500 Received: from lists.gnu.org ([209.51.188.17]:39586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rda2V-0003Z5-8w for submit@debbugs.gnu.org; Fri, 23 Feb 2024 13:12:55 -0500 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 1rda20-0001YU-5g for guix-patches@gnu.org; Fri, 23 Feb 2024 13:12:21 -0500 Received: from smtp-42a9.mail.infomaniak.ch ([2001:1600:7:10::42a9]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rda1q-00011P-Sy for guix-patches@gnu.org; Fri, 23 Feb 2024 13:12:19 -0500 Received: from smtp-3-0001.mail.infomaniak.ch (smtp-3-0001.mail.infomaniak.ch [10.4.36.108]) by smtp-4-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4ThJ4h49s9zq92; Fri, 23 Feb 2024 19:12:04 +0100 (CET) Received: from unknown by smtp-3-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4ThJ4h0vkmzMpnPk; Fri, 23 Feb 2024 19:12:04 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bioneland.org; s=20230804; t=1708711924; bh=hb03aRGDr7f9fYgBFECfrmQQeMY3JXq/xxRc9XPa2r8=; h=From:To:Cc:Subject:Date:From; b=k967W7xFYWZNrJtYON+3MLmEAQMZOkH4+dtFkyTUMrx61QG2gV5rCZkP7diCoUFbz 7LhNo+TpoRDLJeWPiCOrlTJCXm7CFM72Gmd1ZfpCRxg3QypNM0z0IjmzyXmKPOsarH lz4jcADJ7kuVTylsNM0pjdAld4+qQei8h3IiBlMD+Wu8goM96n1ds5yfLhddRmsG8y Pg1Tn+T1D8HaKl6sXZOinj/98pk2zSZkpyf4Dh6B6bdkqhjID0Iw0OwBhLVjx9KA4f l6LKz9KIX9sCwC46gXHqIDVJ8hn87qR8wfDljxKIKN5fPwcjsqvoCAw5J6vKPpLAiy ud5QGLH5/uVrQ== From: Tanguy Le Carrour To: guix-patches@gnu.org Subject: [PATCH] teams: Add Tanguy Le Carrour. Date: Fri, 23 Feb 2024 19:11:43 +0100 Message-ID: <795cd6b91490ac0ebb7acf2335567c2b65e37215.1708711519.git.tanguy@bioneland.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Infomaniak-Routing: alpha Received-SPF: pass client-ip=2001:1600:7:10::42a9; envelope-from=tanguy@bioneland.org; helo=smtp-42a9.mail.infomaniak.ch X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Tanguy Le Carrour 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: -2.4 (--) Hi Guix, This patch adds me to the Python and Home teams. I’m slowly back to where I’ll be able to contribute more to Guix, and I’ll try to focus on those two areas. … and I’ll try to attend the first online patch review on Thursday March the 7th, to make sure that I can do patch review properly! 😁 Regards * etc/teams.scm.in ("Tanguy Le Carrour"): New member. Change-Id: Ic1b1588a5a8bc67ee8e135c3069966f139374529 --- etc/teams.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/teams.scm b/etc/teams.scm index c1822fe881..7690539690 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -721,6 +721,10 @@ (define-member (person "Mark H Weaver" "mhw@netris.org") mozilla) +(define-member (person "Tanguy Le Carrour" + "tanguy@bioneland.org") + python home) + (define (find-team name) (or (hash-ref %teams (string->symbol name)) base-commit: 6831dfc58bf14341176f7358941ed685f34fb4c3 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 14 09:55:13 2024 Received: (at submit) by debbugs.gnu.org; 14 Mar 2024 13:55:13 +0000 Received: from localhost ([127.0.0.1]:49147 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rklY6-0003Y9-7J for submit@debbugs.gnu.org; Thu, 14 Mar 2024 09:55:13 -0400 Received: from lists.gnu.org ([209.51.188.17]:33910) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rklY0-0003Xr-IO for submit@debbugs.gnu.org; Thu, 14 Mar 2024 09:55:08 -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 1rklXQ-00007M-2q for guix-patches@gnu.org; Thu, 14 Mar 2024 09:54:28 -0400 Received: from mira.cbaines.net ([2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rklXK-0003h8-NS for guix-patches@gnu.org; Thu, 14 Mar 2024 09:54:27 -0400 Received: from localhost (unknown [212.132.255.10]) by mira.cbaines.net (Postfix) with ESMTPSA id 2053727BBE9; Thu, 14 Mar 2024 13:54:22 +0000 (GMT) Received: from felis (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 97b30384; Thu, 14 Mar 2024 13:54:21 +0000 (UTC) References: <795cd6b91490ac0ebb7acf2335567c2b65e37215.1708711519.git.tanguy@bioneland.org> User-agent: mu4e 1.10.8; emacs 29.1 From: Christopher Baines To: Tanguy Le Carrour Subject: Re: [bug#69336] [PATCH] teams: Add Tanguy Le Carrour. Date: Thu, 14 Mar 2024 13:53:26 +0000 In-reply-to: <795cd6b91490ac0ebb7acf2335567c2b65e37215.1708711519.git.tanguy@bioneland.org> Message-ID: <87sf0ssyuq.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a01:7e00:e000:2f8:fd4d:b5c7:13fb:3d27; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org, 69336-done@debbugs.gnu.org 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: -2.4 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Tanguy Le Carrour writes: > Hi Guix, > > This patch adds me to the Python and Home teams. > I=E2=80=99m slowly back to where I=E2=80=99ll be able to contribute more = to Guix, > and I=E2=80=99ll try to focus on those two areas. > =E2=80=A6 and I=E2=80=99ll try to attend the first online patch review on= Thursday March the 7th, > to make sure that I can do patch review properly! =F0=9F=98=81 > > Regards > > * etc/teams.scm.in ("Tanguy Le Carrour"): New member. > > Change-Id: Ic1b1588a5a8bc67ee8e135c3069966f139374529 > --- > etc/teams.scm | 4 ++++ > 1 file changed, 4 insertions(+) Thanks, I've pushed this to master as 7319b4d5286d31a9c6a889e81af72308efdaab41. I moved you up a bit in the file since we should probably add things roughly alphabetically, to try and reduce the chance of conflicts (as happened here). Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmXzAY1fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xf/Mw//Qwc8/VEcRTRcB3ecFxjOWAVH24WsE3Jq wWaP42zMGH20+IU75gU5ohRTPsPmDGBULnIp1DhMVrV3MyT4S1wdFrKl3/byeoL6 xy/WTDRn1cOSVXpLd6yZGqB14ZDOF4zZD+Aqnr2Smuen21rxNxZSCAZMLJUxpQAu XUbUfy6E58DI3Y3QlM7qK47N9UsOpSrEZZ22odnLusMqcgEkl5MdnMexFTLjHpAT p+1lb6GLEf/44lYldYRFFqQIDwXBO+uQlLpxs6kp2PnjQFseVG2rAMRgeqZqlshB xULs4OGvmDPXW4YrQjXMmzgswvyLZIMxiutvJFnpTtxBga47Cow5bfWxcGLu1l+L ByRsExCs7TCs+SYMeJh4V5I7OcdfLCOEmqZNFx1TmRLWBvrIg6VUZOPg9khvGToR t37xAXsSm7q7H9VU2WyigbpP113SAUGs7DRkkAMGMSzO4kKe4t9mMRleXVLf6WLQ PMnAamOPlnbzmC8ATUN2oARi5fBQhTGgwdJ5462CEsdalWh03s/gZcJMqr5JNR1W vxOXiZhSNlXBnR10SZsreWcXrUqCGTHvgdaTjX2R8QrlyWJXSKPu5L6MlUYxTZM0 GB4D08dgfvYgswS/DpiMuvPpbTS7TbI/3NEW8d9+kNxZXlDTWG1XpKwkN/uvSDp6 85qBWPupehw= =srUU -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Mar 14 10:20:57 2024 Received: (at submit) by debbugs.gnu.org; 14 Mar 2024 14:20:57 +0000 Received: from localhost ([127.0.0.1]:50406 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rklwy-0004TU-SY for submit@debbugs.gnu.org; Thu, 14 Mar 2024 10:20:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:51878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rklwt-0004TI-Aj for submit@debbugs.gnu.org; Thu, 14 Mar 2024 10:20:51 -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 1rklwI-0004wU-Nu for guix-patches@gnu.org; Thu, 14 Mar 2024 10:20:11 -0400 Received: from smtp-bc0e.mail.infomaniak.ch ([2001:1600:4:17::bc0e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rklwD-00084d-6J for guix-patches@gnu.org; Thu, 14 Mar 2024 10:20:10 -0400 Received: from smtp-4-0001.mail.infomaniak.ch (unknown [10.7.10.108]) by smtp-3-3000.mail.infomaniak.ch (Postfix) with ESMTPS id 4TwTzf0FHKzMqhB7; Thu, 14 Mar 2024 15:19:58 +0100 (CET) Received: from unknown by smtp-4-0001.mail.infomaniak.ch (Postfix) with ESMTPA id 4TwTzd42K7zbQg; Thu, 14 Mar 2024 15:19:57 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bioneland.org; s=20230804; t=1710425997; bh=TqvCxSPnRRlWUpMi82z/bLvDvjuViYY2UIqxJu/bdpg=; h=References:Subject:From:Cc:To:In-Reply-To:Date:From; b=l4RmhsKGGdM4V9xLCJTV3+hdVxj0fQgE+TfQu4OuB+eOCLM3uJpi/Nr35p6tlPyTu 5MMYPx052UVyM/O24EQyTbEz1ucvUKLdqdCJZo/yWSn0B/0kYDZB6I0gyOe/zMotOZ BFIROjRlYrlZtcailfzoiAPom779kzMilMKCtHAlcRBduD/0pN7MHuuV2HPR66G6/h Vlr8DeGis1waJJZxi0Z9t+IF4AmURY5IGlmE1+ICytr1vKZFzOsqg/a4nAugnmIrFN 3ONCB2/lx/z53yTktMccLrWBV+UY48lIuiwSpzMknpzIUr8egzkyu0DuH5uqXsqRxE rt3rMd49s8xHw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable References: <795cd6b91490ac0ebb7acf2335567c2b65e37215.1708711519.git.tanguy@bioneland.org> <87sf0ssyuq.fsf@cbaines.net> Subject: Re: [bug#69336] [PATCH] teams: Add Tanguy Le Carrour. From: Tanguy LE CARROUR To: Christopher Baines In-Reply-To: <87sf0ssyuq.fsf@cbaines.net> Date: Thu, 14 Mar 2024 15:19:57 +0100 Message-ID: <171042599706.26824.5806402141836365506@bioneland.org> User-Agent: alot/0.10 X-Infomaniak-Routing: alpha Received-SPF: pass client-ip=2001:1600:4:17::bc0e; envelope-from=tanguy@bioneland.org; helo=smtp-bc0e.mail.infomaniak.ch X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: guix-patches@gnu.org, 69336-done@debbugs.gnu.org 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: -2.4 (--) Hi Chris, Quoting Christopher Baines (2024-03-14 14:53:26) > Tanguy Le Carrour writes: > > Hi Guix, > > > > This patch adds me to the Python and Home teams. > > I=E2=80=99m slowly back to where I=E2=80=99ll be able to contribute mor= e to Guix, > > and I=E2=80=99ll try to focus on those two areas. > > =E2=80=A6 and I=E2=80=99ll try to attend the first online patch review = on Thursday March the 7th, > > to make sure that I can do patch review properly! =F0=9F=98=81 > > > > Regards > > > > * etc/teams.scm.in ("Tanguy Le Carrour"): New member. > > > > Change-Id: Ic1b1588a5a8bc67ee8e135c3069966f139374529 > > --- > > etc/teams.scm | 4 ++++ > > 1 file changed, 4 insertions(+) >=20 > Thanks, I've pushed this to master as > 7319b4d5286d31a9c6a889e81af72308efdaab41. >=20 > I moved you up a bit in the file since we should probably add things > roughly alphabetically, to try and reduce the chance of conflicts (as > happened here). Thanks! And sorry for the mess! Until next time, I=E2=80=99ll work on my al= phabet! =F0=9F=A4=AA --=20 Tanguy From unknown Tue Jul 22 00:07:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 12 Apr 2024 11:24:19 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator