Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190628-pull-request' into...
[qemu/ar7.git] / .gitpublish
bloba13f8c7c0ecd94969ff76bad4d2534981689aa8f
2 # Common git-publish profiles that can be used to send patches to QEMU upstream.
4 # See https://github.com/stefanha/git-publish for more information
6 [gitpublishprofile "default"]
7 base = master
8 to = qemu-devel@nongnu.org
9 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
11 [gitpublishprofile "rfc"]
12 base = master
13 prefix = RFC PATCH
14 to = qemu-devel@nongnu.org
15 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
17 [gitpublishprofile "stable"]
18 base = master
19 to = qemu-devel@nongnu.org
20 cc = qemu-stable@nongnu.org
21 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
23 [gitpublishprofile "trivial"]
24 base = master
25 to = qemu-devel@nongnu.org
26 cc = qemu-trivial@nongnu.org
27 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
29 [gitpublishprofile "block"]
30 base = master
31 to = qemu-devel@nongnu.org
32 cc = qemu-block@nongnu.org
33 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
35 [gitpublishprofile "arm"]
36 base = master
37 to = qemu-devel@nongnu.org
38 cc = qemu-arm@nongnu.org
39 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
41 [gitpublishprofile "s390"]
42 base = master
43 to = qemu-devel@nongnu.org
44 cc = qemu-s390@nongnu.org
45 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
47 [gitpublishprofile "ppc"]
48 base = master
49 to = qemu-devel@nongnu.org
50 cc = qemu-ppc@nongnu.org
51 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null