all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Janneke Nieuwenhuizen <janneke@gnu.org>
To: guix-devel@gnu.org
Subject: [PATCH 1/2] teams: Add hurd team.
Date: Tue,  3 Dec 2024 14:34:10 +0100	[thread overview]
Message-ID: <7e923dfb352690eac6561ea3a544f400bc86984a.1733232740.git.janneke@gnu.org> (raw)

* etc/teams.scm (hurd): New team.

Change-Id: Id3b4d8ac3eed8c7773a45d0fe8a17154c6427aa1
---
 etc/teams.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/etc/teams.scm b/etc/teams.scm
index 4f86dfb954..ab9b9e9160 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -610,6 +610,15 @@ (define-team zig
                       "guix/build/zig-build-system.scm"
                       "guix/build-system/zig.scm")))
 
+(define-team hurd
+  (team 'hurd
+        #:name "Team for the Hurd"
+        #:scope (list "gnu/system/hurd.scm"
+                      "gnu/system/images/hurd.scm"
+                      "gnu/build/hurd-boot.scm"
+                      "gnu/services/hurd.scm"
+                      "gnu/packages/hurd.scm")))
+
 \f
 (define-member (person "Eric Bavier"
                        "bavier@posteo.net")

base-commit: 58a134224e327cfc0af105314598d080dfc0392d
-- 
2.46.0



             reply	other threads:[~2024-12-03 13:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-03 13:34 Janneke Nieuwenhuizen [this message]
2024-12-03 13:34 ` [PATCH 2/2] etc: teams: Add entry for Janneke Nieuwenhuizen Janneke Nieuwenhuizen
2024-12-03 13:46 ` [PATCH 1/2] teams: Add hurd team Andreas Enge
2024-12-03 13:53   ` Janneke Nieuwenhuizen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7e923dfb352690eac6561ea3a544f400bc86984a.1733232740.git.janneke@gnu.org \
    --to=janneke@gnu.org \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.