etc: installer: Define installer team scope.
authorMathieu Othacehe <othacehe@gnu.org>
Wed, 7 Sep 2022 15:10:16 +0000 (17:10 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Sun, 25 Sep 2022 07:27:59 +0000 (09:27 +0200)
* etc/teams.scm.in (installer): Define it.

etc/teams.scm.in

index 029aa31..17cbb26 100644 (file)
@@ -255,7 +255,9 @@ and the maven-build-system."))
 
 (define-team installer
   (team 'installer
-        #:name "Installer script and system installer"))
+        #:name "Installer script and system installer"
+        #:scope
+        (list (make-regexp "^guix/installer(\\.scm$|/)"))))
 
 (define-team home
   (team 'home