[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60218] [PATCH v2 3/3] .patman: New configuration file.
From: |
Maxim Cournoyer |
Subject: |
[bug#60218] [PATCH v2 3/3] .patman: New configuration file. |
Date: |
Tue, 27 Dec 2022 10:32:48 -0500 |
* .patman: New file.
---
(no changes since v1)
.patman | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 .patman
diff --git a/.patman b/.patman
new file mode 100644
index 0000000000..4708bb5ea8
--- /dev/null
+++ 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
--
2.38.1