cb0d8100b2
The feature is not used in Guix, and it produces extraneous warnings. * .patman (ignore_bad_tags): Set option to True.
12 lines
331 B
Plaintext
12 lines
331 B
Plaintext
# 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
|
|
ignore_bad_tags: True
|