guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

31/31: teams: go: Add all related files to the scope.


From: guix-commits
Subject: 31/31: teams: go: Add all related files to the scope.
Date: Tue, 13 Feb 2024 09:42:48 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 8a0910e042ad1670435613e06458a6fb2c4131c4
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Tue Feb 13 14:38:31 2024 +0000

    teams: go: Add all related files to the scope.
    
    * etc/teams.scm (go): Add regex search for any golang files.
    
    Change-Id: Ia6c95d8d49863de0381a907ca6309fa22d22927e
---
 etc/teams.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/etc/teams.scm b/etc/teams.scm
index c1822fe881..e2bc250028 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -300,11 +300,7 @@ asdf-build-system."
   (team 'go
         #:name "Go team"
         #:scope (list "gnu/packages/configuration-management.scm"
-                      "gnu/packages/golang-check.scm"
-                      "gnu/packages/golang-crypto.scm"
-                      "gnu/packages/golang-web.scm"
-                      "gnu/packages/golang-xyz.scm"
-                      "gnu/packages/golang.scm"
+                      "gnu/packages/golang(-.+|)\\.scm$"
                       "gnu/packages/syncthing.scm"
                       "gnu/packages/terraform.scm"
                       "guix/build-system/go.scm"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]