GNU bug report logs - #78568
[PATCH 0/5] Synchronize team definitions with Codeberg

Previous Next

Package: guix-patches;

Reported by: Ludovic Courtès <ludo <at> gnu.org>

Date: Fri, 23 May 2025 19:54:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Full log


View this message in rfc822 format

From: Ludovic Courtès <ludo <at> gnu.org>
To: 78568 <at> debbugs.gnu.org
Cc: Ludovic Courtès <ludo <at> gnu.org>
Subject: [bug#78568] [PATCH 3/5] teams: Add missing team descriptions.
Date: Fri, 23 May 2025 21:55:07 +0200
* etc/teams.scm (bootstrap, hurd): Add #:description.

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

diff --git a/etc/teams.scm b/etc/teams.scm
index 9fa189a92c..4b06d3a937 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -126,6 +126,7 @@ (define-team audio
 (define-team bootstrap
   (team 'bootstrap
         #:name "Bootstrap"
+        #:description "Full-source bootstrap: stage0, Mes, Gash, etc."
         #:scope (list "gnu/packages/commencement.scm"
                       "gnu/packages/mes.scm")))
 
@@ -355,6 +356,7 @@ (define-team home
 (define-team hurd
   (team 'hurd
         #:name "Team for the Hurd"
+        #:description "GNU Hurd packages and operating system support."
         #:scope (list "gnu/system/hurd.scm"
                       "gnu/system/images/hurd.scm"
                       "gnu/build/hurd-boot.scm"
-- 
2.49.0





This bug report was last modified 18 days ago.

Previous Next


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