mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
etc: teams: Itemize 'scope' field.
* etc/teams.scm.in (list-teams): Itemize the 'scope' field. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
60dc07a461
commit
c4fec3b480
1 changed files with 13 additions and 13 deletions
|
@ -692,9 +692,9 @@ (define (print-team team)
|
||||||
"<none>")
|
"<none>")
|
||||||
(match (team-scope team)
|
(match (team-scope team)
|
||||||
(() "")
|
(() "")
|
||||||
(scope (format #f "scope: ~{~s ~}~%" scope))))
|
(scope (format #f "scope:~%~{+ ~a~^~%~}~%" scope))))
|
||||||
(list-members team #:prefix "+ ")
|
(list-members team #:prefix "+ ")
|
||||||
(newline)))
|
(newline))
|
||||||
|
|
||||||
(define (sort-teams teams)
|
(define (sort-teams teams)
|
||||||
"Sort TEAMS, a list of <team> record objects."
|
"Sort TEAMS, a list of <team> record objects."
|
||||||
|
|
Loading…
Reference in a new issue