guix-commits
[Top][All Lists]
Advanced

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

39/39: teams: go: Add more related files to the scope.


From: guix-commits
Subject: 39/39: teams: go: Add more related files to the scope.
Date: Sun, 28 Jan 2024 18:47:50 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit f74789cd54a9b2c45a06642f0bebb11aed588065
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jan 28 23:40:23 2024 +0000

    teams: go: Add more related files to the scope.
    
    * etc/teams.scm (go): Add "gnu/packages/configuration-management.scm",
    "gnu/packages/golang-crypto.scm", "gnu/packages/golang-web.scm",
    "gnu/packages/syncthing.scm", "gnu/packages/terraform.scm". Sort list
    alphabetically.
    
    Change-Id: I56ce5bd21e487e5dbe2d84aa1d83e3239268fb71
---
 etc/teams.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/etc/teams.scm b/etc/teams.scm
index 4a7ba9848b..0c9e47bde8 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -299,10 +299,15 @@ asdf-build-system."
 (define-team go
   (team 'go
         #:name "Go team"
-        #:scope (list "gnu/packages/golang.scm"
+        #:scope (list "gnu/packages/configuration-management.scm"
                       "gnu/packages/golang-check.scm"
-                      "guix/build/go-build-system.scm"
+                      "gnu/packages/golang-crypto.scm"
+                      "gnu/packages/golang-web.scm"
+                      "gnu/packages/golang.scm"
+                      "gnu/packages/syncthing.scm"
+                      "gnu/packages/terraform.scm"
                       "guix/build-system/go.scm"
+                      "guix/build/go-build-system.scm"
                       "guix/import/go.scm"
                       "guix/scripts/import/go.scm"
                       "tests/go.scm")))



reply via email to

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