[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60218] [PATCH v2 3/3] .patman: New configuration file.
From: |
zimoun |
Subject: |
[bug#60218] [PATCH v2 3/3] .patman: New configuration file. |
Date: |
Wed, 11 Jan 2023 16:10:08 +0100 |
Hi Maxim,
On Fri, 06 Jan 2023 at 18:26, Simon Tournier <zimon.toutoune@gmail.com> wrote:
> On Tue, 27 Dec 2022 at 10:32, Maxim Cournoyer <maxim.cournoyer@gmail.com>
> wrote:
>
>> +++ b/.patman
>> @@ -0,0 +1,9 @@
>> +# This config file allows for Patchwork integration with
>> +# https://patches.guix-patches.cbaines.net/.
>> +[settings]
>> +project: guix-patches
>> +patchwork_url: https://patches.guix-patches.cbaines.net
>> +add_signoff: False
>> +# TODO: enable check_patch
>> +check_patch: False
>> +get_maintainer_script: etc/teams.scm get-maintainer
>
> Maybe it could be worse to provide an example about how to use this
> .patman file. Maybe under Notifying Teams [1] or Teams [2]. WDYT?
s/worse/worth :-)
> 1: https://guix.gnu.org/manual/devel/en/guix.html#Notifying-Teams-1
> 2: https://guix.gnu.org/manual/devel/en/guix.html#Teams
In #58813 [3], you suggest to reference to patman documentation. That’s
my suggestion, so let discuss overthere. :-)
3: <http://issues.guix.gnu.org/msgid/87358jmnwj.fsf@gmail.com>
Cheers,
simon