[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73202] [PATCH v2 15/15] teams: Add bootloading team.
From: |
Herman Rimm |
Subject: |
[bug#73202] [PATCH v2 15/15] teams: Add bootloading team. |
Date: |
Fri, 20 Sep 2024 12:38:00 +0200 |
From: Lilah Tascheter <lilah@lunabee.space>
Might as well, to help ease the transition.
* etc/teams.scm (bootloaders): New team.
(Lilah Tascheter): Create and add to above.
Change-Id: I63620f4e3151bb8e3d0bdf619fc70501af6397a0
---
etc/teams.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index 9239021b39..2150a7aad1 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -328,6 +328,12 @@ (define-team embedded
#:scope (list "gnu/packages/bootloaders.scm"
"gnu/packages/firmware.scm")))
+(define-team bootloaders
+ (team 'bootloaders
+ #:name "Bootloaders"
+ #:scope (list "gnu/bootloader.scm"
+ (make-regexp* "^gnu/bootloader/"))))
+
(define-team rust
(team 'rust
#:name "Rust"
@@ -749,6 +755,10 @@ (define-member (person "André Batista"
"nandre@riseup.net")
mozilla)
+(define-member (person "Lilah Tascheter"
+ "lilah@lunabee.space")
+ bootloaders)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))
--
2.45.2
- [bug#73202] [PATCH v2 01/15] gnu: bootloader: Remove deprecated bootloader-configuration field., (continued)
- [bug#73202] [PATCH v2 01/15] gnu: bootloader: Remove deprecated bootloader-configuration field., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 02/15] gnu: system: Remove useless boot parameters., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 03/15] gnu: tests: reconfigure: Remove bootloader install test., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 11/15] gnu: build: bootloader: Add efi-bootnums procedure., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 08/15] gnu: bootloader: Add bootloader-target record and infastructure., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 06/15] guix: utils: Add flatten and flat-map from haunt., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 10/15] gnu: bootloader: Add device-subvol field to menu-entry record., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 12/15] gnu: bootloader: Install any bootloader to ESP., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 05/15] guix: scripts: Rewrite reinstall-bootloader to use provenance data., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 07/15] guix: records: Add wrap-element procedure., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 15/15] teams: Add bootloading team.,
Herman Rimm <=
- [bug#73202] [PATCH v2 13/15] gnu: bootloader: Match records outside the module., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 14/15] gnu: system: boot: Add procedure., Herman Rimm, 2024/09/20
- [bug#73202] [PATCH v2 00/15] Preparation for bootloader rewrite., Herman Rimm, 2024/09/21
- [bug#73202] [PATCH v3 01/14] gnu: bootloader: Remove deprecated bootloader-configuration field., Herman Rimm, 2024/09/26
- [bug#73202] [PATCH v3 02/14] gnu: system: Remove useless boot parameters., Herman Rimm, 2024/09/26
- [bug#73202] [PATCH v3 03/14] gnu: tests: reconfigure: Remove bootloader install test., Herman Rimm, 2024/09/26
- [bug#73202] [PATCH v3 08/14] gnu: bootloader: Add bootloader-target record and infastructure., Herman Rimm, 2024/09/26
- [bug#73202] [PATCH v3 09/14] gnu: bootloader: Add bootloader-configurations->gexp., Herman Rimm, 2024/09/26
- [bug#73202] [PATCH v3 06/14] guix: utils: Add flatten and flat-map from haunt., Herman Rimm, 2024/09/26