[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72457] [PATCH v4 15/15] teams: Add bootloading team.
From: |
Lilah Tascheter |
Subject: |
[bug#72457] [PATCH v4 15/15] teams: Add bootloading team. |
Date: |
Mon, 5 Aug 2024 21:44:53 -0500 |
Might as well, to help ease the transition.
* etc/teams.scm (bootloaders): New team.
(Lilah Tascheter): Create 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 408ebbf3d9..d9af4ad7bb 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"
@@ -746,6 +752,10 @@ (define-member (person "Nicolas Goaziou"
"guix@nicolasgoaziou.fr")
tex)
+(define-member (person "Lilah Tascheter"
+ "lilah@lunabee.space")
+ bootloaders)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))
--
2.45.2
- [bug#72457] [PATCH v3 11/15] gnu: bootloaders: Add uki-efi-bootloader., (continued)
- [bug#72457] [PATCH v3 11/15] gnu: bootloaders: Add uki-efi-bootloader., Lilah Tascheter, 2024/08/04
- [bug#72457] [PATCH v3 14/15] gnu: tests: Update tests to new targets system., Lilah Tascheter, 2024/08/04
- [bug#72457] [PATCH v3 06/15] gnu: bootloader: Add raspberry pi bootloader., Lilah Tascheter, 2024/08/04
- [bug#72457] [PATCH v3 15/15] teams: Add bootloading team., Lilah Tascheter, 2024/08/04
- [bug#72457] [PATCH v3 04/15] gnu: Core bootloader changes., Lilah Tascheter, 2024/08/04
- [bug#72457] [PATCH v3 12/15] gnu: system: Update examples., Lilah Tascheter, 2024/08/04
- [bug#72457] [PATCH v3 13/15] doc: Update bootloader documentation., Lilah Tascheter, 2024/08/04
- [bug#72457] [PATCH v3 00/15] Rewrite bootloader subsystem., Sergey Trofimov, 2024/08/05
- [bug#72457] [PATCH v4 00/15] Rewrite bootloader subsystem., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 05/15] gnu: system: Remove useless boot parameters., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 15/15] teams: Add bootloading team.,
Lilah Tascheter <=
- [bug#72457] [PATCH v4 07/15] gnu: system: Fix bootloader crypto device recognition., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 02/15] gnu: Add bootloader target infastructure., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 14/15] gnu: tests: Update tests to new targets system., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 03/15] guix: scripts: Remove unused code., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 04/15] gnu: Core bootloader changes., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 01/15] guix: scripts: Rewrite reinstall-bootloader to use provenance data., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 09/15] gnu: packages: Add ukify., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 12/15] gnu: system: Update examples., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 10/15] gnu: packages: Add systemd-stub., Lilah Tascheter, 2024/08/05
- [bug#72457] [PATCH v4 11/15] gnu: bootloaders: Add uki-efi-bootloader., Lilah Tascheter, 2024/08/05