all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vagrant Cascadian <vagrant@debian.org>
To: 60540@debbugs.gnu.org
Subject: [bug#60540] teams: Add scope for Embedded / Bootstrap
Date: Tue, 03 Jan 2023 21:53:25 -0800	[thread overview]
Message-ID: <875ydmalre.fsf@yucca> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 206 bytes --]

There are some packages that are obviously related to embedded
(e.g. u-boot from bootloaders.scm, arm-trusted-firmware from
firmware.scm) and bootstrapping (mes.scm).

Patch attached.

live well,
  vagrant

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0003-teams-Add-scope-for-Embedded-Bootstrap-team.patch --]
[-- Type: text/x-diff, Size: 939 bytes --]

From 6c8076261cf1a93134e3435124d4a7e9dcbbba1c Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Tue, 3 Jan 2023 21:41:34 -0800
Subject: [PATCH 3/4] teams: Add scope for Embedded / Bootstrap team.

* etc/teams.scm.in (embedded-bootstrap): Add bootloaders, firmware and mes to
  scope.
---
 etc/teams.scm.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index b3a1c72c28..921c101aa7 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -244,7 +244,10 @@ asdf-build-system."
 
 (define-team embedded-bootstrap
   (team 'embedded-bootstrap
-        #:name "Embedded / Bootstrap"))
+        #:name "Embedded / Bootstrap"
+        #:scope (list "gnu/packages/bootloaders.scm"
+                      "gnu/packages/firmware.scm"
+                      "gnu/packages/mes.scm")))
 
 (define-team rust
   (team 'rust
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

             reply	other threads:[~2023-01-04  5:54 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-04  5:53 Vagrant Cascadian [this message]
2023-01-08 13:43 ` [bug#60540] teams: Add scope for Embedded / Bootstrap Mathieu Othacehe
2023-01-10 23:21   ` Vagrant Cascadian
2023-01-18 19:30   ` Vagrant Cascadian
2023-05-15 18:54     ` Josselin Poiret via Guix-patches via
2023-05-15 19:21       ` Vagrant Cascadian
2023-05-24 22:55         ` bug#60540: " Vagrant Cascadian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875ydmalre.fsf@yucca \
    --to=vagrant@debian.org \
    --cc=60540@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.