GNU bug report logs -
#76437
[PATCH 0/3] Create electronics team, add Cayetano and Maxim
Previous Next
Reported by: Cayetano Santos <csantosb <at> inventati.org>
Date: Thu, 20 Feb 2025 08:36:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76437 in the body.
You can then email your comments to 76437 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76437
; Package
guix-patches
.
(Thu, 20 Feb 2025 08:36:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 20 Feb 2025 08:36:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
The need for a new electronics team arises out of this exchange:
https://yhetil.org/guix-devel/87ldugd7h2.fsf <at> inventati.org/
Maxim Cournoyer and Cayetano Santos (new member) are the first two participants on the team.
Cayetano Santos (3):
etc: teams: Add an electronics team.
etc: teams: Add Cayetano Santos.
etc: teams: Add Maxim Cournoyer to electronics team.
etc/teams.scm | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76437
; Package
guix-patches
.
(Thu, 20 Feb 2025 09:23:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 76437 <at> debbugs.gnu.org (full text, mbox):
Change-Id: I8ec5f0d1dd78344039ef4b51a3dc48c3502f9310
Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
---
etc/teams.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index 81fb68fe3c..7d40f53e25 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -829,6 +829,10 @@ (define-member (person "Jelle Licht"
"jlicht <at> fsfe.org")
javascript)
+(define-member (person "Cayetano Santos"
+ "csantosb <at> inventati.org")
+ electronics)
+
(define (find-team name)
(or (hash-ref %teams (string->symbol name))
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76437
; Package
guix-patches
.
(Thu, 20 Feb 2025 09:24:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 76437 <at> debbugs.gnu.org (full text, mbox):
Change-Id: Ibc0b022a66be02ed98cd72da47357fc6e0af88e5
Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
---
etc/teams.scm | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/etc/teams.scm b/etc/teams.scm
index 2aa8382225..81fb68fe3c 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -13,6 +13,7 @@
;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2022 Simon Tournier <zimon.toutoune <at> gmail.com>
;;; Copyright © 2025 Jelle Licht <jlicht <at> fsfe.org>
+;;; Copyright © 2025 Cayetano Santos <csantosb <at> inventati.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -325,6 +326,15 @@ (define-team emacs
"guix/scripts/import/elpa.scm"
"tests/elpa.scm")))
+(define-team electronics
+ (team 'electronics
+ #:name "Electronics team"
+ #:description "Electronics and hardware related packages."
+ #:scope (list "gnu/packages/fpga.scm"
+ "gnu/packages/electronics.scm"
+ "gnu/package/libftdi.scm"
+ "gnu/packages/engineering.scm")))
+
(define-team lisp
(team 'lisp
#:name "Lisp team"
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76437
; Package
guix-patches
.
(Thu, 20 Feb 2025 09:24:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 76437 <at> debbugs.gnu.org (full text, mbox):
Change-Id: If907ecf47c86cefcc934304f4f4059e0d060262d
Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
---
etc/teams.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/etc/teams.scm b/etc/teams.scm
index 7d40f53e25..8b40c31899 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -751,7 +751,7 @@ (define-member (person "Vagrant Cascadian"
(define-member (person "Maxim Cournoyer"
"maxim.cournoyer <at> gmail.com")
- documentation gnome qt telephony)
+ documentation gnome qt telephony electronics)
(define-member (person "Katherine Cox-Buday"
"cox.katherine.e+guix <at> gmail.com")
--
2.48.1
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Sat, 22 Feb 2025 14:59:07 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Sat, 22 Feb 2025 14:59:11 GMT)
Full text and
rfc822 format available.
Message #19 received at 76437-done <at> debbugs.gnu.org (full text, mbox):
Cayetano Santos <csantosb <at> inventati.org> writes:
> Change-Id: Ibc0b022a66be02ed98cd72da47357fc6e0af88e5
> Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
Perhaps oddly in Guix, we use 'Signed-off-by' to means "signing off on
someone's else work", when committing other people work, instead of the
more usual way (as some kind of digital signature for our own work).
> ---
> etc/teams.scm | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
> diff --git a/etc/teams.scm b/etc/teams.scm
> index 2aa8382225..81fb68fe3c 100755
> --- a/etc/teams.scm
> +++ b/etc/teams.scm
> @@ -13,6 +13,7 @@
> ;;; Copyright © 2022, 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
> ;;; Copyright © 2022 Simon Tournier <zimon.toutoune <at> gmail.com>
> ;;; Copyright © 2025 Jelle Licht <jlicht <at> fsfe.org>
> +;;; Copyright © 2025 Cayetano Santos <csantosb <at> inventati.org>
> ;;;
> ;;; This file is part of GNU Guix.
> ;;;
> @@ -325,6 +326,15 @@ (define-team emacs
> "guix/scripts/import/elpa.scm"
> "tests/elpa.scm")))
>
> +(define-team electronics
> + (team 'electronics
> + #:name "Electronics team"
> + #:description "Electronics and hardware related packages."
> + #:scope (list "gnu/packages/fpga.scm"
> + "gnu/packages/electronics.scm"
> + "gnu/package/libftdi.scm"
Added the missing 's' above and pushed. Thank you!
--
Thanks,
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 23 Mar 2025 11:24:30 GMT)
Full text and
rfc822 format available.
This bug report was last modified 88 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.