GNU bug report logs - #58155
[PATCH] etc: teams: Add news.scm to translations team scope.

Previous Next

Package: guix-patches;

Reported by: Thiago Jung Bauermann <bauermann <at> kolabnow.com>

Date: Thu, 29 Sep 2022 03:22:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: bug#58155: closed (Re: bug#58155: [PATCH] etc: teams: Add
 news.scm to translations team scope.)
Date: Mon, 03 Oct 2022 13:33:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58155: [PATCH] etc: teams: Add news.scm to translations team scope.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58155 <at> debbugs.gnu.org.

-- 
58155: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58155
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Cc: Liliana Marie Prikler <liliana.prikler <at> ist.tugraz.at>,
 58155-done <at> debbugs.gnu.org
Subject: Re: bug#58155: [PATCH] etc: teams: Add news.scm to translations
 team scope.
Date: Mon, 03 Oct 2022 15:32:09 +0200
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

[Message part 3 (message/rfc822, inline)]
From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: guix-patches <at> gnu.org
Cc: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
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



This bug report was last modified 2 years and 314 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.