Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
52 lines
1.7 KiB
Plaintext
52 lines
1.7 KiB
Plaintext
#
|
|
# Common git-publish profiles that can be used to send patches to QEMU upstream.
|
|
#
|
|
# See https://github.com/stefanha/git-publish for more information
|
|
#
|
|
[gitpublishprofile "default"]
|
|
base = origin/master
|
|
to = [email protected]
|
|
cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
|
|
|
|
[gitpublishprofile "rfc"]
|
|
base = origin/master
|
|
prefix = RFC PATCH
|
|
to = [email protected]
|
|
cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
|
|
|
|
[gitpublishprofile "stable"]
|
|
base = origin/master
|
|
to = [email protected]
|
|
cc = [email protected]
|
|
cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
|
|
|
|
[gitpublishprofile "trivial"]
|
|
base = origin/master
|
|
to = [email protected]
|
|
cc = [email protected]
|
|
cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
|
|
|
|
[gitpublishprofile "block"]
|
|
base = origin/master
|
|
to = [email protected]
|
|
cc = [email protected]
|
|
cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
|
|
|
|
[gitpublishprofile "arm"]
|
|
base = origin/master
|
|
to = [email protected]
|
|
cc = [email protected]
|
|
cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
|
|
|
|
[gitpublishprofile "s390"]
|
|
base = origin/master
|
|
to = [email protected]
|
|
cc = [email protected]
|
|
cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
|
|
|
|
[gitpublishprofile "ppc"]
|
|
base = origin/master
|
|
to = [email protected]
|
|
cc = [email protected]
|
|
cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit --nogit-fallback 2>/dev/null
|