GNU bug report logs -
#78568
[PATCH 0/5] Synchronize team definitions with Codeberg
Previous Next
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>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 78568 <at> debbugs.gnu.org (full text, mbox):
* 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 23 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.