]> Git Repo - qemu.git/blob - .gitpublish
.gitlab-ci.d/windows: Do not run the qtests in the msys2-32bit job
[qemu.git] / .gitpublish
1 #
2 # Common git-publish profiles that can be used to send patches to QEMU upstream.
3 #
4 # See https://github.com/stefanha/git-publish for more information
5 #
6 [gitpublishprofile "default"]
7 base = master
8 to = [email protected]
9 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
10
11 [gitpublishprofile "rfc"]
12 base = master
13 prefix = RFC PATCH
14 to = [email protected]
15 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
16
17 [gitpublishprofile "stable"]
18 base = master
19 to = [email protected]
20 cc = [email protected]
21 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
22
23 [gitpublishprofile "trivial"]
24 base = master
25 to = [email protected]
26 cc = [email protected]
27 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
28
29 [gitpublishprofile "block"]
30 base = master
31 to = [email protected]
32 cc = [email protected]
33 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
34
35 [gitpublishprofile "arm"]
36 base = master
37 to = [email protected]
38 cc = [email protected]
39 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
40
41 [gitpublishprofile "s390"]
42 base = master
43 to = [email protected]
44 cc = [email protected]
45 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
46
47 [gitpublishprofile "ppc"]
48 base = master
49 to = [email protected]
50 cc = [email protected]
51 cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
This page took 0.025256 seconds and 4 git commands to generate.