This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 6d97c3f30f teams: bootstrap: Adopt bootstrap.scm.
6d97c3f30f is described below
commit 6d97c3f30fd920e344a55aa628163292613d0f0a
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Feb 3 16:48:57 2026 +0200
teams: bootstrap: Adopt bootstrap.scm.
* etc/teams.scm (bootstrap)[scope]: Add gnu/packages/bootstrap.scm.
CODEOWNERS: Regenerate file.
Change-Id: Icdccfe154e09835cec2a95f94f3688b412dbb787
---
CODEOWNERS | 1 +
etc/teams.scm | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/CODEOWNERS b/CODEOWNERS
index d90303c439..b117497872 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -23,6 +23,7 @@ guix/scripts/import/hexpm\.scm @guix/beam
gnu/packages/bioinformatics\.scm @guix/bioinformatics
+gnu/packages/bootstrap\.scm @guix/bootstrap
gnu/packages/commencement\.scm @guix/bootstrap
gnu/packages/mes\.scm @guix/bootstrap
diff --git a/etc/teams.scm b/etc/teams.scm
index 408f3f71f2..5bb29f14e4 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -500,7 +500,8 @@ of Rebar and Mix build systems and Hex.pm importer."
(team 'bootstrap
#:name "Bootstrap"
#:description "Full-source bootstrap: stage0, Mes, Gash, etc."
- #:scope (list "gnu/packages/commencement.scm"
+ #:scope (list "gnu/packages/bootstrap.scm"
+ "gnu/packages/commencement.scm"
"gnu/packages/mes.scm")))
(define-team c++