From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:5f26::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id wYYYN7GJgGUFOgEAkFu2QA (envelope-from ) for ; Mon, 18 Dec 2023 19:04:33 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id CPq4MLGJgGWuxwAAqHPOHw (envelope-from ) for ; Mon, 18 Dec 2023 19:04:33 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=b2kpk1HZ; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1702922614; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=Z49WbnsZFYLoHL4MA5z4iPFI5AgTJdpwahD+cC9iLCA=; b=RLNTjVi5VNNiD/YtXp1PEoM9yT7xWf+G4pDWawIxJCwG/O6asb8mn2ZLn8lZ+TJqGuDmd+ 1OaegBELNy4OELx0uMnCr4yNR4fBKBYJ+wO8M1RbWzuZLJwaqdBcrzsKSgmX+7lbwKmXYp B0w+mxkDITkhdWrDmdYb7XGDGfSuyWZZIB+jmnCR4npVziF5cGaNukqvdbAC4o6iSzV2sJ sXjzl50sIy1ofwwkufJzMteVsi6fW1S0cE1vPLkBXCaSWeZJK478ZsuS5I7xwo/3Sh2knf km+4w9JTZ66fzk2rN+o1ZQE841ZvqrE8977xkiKvl+olucvMA7P2HkpWxB2woA== 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=b2kpk1HZ; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1702922614; a=rsa-sha256; cv=none; b=gPgSBWt+miY1668tNDihDd91EBMokxBGsamfKZ4dNg3LfEPe8+Oj0aNroQDDTP+ZthaXXm 9Vi6ojg9AzajDpYkhXxCZuEtVCUHc8PJQjZXHapld0rFYxkPrx+c22FAhpExeCk67nYiAW tfWkSKrvBbwkSRLP/UymYM8l15JZxgjByv7GqgJGsDcTJGL1dytAvu5odVZe1XMMym7vVY a7wxjzpNO6SzizhykkcfjDyOW1KhQsRFJ7XTV0JbND7zc/r9jiftAEFLknL3PlZP+ik0cZ JMjwsi0e2Tj0RibMC2YEY2Z73TEw8hMdfiYNO675tPe8EsQ3AQS5yBIkoXvpsA== 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 2FEBD5EB6D for ; Mon, 18 Dec 2023 19:03:34 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rFHxV-0003La-8Y; Mon, 18 Dec 2023 13:03:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rFHxI-0003Hn-HR for guix-patches@gnu.org; Mon, 18 Dec 2023 13:03:12 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rFHxG-0008MH-8w; Mon, 18 Dec 2023 13:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rFHxG-0001Fb-KY; Mon, 18 Dec 2023 13:03:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67880] [PATCH] teams: Add =?UTF-8?Q?=E2=80=98core-packages=E2=80=99?= team. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix@cbaines.net, dev@jpoiret.xyz, othacehe@gnu.org, me@tobias.gr, janneke@gnu.org, marius@gnu.org, guix-patches@gnu.org Resent-Date: Mon, 18 Dec 2023 18:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 67880 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67880@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Christopher Baines , Josselin Poiret , Mathieu Othacehe , Tobias Geerinckx-Rice , Janneke Nieuwenhuizen , Marius Bakke X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Christopher Baines , Josselin Poiret , Mathieu Othacehe , Tobias Geerinckx-Rice , Janneke Nieuwenhuizen , Marius Bakke Received: via spool by submit@debbugs.gnu.org id=B.17029225414696 (code B ref -1); Mon, 18 Dec 2023 18:03:02 +0000 Received: (at submit) by debbugs.gnu.org; 18 Dec 2023 18:02:21 +0000 Received: from localhost ([127.0.0.1]:33539 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFHwa-0001Dg-OZ for submit@debbugs.gnu.org; Mon, 18 Dec 2023 13:02:21 -0500 Received: from lists.gnu.org ([2001:470:142::17]:47510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rFHwZ-0001DJ-4c for submit@debbugs.gnu.org; Mon, 18 Dec 2023 13:02:20 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rFHwR-00035X-Hu for guix-patches@gnu.org; Mon, 18 Dec 2023 13:02:11 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rFHwP-0008IT-T1; Mon, 18 Dec 2023 13:02:10 -0500 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=Z49WbnsZFYLoHL4MA5z4iPFI5AgTJdpwahD+cC9iLCA=; b=b2kpk1HZThpnwj I9IiKzpSGBl5DTJpITnnS4vxJR4abNtRj2ClHKawWhBwW6bJBx3hp2Ius7fRUStuUEpbLHSVcTI/N EgFZm+o6C5xPXG1U8ByUZcBD+gSAC0vGXkHLqYVEOP5LGXbdw1RHnw4Xxh1sAkAzOBnw712CO2/jI FtVQmUNbU04qwQYPj8JNSy+qO0gDuYdmLn7E+B+9XQjgU+j8Nw19Sjiw5BbwvS2ZV5IwIA5J/4H38 V6kctGhvaiOAvnSCDcCthJaeIJyE9NEGbF8GoX/tvFZadzzF8lxZ+WIWrEozJtHz6xaOKgiUZqm4u m3DX8kH6iupC3bejSgrA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 18 Dec 2023 19:01:48 +0100 Message-ID: <31136a6326c09473d75801f66d4055dba68a0faf.1702922342.git.ludo@gnu.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -5.92 X-Spam-Score: -5.92 X-Migadu-Queue-Id: 2FEBD5EB6D X-Migadu-Scanner: mx10.migadu.com X-TUID: gmJJ1DK8xwB0 * etc/teams.scm (bootstrap): Add “gnu/packages/commencement.scm”. (core-packages): New team. (Ludovic Courtès): Add to ‘core-packages’ team. Change-Id: I25f22d436a4dc9bf4c8f577f94cc178cbaa80768 --- etc/teams.scm | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) Hello Guix! This is something we discussed last week on IRC: adding a team for “core” packages. By that I mean: the GNU tool chain, Guile, all the things in (gnu packages base), and probably the closure of all this. These are the packages we would update on ‘core-updates’, and ideally we wouldn’t touch any other package on that branch. (So Python would be handled on the ‘python-team’ branch, for instance.) How does that sound? I know of a handful of people who’d deserve to be members. :-) Thanks, Ludo’. diff --git a/etc/teams.scm b/etc/teams.scm index 76633c2184..9cf827af29 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -310,7 +310,8 @@ (define-team go (define-team bootstrap (team 'bootstrap #:name "Bootstrap" - #:scope (list "gnu/packages/mes.scm"))) + #:scope (list "gnu/packages/commencement.scm" + "gnu/packages/mes.scm"))) (define-team embedded (team 'embedded @@ -424,6 +425,21 @@ (define-team core (make-regexp* "^guix/scripts/") (make-regexp* "^guix/store/")))) +(define-team core-packages + (team 'core-packages + #:name "Core packages" + #:description "Core packages: the GNU tool chain, Guile, Coreutils, etc." + #:scope (list "gnu/packages/base.scm" + "gnu/packages/bootstrap.scm" + "gnu/packages/commencement.scm" + "gnu/packages/cross-base.scm" + "gnu/packages/gcc.scm" + "gnu/packages/guile.scm" + "gnu/packages/make-bootstrap.scm" + "guix/build/gnu-build-system.scm" + "guix/build/utils.scm" + "guix/build-system/gnu.scm"))) + (define-team games (team 'games #:name "Games and Toys" @@ -554,7 +570,7 @@ (define-member (person "Jonathan Brielmaier" (define-member (person "Ludovic Courtès" "ludo@gnu.org") - core home bootstrap installer mentors) + core home bootstrap core-packages installer mentors) (define-member (person "Andreas Enge" "andreas@enge.fr") base-commit: b681e339fa37f2a26763458ee56b31af1d6a7ec5 -- 2.41.0