qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH v2] Add git-publish profile for security bugs
Date: Tue, 13 Aug 2019 11:07:27 +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 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.gitpublish b/.gitpublish
index a13f8c7c0ecd..01f8279fa840 100644
--- a/.gitpublish
+++ b/.gitpublish
@@ -49,3 +49,15 @@ 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
+inspect-emails = true
-- 
2.18.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]