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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58155 in the body.
You can then email your comments to 58155 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#58155; Package guix-patches. (Thu, 29 Sep 2022 03:22:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 29 Sep 2022 03:22:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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




Information forwarded to guix-patches <at> gnu.org:
bug#58155; Package guix-patches. (Thu, 29 Sep 2022 07:21:02 GMT) Full text and rfc822 format available.

Message #8 received at 58155 <at> debbugs.gnu.org (full text, mbox):

From: Liliana Marie Prikler <liliana.prikler <at> ist.tugraz.at>
To: Thiago Jung Bauermann <bauermann <at> kolabnow.com>, 58155 <at> debbugs.gnu.org
Subject: Re: [PATCH] etc: teams: Add news.scm to translations team scope.
Date: Thu, 29 Sep 2022 09:20:39 +0200
Am Donnerstag, dem 29.09.2022 um 00:20 -0300 schrieb Thiago Jung
Bauermann:
> * 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.
Since changes to NEWS and po rarely go through the mailing lists, I
doubt this will have the intended effect.  (Of course we can still add
the scope, it most likely will do exactly nothing, i.e. neither good
nor harm.)  Is there anything else we can do to improve the translation
workflow?




Information forwarded to guix-patches <at> gnu.org:
bug#58155; Package guix-patches. (Sat, 01 Oct 2022 23:35:02 GMT) Full text and rfc822 format available.

Message #11 received at 58155 <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: Liliana Marie Prikler <liliana.prikler <at> ist.tugraz.at>
Cc: 58155 <at> debbugs.gnu.org
Subject: Re: [PATCH] etc: teams: Add news.scm to translations team scope.
Date: Sat, 01 Oct 2022 20:19:26 -0300
Hello Liliana,

Liliana Marie Prikler <liliana.prikler <at> ist.tugraz.at> writes:

> Am Donnerstag, dem 29.09.2022 um 00:20 -0300 schrieb Thiago Jung
> Bauermann:
>> * 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.
> Since changes to NEWS and po rarely go through the mailing lists, I
> doubt this will have the intended effect.  (Of course we can still add
> the scope, it most likely will do exactly nothing, i.e. neither good
> nor harm.)

This patch doesn't add scope entries for NEWS nor for po files though.
There's a scope entry for the latter but it was added by a previous
patch.

I thought that changes to etc/news.scm went through the mailing lists
but it looks like they don't so this patch is less useful than I
thought...

I still think it would be useful to apply it, as a kind of
documentation/statement that the translations team is interested in
changes to etc/news.scm.

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

> Is there anything else we can do to improve the translation
> workflow?

I think Julien Lepiller's proposal to translate news on weblate would be
a nice improvement:

https://yhetil.org/guix/20220721222734.0f0ac881 <at> sybil.lepiller.eu/

-- 
Thanks
Thiago




Reply sent to Mathieu Othacehe <othacehe <at> gnu.org>:
You have taken responsibility. (Mon, 03 Oct 2022 13:33:01 GMT) Full text and rfc822 format available.

Notification sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
bug acknowledged by developer. (Mon, 03 Oct 2022 13:33:02 GMT) Full text and rfc822 format available.

Message #16 received at 58155-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 01 Nov 2022 11:24:06 GMT) Full text and rfc822 format available.

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.