]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
MAINTAINERS: Add V section entry to allow identification of Xen file
authorLars Kurth <lars.kurth@citrix.com>
Fri, 30 Aug 2019 17:42:56 +0000 (18:42 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Thu, 12 Sep 2019 16:19:42 +0000 (17:19 +0100)
This change provides sufficient information to allow get_maintainer.pl /
add_maintainers.pl scripts to be run on xen sister repositories such as
mini-os.git, osstest.git, etc

A suggested template for sister repositories of Xen is

========================================================
This file follows the same conventions as outlined in
xen.git:MAINTAINERS. Please refer to the file in xen.git
for more information.

THE REST
M:      MAINTAINER1 <maintainer1@email.com>
M:      MAINTAINER2 <maintainer2@email.com>
L:      xen-devel@lists.xenproject.org
S:      Supported
F:      *
F:      */
V:      xen-maintainers-1
========================================================

Signed-off-by: Lars Kurth <lars.kurth@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Julien Grall <julien.grall@arm.com>
MAINTAINERS

index 251bfe2016692b4f1925380dbd79a9909f856edf..4d46eb891f0ec4fe0739d3a04c61bf8bc096f86d 100644 (file)
@@ -97,6 +97,9 @@ Descriptions of section entries:
              matches patches or files that contain one or more of the words
              printk, pr_info or pr_err
           One regex pattern per line.  Multiple K: lines acceptable.
+       V: Version identifier that must be under THE REST and follows
+          the format:
+          xen-maintainers-<version format number of this file>
 
 
 The meaning of nesting:
@@ -539,3 +542,4 @@ L:  xen-devel@lists.xenproject.org
 S:     Supported
 F:     *
 F:     */
+V:     xen-maintainers-1