summaryrefslogtreecommitdiff
path: root/.patman-defaults
blob: 6b6063b05f4f9cd414c6b00462b4e6f7cbc49e73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Default patman settings for the U-Boot tree
#
# patman is maintained separately; install it with:
#     pip install patch-manager
#
# See https://deinde.dev/patman
#
# patman reads this file at the lowest priority, so anything set here is a
# default that you can override in your own ~/.patman, in a local .patman or
# on the command line. patman autodetects the U-Boot project and locates
# scripts/get_maintainer.pl on its own; the patchwork server and get-maintainer
# script are pinned here so U-Boot does not depend on patman's built-in
# defaults in case those change.

[settings]
patchwork_url: https://patchwork.ozlabs.org
get_maintainer_script: scripts/get_maintainer.pl --norolestats

# Other settings you might set here as project defaults:
# process_tags: True
# add_signoff: True
# check_patch: True
# verbose: False
# smtp_server: /path/to/sendmail

# Aliases are recursive and are usually kept per-user in ~/.patman:
# [alias]
# me: Your Name <you@example.com>

# Addresses known to bounce can be dropped from the recipient list:
# [bounces]
# someone: A Name <someone@example.com>