From patchwork Wed Sep 7 15:21:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 42273 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 040B427BBEA; Wed, 7 Sep 2022 16:25:59 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 4EE2027BBE9 for ; Wed, 7 Sep 2022 16:25:58 +0100 (BST) Received: from localhost ([::1]:43248 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVww9-0004js-HO for patchwork@mira.cbaines.net; Wed, 07 Sep 2022 11:25:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36002) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVwvG-000409-Np for guix-patches@gnu.org; Wed, 07 Sep 2022 11:25:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38914) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oVwvG-0007oX-Aj for guix-patches@gnu.org; Wed, 07 Sep 2022 11:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oVwvG-0002xH-6I for guix-patches@gnu.org; Wed, 07 Sep 2022 11:25:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57646] [PATCH 1/3] etc: teams: Add scope support. References: <20220907151622.4912-1-othacehe@gnu.org> In-Reply-To: <20220907151622.4912-1-othacehe@gnu.org> Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 07 Sep 2022 15:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57646 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57646@debbugs.gnu.org Cc: Mathieu Othacehe Received: via spool by 57646-submit@debbugs.gnu.org id=B57646.166256428211316 (code B ref 57646); Wed, 07 Sep 2022 15:25:02 +0000 Received: (at 57646) by debbugs.gnu.org; 7 Sep 2022 15:24:42 +0000 Received: from localhost ([127.0.0.1]:55842 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVwuv-0002wR-UD for submit@debbugs.gnu.org; Wed, 07 Sep 2022 11:24:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50544) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVwut-0002w2-Nb for 57646@debbugs.gnu.org; Wed, 07 Sep 2022 11:24:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42178) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVwuo-0007kg-HJ for 57646@debbugs.gnu.org; Wed, 07 Sep 2022 11:24:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=Cy3EiO4dOhd9wlG/Z9o68dWi6QXN+WgS534gKCh91/I=; b=aAN+triOtRSKrK 9MwnSlSifvW42avLc0hZUVPX/riqqEFweJZzkjSv859FCN2zxCViVeqjytU2gccJ8UyY18lhi03UZ XRFvy7zU5sBJ8WR5OpzmnspN7s61uTRMj5mq/ag1KrJfNKw6la9JbFdY8eXEGRLEOErN8WY7NCt42 tkWuq+rbpp9D14Q3uO+vapgvcC4SE9GJe1NuzR+kMjwvnJNjWaA+q2fxNrKVzN84QJ3sAbb243pi+ NzmbI66hcuRtpRkIXPL4NmaxIPWebSk93d2lkE3DRWshNmzZozOpItcSyK5kg/Two5RPeFR/kh4gt oKGk9wHH2cfrwftFb+Gg==; Received: from ppp079167215024.access.hol.gr ([79.167.215.24]:59606 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oVwuo-0005B6-0b; Wed, 07 Sep 2022 11:24:34 -0400 From: Mathieu Othacehe Date: Wed, 7 Sep 2022 17:21:48 +0200 Message-Id: <20220907152150.5687-1-othacehe@gnu.org> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Add a scope list to each team. This list defines all the files and directories that are mentored by the team. Also add a cc-members command that takes two Git revision strings as input, add returns the members that should be CC'ed given the files impacted between the two revisions. * etc/teams.scm.in ()[scope]: New field. (team, list-teams): Adapt those procedures. (find-team-by-scope, diff-revisions): New procedures. (main): Add a "cc-members" command. --- etc/teams.scm.in | 74 ++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 65 insertions(+), 9 deletions(-) diff --git a/etc/teams.scm.in b/etc/teams.scm.in index 38b7ab8e1d..37937a02ff 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -4,6 +4,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2022 Ricardo Wurmus +;;; Copyright © 2022 Mathieu Othacehe ;;; ;;; This file is part of GNU Guix. ;;; @@ -22,23 +23,27 @@ ;;; Commentary: -;; This code defines development teams and team members. +;; This code defines development teams and team members, as well as their +;; scope. ;;; Code: (use-modules (srfi srfi-1) (srfi srfi-9) + (srfi srfi-26) (ice-9 format) (ice-9 match) - (guix ui)) + (guix ui) + (git)) (define-record-type - (make-team id name description members) + (make-team id name description members scope) team? (id team-id) (name team-name) (description team-description) - (members team-members set-team-members!)) + (members team-members set-team-members!) + (scope team-scope)) (define-record-type (make-person name email) @@ -49,11 +54,13 @@ (define-record-type (define* (person name #:optional email) (make-person name email)) -(define* (team id #:key name description (members '())) +(define* (team id #:key name description (members '()) + (scope '())) (make-team id (or name (symbol->string id)) description - members)) + members + scope)) (define %teams (make-hash-table)) @@ -268,6 +275,22 @@ (define (find-team name) (error (format #false "no such team: ~a~%" name)))) +(define (find-team-by-scope files) + "Return the team(s) which scope matches at least one of the FILES, as list +of file names as string." + (hash-fold + (lambda (key team acc) + (if (any (lambda (file) + (any (lambda (scope) + ;; XXX: Add regex support? + (string-prefix? scope file)) + (team-scope team))) + files) + (cons team acc) + acc)) + '() + %teams)) + (define (cc . teams) "Return arguments for `git send-email' to notify the members of the given TEAMS when a patch is received by Debbugs." @@ -289,7 +312,7 @@ (define port* (or port (current-output-port))) (team-members team))) (define (list-teams) - "Print all teams and their members." + "Print all teams, their scope and their members." (define port* (current-output-port)) (define width* (%text-width)) (hash-for-each @@ -299,7 +322,7 @@ (define width* (%text-width)) id: ~a name: ~a description: ~a -members: +~amembers: " (team-id team) (team-name team) @@ -308,15 +331,48 @@ (define width* (%text-width)) (string->recutils (fill-paragraph text width* (string-length "description: "))))) - "")) + "") + (if (not (null? (team-scope team))) + (format #f "scope: ~{~s ~}~%" (team-scope team)) + "")) (list-members team port* "+ ") (newline)) %teams)) + +(define (diff-revisions rev-start rev-end) + "Return the list of added, modified or removed files between REV-START +and REV-END, two git revision strings." + (let* ((repository (repository-open (getcwd))) + (commit1 (commit-lookup repository + (object-id + (revparse-single repository rev-start)))) + (commit2 (commit-lookup repository + (object-id + (revparse-single repository rev-end)))) + (diff (diff-tree-to-tree repository + (commit-tree commit1) + (commit-tree commit2))) + (files '())) + (diff-foreach + diff + (lambda (delta progress) + (set! files + (cons (diff-file-path (diff-delta-old-file delta)) files)) + 0) + (const 0) + (const 0) + (const 0)) + files)) + + (define (main . args) (match args (("cc" . team-names) (apply cc (map find-team team-names))) + (("cc-members" rev-start rev-end) + (apply cc (find-team-by-scope + (diff-revisions rev-start rev-end)))) (("list-teams" . args) (list-teams)) (("list-members" . team-names) From patchwork Wed Sep 7 15:21:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 42272 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 5D61D27BBEA; Wed, 7 Sep 2022 16:25:30 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id D5DB427BBE9 for ; Wed, 7 Sep 2022 16:25:29 +0100 (BST) Received: from localhost ([::1]:51462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVwvh-00042O-0i for patchwork@mira.cbaines.net; Wed, 07 Sep 2022 11:25:29 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36004) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVwvH-00040t-38 for guix-patches@gnu.org; Wed, 07 Sep 2022 11:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38915) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oVwvG-0007oe-Oy for guix-patches@gnu.org; Wed, 07 Sep 2022 11:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oVwvG-0002xP-KO for guix-patches@gnu.org; Wed, 07 Sep 2022 11:25:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57646] [PATCH 2/3] etc: teams: Define core team scope. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 07 Sep 2022 15:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57646 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57646@debbugs.gnu.org Cc: Mathieu Othacehe Received: via spool by 57646-submit@debbugs.gnu.org id=B57646.166256428211322 (code B ref 57646); Wed, 07 Sep 2022 15:25:02 +0000 Received: (at 57646) by debbugs.gnu.org; 7 Sep 2022 15:24:42 +0000 Received: from localhost ([127.0.0.1]:55844 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVwuw-0002wT-E2 for submit@debbugs.gnu.org; Wed, 07 Sep 2022 11:24:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33856) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVwuu-0002w5-Oi for 57646@debbugs.gnu.org; Wed, 07 Sep 2022 11:24:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42180) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVwup-0007kv-Ij for 57646@debbugs.gnu.org; Wed, 07 Sep 2022 11:24:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=q53gHzZ7yMkeORuVRmgNoCo/M3PkeQaFmZevinMdd5g=; b=SOmC0QeuCBhrquWh9nif tUxwkMe3P0Wt4SjCn0YmV9807KuoqtG1dGnHXZ2GnSlTodHWo46E8vquAwoIWTxD66cGqDok4/GUm r5pIx3m+G5LfID4MoUtUxovsvlnFatf8VRtoMN1OhjQ5Hbxj0QjU+6a5hf5HVYmNzOXZ6B5pl1Nm0 ZWkvEwYuFlHmBjv9+Qsx7DPI3KzTVacvPcEKoCzePw4gSl46PdFe6+QSutFglAR/UP+ymVqpOBWLA V70CR9QS4V9soWCJsR/fz+2lYb0EKsgXhu9snFVh+hh9dw1/+BatvRDiK+9MZ/6VVwdFuJrZKrvzF 2hPGUIb/bKoVHg==; Received: from ppp079167215024.access.hol.gr ([79.167.215.24]:59606 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oVwuo-0005B6-ST; Wed, 07 Sep 2022 11:24:35 -0400 From: Mathieu Othacehe Date: Wed, 7 Sep 2022 17:21:49 +0200 Message-Id: <20220907152150.5687-2-othacehe@gnu.org> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220907152150.5687-1-othacehe@gnu.org> References: <20220907152150.5687-1-othacehe@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * etc/teams.scm.in (core): Define it. --- etc/teams.scm.in | 84 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 83 insertions(+), 1 deletion(-) diff --git a/etc/teams.scm.in b/etc/teams.scm.in index 37937a02ff..0979e5cade 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -161,7 +161,89 @@ (define-team kernel (define-team core (team 'core - #:name "Core / Tools / Internals")) + #:name "Core / Tools / Internals" + #:scope + '("guix/avahi.scm" + "guix/base16.scm" + "guix/base32.scm" + "guix/base64.scm" + "guix/bzr-download.scm" + "guix/cache.scm" + "guix/channels.scm" + "guix/ci.scm" + "guix/colors.scm" + "guix/combinators.scm" + "guix/config.scm" + "guix/cpio.scm" + "guix/cpu.scm" + "guix/cve.scm" + "guix/cvs-download.scm" + "guix/deprecation.scm" + "guix/derivations.scm" + "guix/describe.scm" + "guix/diagnostics.scm" + "guix/discovery.scm" + "guix/docker.scm" + "guix/download.scm" + "guix/elf.scm" + "guix/ftp-client.scm" + "guix/gexp.scm" + "guix/git-authenticate.scm" + "guix/git-download.scm" + "guix/git.scm" + "guix/glob.scm" + "guix/gnu-maintenance.scm" + "guix/gnupg.scm" + "guix/grafts.scm" + "guix/graph.scm" + "guix/hash.scm" + "guix/hg-download.scm" + "guix/http-client.scm" + "guix/i18n.scm" + "guix/inferior.scm" + "guix/ipfs.scm" + "guix/least-authority.scm" + "guix/licenses.scm" + "guix/lint.scm" + "guix/man-db.scm" + "guix/memoization.scm" + "guix/modules.scm" + "guix/monad-repl.scm" + "guix/monads.scm" + "guix/narinfo.scm" + "guix/nar.scm" + "guix/openpgp.scm" + "guix/packages.scm" + "guix/pki.scm" + "guix/platform.scm" + "guix/platforms/" + "guix/profiles.scm" + "guix/profiling.scm" + "guix/progress.scm" + "guix/quirks.scm" + "guix/read-print.scm" + "guix/records.scm" + "guix/remote.scm" + "guix/repl.scm" + "guix/scripts/" + "guix/search-paths.scm" + "guix/self.scm" + "guix/serialization.scm" + "guix/sets.scm" + "guix/ssh.scm" + "guix/status.scm" + "guix/store.scm" + "guix/store/" + "guix/substitutes.scm" + "guix/svn-download.scm" + "guix/swh.scm" + "guix/tests.scm" + "guix/tests/" + "guix/transformations.scm" + "guix/ui.scm" + "guix/upstream.scm" + "guix/utils.scm" + "guix/workers.scm"))) (define-team games (team 'games From patchwork Wed Sep 7 15:21:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Othacehe X-Patchwork-Id: 42271 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 81FF127BBEA; Wed, 7 Sep 2022 16:25:29 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 34E7027BBE9 for ; Wed, 7 Sep 2022 16:25:29 +0100 (BST) Received: from localhost ([::1]:51460 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVwvg-00042N-97 for patchwork@mira.cbaines.net; Wed, 07 Sep 2022 11:25:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36006) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVwvH-00041K-Iz for guix-patches@gnu.org; Wed, 07 Sep 2022 11:25:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38916) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oVwvH-0007rc-67 for guix-patches@gnu.org; Wed, 07 Sep 2022 11:25:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oVwvH-0002xb-1A for guix-patches@gnu.org; Wed, 07 Sep 2022 11:25:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#57646] [PATCH 3/3] etc: installer: Define installer team scope. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 07 Sep 2022 15:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57646 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57646@debbugs.gnu.org Cc: Mathieu Othacehe Received: via spool by 57646-submit@debbugs.gnu.org id=B57646.166256428511331 (code B ref 57646); Wed, 07 Sep 2022 15:25:02 +0000 Received: (at 57646) by debbugs.gnu.org; 7 Sep 2022 15:24:45 +0000 Received: from localhost ([127.0.0.1]:55846 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVwuy-0002wh-Qz for submit@debbugs.gnu.org; Wed, 07 Sep 2022 11:24:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33858) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVwuv-0002w6-Dp for 57646@debbugs.gnu.org; Wed, 07 Sep 2022 11:24:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42182) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVwuq-0007l4-8C for 57646@debbugs.gnu.org; Wed, 07 Sep 2022 11:24:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=fan3xoBoDmbbbBt3RF7xi7m6sf7sZu3upbO3Cnf2eno=; b=CoXDY9jaC1Alx47u7Vqs Pre6hlDubPBFqtojE1+0Euhq7iSPlIWoRXLGHe+hGjqwjDNr7y21fYCY9WzbqxKPa31WwA8NHnSbS kmJST4izth+QTDoxTsyYUaLAXfPp2e8Y8j7qQL5F7gBCkpBkHcA7VJX0Mmeq9u7djw95V81KpE8bR TiQEhn4BYteZa3J8QDc/1UPBEW8o0ONeLJJfnC1lFBpatvjo3UaVbFIoiIljJkjajFZEafvr5q/yu NnBs7EEP+39k/YA+y+Bwt2xMDDJ2FhsSTVdKH5ByEIgXs/qo36OR5+OS6SsD3AHWv1NUXMO9cy3z4 tinf4idSG9op+g==; Received: from ppp079167215024.access.hol.gr ([79.167.215.24]:59606 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oVwup-0005B6-Nz; Wed, 07 Sep 2022 11:24:36 -0400 From: Mathieu Othacehe Date: Wed, 7 Sep 2022 17:21:50 +0200 Message-Id: <20220907152150.5687-3-othacehe@gnu.org> X-Mailer: git-send-email 2.37.2 In-Reply-To: <20220907152150.5687-1-othacehe@gnu.org> References: <20220907152150.5687-1-othacehe@gnu.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * etc/teams.scm.in (installer): Define it. --- etc/teams.scm.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/teams.scm.in b/etc/teams.scm.in index 0979e5cade..42da1ab1fc 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -255,7 +255,10 @@ (define-team translations (define-team installer (team 'installer - #:name "Installer script and system installer")) + #:name "Installer script and system installer" + #:scope + '("gnu/installer.scm" + "gnu/installer/"))) (define-team home (team 'home