From 79523d5fc15405c241c4026f31d895a6df13eacb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Thu, 29 Jan 2026 11:52:57 +0100 Subject: [PATCH] =?UTF-8?q?teams:=20Add=20two=20files=20for=20the=20?= =?UTF-8?q?=E2=80=98core=E2=80=99=20team.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * etc/teams.scm (core): Add ‘etc/teams.scm’ and ‘guix/remote-procedures.scm’. * CODEOWNERS: Regenerate. Change-Id: I805b507db22679afed31176e6a0043424a185bf8 --- CODEOWNERS | 2 ++ etc/teams.scm | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 86dabfda2d..05fe4f8dcf 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -34,6 +34,7 @@ gnu/packages/cpp\.scm @guix/cpp gnu/packages/ninja\.scm @guix/cpp gnu/packages/valgrind\.scm @guix/cpp +etc/teams\.scm @guix/core guix/avahi\.scm @guix/core guix/base16\.scm @guix/core guix/base32\.scm @guix/core @@ -94,6 +95,7 @@ guix/quirks\.scm @guix/core guix/read-print\.scm @guix/core guix/records\.scm @guix/core guix/remote\.scm @guix/core +guix/remote-procedures\.scm @guix/core guix/repl\.scm @guix/core guix/search-paths\.scm @guix/core guix/self\.scm @guix/core diff --git a/etc/teams.scm b/etc/teams.scm index 5e5d5643ed..076d359ebd 100755 --- a/etc/teams.scm +++ b/etc/teams.scm @@ -14,7 +14,7 @@ exec $pre_inst_env_maybe guix repl -- "$0" "$@" ;;; Copyright © 2022 Simon Tournier ;;; Copyright © 2025 Jelle Licht ;;; Copyright © 2025 Cayetano Santos -;;; Copyright © 2025 Ludovic Courtès +;;; Copyright © 2025-2026 Ludovic Courtès ;;; Copyright © 2025 jgart ;;; ;;; This file is part of GNU Guix. @@ -520,7 +520,8 @@ of Rebar and Mix build systems and Hex.pm importer." (team 'core #:name "Core / Tools / Internals" #:scope - (list "guix/avahi.scm" + (list "etc/teams.scm" + "guix/avahi.scm" "guix/base16.scm" "guix/base32.scm" "guix/base64.scm" @@ -580,6 +581,7 @@ of Rebar and Mix build systems and Hex.pm importer." "guix/read-print.scm" "guix/records.scm" "guix/remote.scm" + "guix/remote-procedures.scm" "guix/repl.scm" "guix/search-paths.scm" "guix/self.scm"