emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60540: closed (teams: Add scope for Embedded / Bootstrap)


From: GNU bug Tracking System
Subject: bug#60540: closed (teams: Add scope for Embedded / Bootstrap)
Date: Wed, 24 May 2023 22:56:01 +0000

Your message dated Wed, 24 May 2023 15:55:26 -0700
with message-id <87jzwxgx0h.fsf@wireframe>
and subject line Re: [bug#60540] teams: Add scope for Embedded / Bootstrap
has caused the debbugs.gnu.org bug report #60540,
regarding teams: Add scope for Embedded / Bootstrap
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60540: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60540
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: teams: Add scope for Embedded / Bootstrap Date: Tue, 03 Jan 2023 21:53:25 -0800
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
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: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#60540] teams: Add scope for Embedded / Bootstrap Date: Wed, 24 May 2023 15:55:26 -0700
On 2023-05-15, Vagrant Cascadian wrote:
> On 2023-05-15, Josselin Poiret wrote:
>> Vagrant Cascadian <vagrant@debian.org> writes:
>>
>>> New patch attached which also splits the teams.
>>>
>>> They could still probably significantly benefit from
>>> descriptions... though I haven't heard much of anything weighed in on
>>> that from the discussion on guix-devel.
>>>
>>> live well,
>>>   vagrant
>>> From 0ae1c6951bcfd3c1a83e8a86adcbc6afae122c01 Mon Sep 17 00:00:00 2001
>>> From: Vagrant Cascadian <vagrant@debian.org>
>>> Date: Wed, 18 Jan 2023 11:17:36 -0800
>>> Subject: [PATCH] teams: Split Embedded and Bootstrap into separate teams.
>>>
>>> * etc/teams.scm.in (embedded-bootstrap): Replace by two separate teams.
>>>   (embedded): New variable.
>>>   (bootstrap): New variable.
>>>   Adjust membership to use new teams.
>>
>> Any news about this patch?
>
> Maybe it just wasn't controversial enough and I should just push it
> already. :)

Pushed as: 7cf606a5a0515b9a124fb58a06e3daa24a4a4e69

live well,
  vagrant

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]