GNU bug report logs - #69336
[PATCH] teams: Add Tanguy Le Carrour.

Previous Next

Package: guix-patches;

Reported by: Tanguy Le Carrour <tanguy <at> bioneland.org>

Date: Fri, 23 Feb 2024 18:13:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 69336 in the body.
You can then email your comments to 69336 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#69336; Package guix-patches. (Fri, 23 Feb 2024 18:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 23 Feb 2024 18:13:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tanguy Le Carrour <tanguy <at> bioneland.org>
To: guix-patches <at> gnu.org
Cc: Tanguy Le Carrour <tanguy <at> bioneland.org>
Subject: [PATCH] teams: Add Tanguy Le Carrour.
Date: Fri, 23 Feb 2024 19:11:43 +0100
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 <at> netris.org")
   mozilla)
 
+(define-member (person "Tanguy Le Carrour"
+                       "tanguy <at> bioneland.org")
+  python home)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))

base-commit: 6831dfc58bf14341176f7358941ed685f34fb4c3
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#69336; Package guix-patches. (Thu, 14 Mar 2024 13:56:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Tanguy Le Carrour <tanguy <at> bioneland.org>
Cc: guix-patches <at> gnu.org, 69336-done <at> debbugs.gnu.org
Subject: Re: [bug#69336] [PATCH] teams: Add Tanguy Le Carrour.
Date: Thu, 14 Mar 2024 13:53:26 +0000
[Message part 1 (text/plain, inline)]
Tanguy Le Carrour <tanguy <at> bioneland.org> writes:

> 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(+)

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
[signature.asc (application/pgp-signature, inline)]

Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Thu, 14 Mar 2024 13:56:02 GMT) Full text and rfc822 format available.

Notification sent to Tanguy Le Carrour <tanguy <at> bioneland.org>:
bug acknowledged by developer. (Thu, 14 Mar 2024 13:56:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#69336; Package guix-patches. (Thu, 14 Mar 2024 14:21:02 GMT) Full text and rfc822 format available.

Message #16 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tanguy LE CARROUR <tanguy <at> bioneland.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: guix-patches <at> gnu.org, 69336-done <at> debbugs.gnu.org
Subject: Re: [bug#69336] [PATCH] teams: Add Tanguy Le Carrour.
Date: Thu, 14 Mar 2024 15:19:57 +0100
Hi Chris,


Quoting Christopher Baines (2024-03-14 14:53:26)
> Tanguy Le Carrour <tanguy <at> bioneland.org> writes:
> > 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(+)
> 
> 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).

Thanks! And sorry for the mess! Until next time, I’ll work on my alphabet! 🤪


-- 
Tanguy




Information forwarded to guix-patches <at> gnu.org:
bug#69336; Package guix-patches. (Thu, 14 Mar 2024 14:22:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 12 Apr 2024 11:24:19 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 100 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.