[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH] Add git-publish profile for security bugs
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH] Add git-publish profile for security bugs |
Date: |
Mon, 12 Aug 2019 09:12:12 +0200 |
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 <address@hidden>
---
.gitpublish | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.gitpublish b/.gitpublish
index a13f8c7c0ecd..55750c45ed89 100644
--- a/.gitpublish
+++ b/.gitpublish
@@ -49,3 +49,14 @@ base = master
to = address@hidden
cc = address@hidden
cccmd = scripts/get_maintainer.pl --noroles --norolestats --nogit
--nogit-fallback 2>/dev/null
+
+# https://wiki.qemu.org/SecurityProcess
+[gitpublishprofile "security"]
+base = master
+to = address@hidden
+to = address@hidden
+to = address@hidden
+to = address@hidden
+to = address@hidden
+to = address@hidden
+suppresscc = all
--
2.18.1
- [Qemu-devel] [PATCH] Add git-publish profile for security bugs,
Gerd Hoffmann <=