civodul pushed a commit to branch master
in repository guix.
commit 54f6732e5dfa52e5a696492122ee0b521a6c5548
Author: Ludovic Courtès <[email protected]>
AuthorDate: Wed May 1 22:31:13 2024 +0200
teams: Add documentation team.
* etc/teams.scm (documentation): New team.
Change-Id: I34d4ed9029f369ebf0d1f510cc0810baca2ced89
---
etc/teams.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index d537e83efc..4d65a5476e 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -434,6 +434,16 @@ asdf-build-system."
(make-regexp* "^guix/scripts/")
(make-regexp* "^guix/store/"))))
+(define-team documentation
+ (team 'documentation
+ #:name "Documentation"
+ #:description "Documentation: the manual and cookbook."
+ #:scope (list (make-regexp* "\\.texi$")
+ "doc/build.scm"
+ "gnu/system/examples/bare-bones.tmpl"
+ "gnu/system/examples/lightweight-desktop.tmpl"
+ "gnu/system/examples/desktop.tmpl")))
+
(define-team core-packages
(team 'core-packages
#:name "Core packages"