summaryrefslogtreecommitdiff
path: root/.patman
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-12-19 17:00:38 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-12-28 15:36:33 -0500
commitfde5af3962c8fafc5d20e5d742cc7aea907f3563 (patch)
treeb7345d940ac1bd52fc23a09ae6331fab2c49cdc7 /.patman
parenta6b98cdc07dff83413a3f32687e4671517991721 (diff)
.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--.patman10
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