Re: [Qemu-devel] [PATCH] Add git-publish profile for security bugs

2019-08-12 Thread Gerd Hoffmann
> > +# https://wiki.qemu.org/SecurityProcess > > +[gitpublishprofile "security"] > > +base = master > > +to = m...@redhat.com > > +to = pmato...@redhat.com > > +to = sstabell...@kernel.org > > +to = secal...@redhat.com > > +to = mdr...@linux.vnet.ibm.com > > +to = p...@redhat.com > > +suppresscc =

Re: [Qemu-devel] [PATCH] Add git-publish profile for security bugs

2019-08-12 Thread John Snow
On 8/12/19 3:12 AM, Gerd Hoffmann wrote: > Simplifies sending security patches to all people listed in > https://wiki.qemu.org/SecurityProcess. Should also make it > harder to send a copy to the mailing list by accident. > > Signed-off-by: Gerd Hoffmann > --- > .gitpublish | 11 +++ >

[Qemu-devel] [PATCH] Add git-publish profile for security bugs

2019-08-12 Thread Gerd Hoffmann
Simplifies sending security patches to all people listed in https://wiki.qemu.org/SecurityProcess. Should also make it harder to send a copy to the mailing list by accident. Signed-off-by: Gerd Hoffmann --- .gitpublish | 11 +++ 1 file changed, 11 insertions(+) diff --git a/.gitpublish