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