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

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

bug#58155: closed ([PATCH] etc: teams: Add news.scm to translations team


From: GNU bug Tracking System
Subject: bug#58155: closed ([PATCH] etc: teams: Add news.scm to translations team scope.)
Date: Mon, 03 Oct 2022 13:33:01 +0000

Your message dated Mon, 03 Oct 2022 15:32:09 +0200
with message-id <87czb9kp7q.fsf_-_@gnu.org>
and subject line Re: bug#58155: [PATCH] etc: teams: Add news.scm to 
translations team scope.
has caused the debbugs.gnu.org bug report #58155,
regarding [PATCH] etc: teams: Add news.scm to translations team scope.
to be marked as done.

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


-- 
58155: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58155
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] etc: teams: Add news.scm to translations team scope. Date: Thu, 29 Sep 2022 00:20:58 -0300
* etc/teams.scm.in (translations)[#:scope]: Add etc/news.scm.
---

Hello,

I'm interested in receiving emails about changes in etc/news.scm.
This patch assumes other members of the translations team are as well.

 etc/teams.scm.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 2727505529c6..c27ea5271e54 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -354,7 +354,8 @@ (define-team games
 (define-team translations
   (team 'translations
         #:name "Translations"
-        #:scope (list (make-regexp "^po/"))))
+        #:scope (list "etc/news.scm"
+                      (make-regexp "^po/"))))
 
 (define-team installer
   (team 'installer



--- End Message ---
--- Begin Message --- Subject: Re: bug#58155: [PATCH] etc: teams: Add news.scm to translations team scope. Date: Mon, 03 Oct 2022 15:32:09 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hey,

> Relatedly, it would be a good idea for people adding new entries to
> etc/news.scm to notify members of the translations team.

We could state that modifications to etc/news.scm should go to review
and with you change, the members of the translation team would be
notified.

Applied, thanks!

Mathieu


--- End Message ---

reply via email to

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