diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-19 17:00:38 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-12-28 15:36:33 -0500 |
commit | fde5af3962c8fafc5d20e5d742cc7aea907f3563 (patch) | |
tree | b7345d940ac1bd52fc23a09ae6331fab2c49cdc7 /.patman | |
parent | a6b98cdc07dff83413a3f32687e4671517991721 (diff) | |
download | guix-fde5af3962c8fafc5d20e5d742cc7aea907f3563.tar.gz |
.patman: New configuration file.
* .patman: New file. Series-to: 60218@debbugs.gnu.org Series-cc: rekado@elephly.net, othacehe@gnu.org Series-version: 2
Diffstat (limited to '.patman')
-rw-r--r-- | .patman | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.patman b/.patman new file mode 100644 index 0000000000..20c3362ac1 --- /dev/null +++ b/.patman @@ -0,0 +1,10 @@ +# 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 +get_maintainer_script: etc/teams.scm get-maintainer +# TODO: enable check_patch +check_patch: False |