From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id KCAhBea3GGOdFwEAbAwnHQ (envelope-from ) for ; Wed, 07 Sep 2022 17:25:26 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id KPj9BOa3GGMVbQAAauVa8A (envelope-from ) for ; Wed, 07 Sep 2022 17:25:26 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9C95DC1D6 for ; Wed, 7 Sep 2022 17:25:25 +0200 (CEST) Received: from localhost ([::1]:51462 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVwvc-00042O-MM for larch@yhetil.org; Wed, 07 Sep 2022 11:25:24 -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 Content-Transfer-Encoding: 8bit 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+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662564325; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=q53gHzZ7yMkeORuVRmgNoCo/M3PkeQaFmZevinMdd5g=; b=Vt7BDeJHLDFWQGBjCJjEw9+OpvFNnIjuQ6IvV1Uuxmp7I8k5GbIRNg5uvZkWOg1fKiLx+T JCjeyG3i/nY7QS3zRXGTuz/xlyG/WBEoZylVOaiGfixcDLEhSbpQsUnT7k0r5lPBfFM9U2 AlLujvUyEKTH+EQsA+odc6PceQC86Tu4P7wKdOG3+kyj6VK84OIspmYLcdXRLh3GXOctub RPmrLfeOQ3QYN+GAq8SjjktoymNwQmxUHBBXhWdCshB4KKYBUxUveQLiAmBrPYbWVRiJtz pY73ax5qxDq2T/iKpmrYjm8zI4HXiTZ+mk7WOG2JCbEtRFXi74nPEsBzW0Hsbw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662564325; a=rsa-sha256; cv=none; b=KfbEpzFz2hV3zMhLrI47k5nevFkD7F0TNiOQ+fc7RjAakt0Kfv9JlSFw5nxlqNGoNJkKRG Cu9rmKY5L71zwSjuw7emivDVP888b+Pte0EGGyQZVuUbxx1Rllw/iNK81avWMlp4wCyMve t2Cjt4DsDvvtWDww+q5ZUsYAgVDh46SHlTsds9kI4FGl5zm2SWfBZQfn7bEuYICT0hCFXt CPafwAt5iNsprEG6B7XMSSAcPAnAqSnvRcMk2pF5zwX3TbcZKY8wvgdW1BoiUKZNF5fpSy +3xbpEtKb76Z+jlB6ZRCSxXIqwWay1x+zHOzYxnphVgZa5fgSYqVC0XetezVjA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SOmC0Qeu; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.28 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=SOmC0Qeu; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 9C95DC1D6 X-Spam-Score: -3.28 X-Migadu-Scanner: scn0.migadu.com X-TUID: QLCrkEX1BmEm * 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 -- 2.37.2