all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#66767] [PATCH 0/2] teams: Add audio team (and add myself).
@ 2023-10-26 21:34 Gabriel Wicki
       [not found] ` <handler.66767.B.169835612527789.ack@debbugs.gnu.org>
  2023-10-27 10:11 ` bug#66767: [PATCH 0/2] teams: Add audio team (and add myself) Mathieu Othacehe
  0 siblings, 2 replies; 4+ messages in thread
From: Gabriel Wicki @ 2023-10-26 21:34 UTC (permalink / raw)
  To: 66767

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#66767] [PATCH 1/2] teams: Add audio team.
       [not found] ` <handler.66767.B.169835612527789.ack@debbugs.gnu.org>
@ 2023-10-26 21:37   ` Gabriel Wicki
  2023-10-26 21:38   ` [bug#66767] [PATCH 2/2] teams: Add myself to " Gabriel Wicki
  1 sibling, 0 replies; 4+ messages in thread
From: Gabriel Wicki @ 2023-10-26 21:37 UTC (permalink / raw)
  To: 66767

From 81d0877b2cb39164563dfbf2c551f1c99aad75ed Mon Sep 17 00:00:00 2001
Message-ID: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch>
From: Gabriel Wicki <gabriel@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")))
+
 \f
 (define-member (person "Eric Bavier"
                        "bavier@posteo.net")

base-commit: a69dec71493c1ecf06071d3304038f3648de69c4
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#66767] [PATCH 2/2] teams: Add myself to audio team.
       [not found] ` <handler.66767.B.169835612527789.ack@debbugs.gnu.org>
  2023-10-26 21:37   ` [bug#66767] [PATCH 1/2] teams: Add audio team Gabriel Wicki
@ 2023-10-26 21:38   ` Gabriel Wicki
  1 sibling, 0 replies; 4+ messages in thread
From: Gabriel Wicki @ 2023-10-26 21:38 UTC (permalink / raw)
  To: 66767

From cfad42ecdcd190893699ef28d42b35b706729bcd Mon Sep 17 00:00:00 2001
Message-ID: <cfad42ecdcd190893699ef28d42b35b706729bcd.1698355699.git.gabriel@erlikon.ch>
In-Reply-To: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch>
References: <81d0877b2cb39164563dfbf2c551f1c99aad75ed.1698355699.git.gabriel@erlikon.ch>
From: Gabriel Wicki <gabriel@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@bonfacemunyoki.com")
   python lisp)
 
+(define-member (person "Gabriel Wicki"
+                       "gabriel@erlikon.ch")
+  audio)
+
 \f
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#66767: [PATCH 0/2] teams: Add audio team (and add myself).
  2023-10-26 21:34 [bug#66767] [PATCH 0/2] teams: Add audio team (and add myself) Gabriel Wicki
       [not found] ` <handler.66767.B.169835612527789.ack@debbugs.gnu.org>
@ 2023-10-27 10:11 ` Mathieu Othacehe
  1 sibling, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2023-10-27 10:11 UTC (permalink / raw)
  To: Gabriel Wicki; +Cc: 66767-done


> 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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-10-27 10:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 21:34 [bug#66767] [PATCH 0/2] teams: Add audio team (and add myself) Gabriel Wicki
     [not found] ` <handler.66767.B.169835612527789.ack@debbugs.gnu.org>
2023-10-26 21:37   ` [bug#66767] [PATCH 1/2] teams: Add audio team Gabriel Wicki
2023-10-26 21:38   ` [bug#66767] [PATCH 2/2] teams: Add myself to " Gabriel Wicki
2023-10-27 10:11 ` bug#66767: [PATCH 0/2] teams: Add audio team (and add myself) Mathieu Othacehe

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.