GNU bug report logs - #66767
[PATCH 0/2] teams: Add audio team (and add myself).

Previous Next

Package: guix-patches;

Reported by: Gabriel Wicki <gabriel <at> erlikon.ch>

Date: Thu, 26 Oct 2023 21:36:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

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 66767 in the body.
You can then email your comments to 66767 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#66767; Package guix-patches. (Thu, 26 Oct 2023 21:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Gabriel Wicki <gabriel <at> erlikon.ch>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 26 Oct 2023 21:36:02 GMT) Full text and rfc822 format available.

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

From: Gabriel Wicki <gabriel <at> erlikon.ch>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] teams: Add audio team (and add myself).
Date: Thu, 26 Oct 2023 23:34:29 +0200
Howdy

I was rather sure I had sent these patches months ago but i guess i hadn't?
Overcoming my confusion the straight-forward way i rebased and finally send
them (with the follow-up mails).

gabber




Information forwarded to guix-patches <at> gnu.org:
bug#66767; Package guix-patches. (Thu, 26 Oct 2023 21:39:01 GMT) Full text and rfc822 format available.

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

From: Gabriel Wicki <gabriel <at> erlikon.ch>
To: 66767 <at> debbugs.gnu.org
Subject: [PATCH 1/2] teams: Add audio team.
Date: Thu, 26 Oct 2023 23:37:14 +0200
From 81d0877b2cb39164563dfbf2c551f1c99aad75ed Mon Sep 17 00:00:00 2001
Message-ID: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel <at> erlikon.ch>
From: Gabriel Wicki <gabriel <at> erlikon.ch>
Date: Tue, 2 May 2023 16:38:15 +0200
Subject: [PATCH 1/2] teams: Add audio team.

* etc/teams.scm.in (audio): Add team.
---
 etc/teams.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index f3d4c73132..3d35556c9c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -522,6 +522,12 @@ (define-team lxqt
         #:scope (list "gnu/packages/lxqt.scm"
                       "gnu/packages/qt.scm")))
 
+(define-team audio
+  (team 'audio
+        #:name "Audio team"
+        #:description "Audio related packages."
+        #:scope (list "gnu/packages/audio.scm")))
+
 
 (define-member (person "Eric Bavier"
                        "bavier <at> posteo.net")

base-commit: a69dec71493c1ecf06071d3304038f3648de69c4
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#66767; Package guix-patches. (Thu, 26 Oct 2023 21:39:02 GMT) Full text and rfc822 format available.

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

From: Gabriel Wicki <gabriel <at> erlikon.ch>
To: 66767 <at> debbugs.gnu.org
Subject: [PATCH 2/2] teams: Add myself to audio team.
Date: Thu, 26 Oct 2023 23:38:11 +0200
From cfad42ecdcd190893699ef28d42b35b706729bcd Mon Sep 17 00:00:00 2001
Message-ID: <cfad42ecdcd190893699ef28d42b35b706729bcd.1698355699.git.gabriel <at> erlikon.ch>
In-Reply-To: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel <at> erlikon.ch>
References: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel <at> erlikon.ch>
From: Gabriel Wicki <gabriel <at> erlikon.ch>
Date: Tue, 2 May 2023 16:47:41 +0200
Subject: [PATCH 2/2] teams: Add Gabriel Wicki.

* etc/teams.scm.in ("Gabriel Wicki"): New member.
---
 etc/teams.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 3d35556c9c..71a62bc547 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -657,6 +657,10 @@ (define-member (person "Munyoki Kilyungi"
                        "me <at> bonfacemunyoki.com")
   python lisp)
 
+(define-member (person "Gabriel Wicki"
+                       "gabriel <at> erlikon.ch")
+  audio)
+
 
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
-- 
2.41.0





Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Fri, 27 Oct 2023 10:13:01 GMT) Full text and rfc822 format available.

Notification sent to Gabriel Wicki <gabriel <at> erlikon.ch>:
bug acknowledged by developer. (Fri, 27 Oct 2023 10:13:01 GMT) Full text and rfc822 format available.

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

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Gabriel Wicki <gabriel <at> erlikon.ch>
Cc: 66767-done <at> debbugs.gnu.org
Subject: Re: [bug#66767] [PATCH 0/2] teams: Add audio team (and add myself).
Date: Fri, 27 Oct 2023 12:11:20 +0200
> I was rather sure I had sent these patches months ago but i guess i hadn't?
> Overcoming my confusion the straight-forward way i rebased and finally send
> them (with the follow-up mails).

Applied, thanks!

Mathieu




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

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

Previous Next


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