all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61797] [PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers.
@ 2023-02-19  0:00 Tobias Geerinckx-Rice via Guix-patches via
  2023-02-26 13:10 ` bug#61797: " Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-02-19  0:00 UTC (permalink / raw)
  To: 61797

Debbugs has never supported this: the documented way to CC multiple
people is to comma-separate their addresses in one single header line.

See <https://www.debian.org/Bugs/Reporting>, ‘Sending copies of bug
reports to other addresses’.

* etc/teams.scm.in (cc): Generate a single X-Debbugs-Cc header.

Reported by Ludovic Courtès <ludo@gnu.org>
---
 etc/teams.scm.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index ff913673e8..7dfe321ed9 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -569,7 +569,7 @@ (define (cc . teams)
   "Return arguments for `git send-email' to notify the members of the given
 TEAMS when a patch is received by Debbugs."
   (format #true
-          "~{--add-header=\"X-Debbugs-Cc: ~a\"~^ ~}"
+          "--add-header=\"X-Debbugs-Cc: ~{~a~^,~}\""
           (map person-email
                (delete-duplicates (append-map team-members teams) equal?))))
 

base-commit: 54bcdaa3b13650c6ed2478707f02b82175d1ea27
-- 
2.39.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61797: [PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers.
  2023-02-19  0:00 [bug#61797] [PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers Tobias Geerinckx-Rice via Guix-patches via
@ 2023-02-26 13:10 ` Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Geerinckx-Rice via Guix-patches via @ 2023-02-26 13:10 UTC (permalink / raw)
  To: 61797-close

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Wait.

As apteryx notes in bug #58813, using this to ‘guix send-mail … 
$(etc/teams.scm cc TEAM)’ is never going to work.

If that's the proposed use case, this is not worth fixing.

Closing.

T G-R

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-26 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-19  0:00 [bug#61797] [PATCH] teams: Don't generate multiple X-Debbugs-Cc: headers Tobias Geerinckx-Rice via Guix-patches via
2023-02-26 13:10 ` bug#61797: " Tobias Geerinckx-Rice via Guix-patches via

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.