Re: [ovs-dev] [PATCH 03/15] doc: Convert MAINTAINERS to rST

2016-10-20 Thread Russell Bryant
On Tue, Oct 18, 2016 at 4:03 PM, Stephen Finucane  wrote:

> Signed-off-by: Stephen Finucane 
> ---
>  MAINTAINERS.md  | 29 --
>  MAINTAINERS.rst | 75 ++
> +++
>  Makefile.am |  2 +-
>  3 files changed, 76 insertions(+), 30 deletions(-)
>  delete mode 100644 MAINTAINERS.md
>  create mode 100644 MAINTAINERS.rst
>

applied to master, thanks.


-- 
Russell Bryant
___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev


[ovs-dev] [PATCH 03/15] doc: Convert MAINTAINERS to rST

2016-10-18 Thread Stephen Finucane
Signed-off-by: Stephen Finucane 
---
 MAINTAINERS.md  | 29 --
 MAINTAINERS.rst | 75 +
 Makefile.am |  2 +-
 3 files changed, 76 insertions(+), 30 deletions(-)
 delete mode 100644 MAINTAINERS.md
 create mode 100644 MAINTAINERS.rst

diff --git a/MAINTAINERS.md b/MAINTAINERS.md
deleted file mode 100644
index 9af6c89..000
--- a/MAINTAINERS.md
+++ /dev/null
@@ -1,29 +0,0 @@
-Committers
---
-
-OVS committers are the people who have been granted access to push changes to
-to the OVS git repository.  The responsibilities of an OVS committer are
-documented in
-[committer-responsibilities.md](./Documentation/committer-responsibilities.md).
-
-The process for adding or removing committers is in
-[committer-grant-revocation.md](./Documentation/committer-grant-revocation.md).
-
-This is the current list of OVS committers:
-
-Alex Wang   ee07b...@gmail.com
-Andy Zhou   az...@ovn.org
-Ansis Attekaaatt...@nicira.com
-Ben Pfaff   b...@ovn.org
-Daniele Di Proietto daniele.di.proie...@gmail.com
-Ethan J. Jacksone...@eecs.berkeley.edu
-Gurucharan Shetty   g...@ovn.org
-Jarno Rajahalme ja...@ovn.org
-Jesse Gross je...@kernel.org
-Joe Stringerj...@ovn.org
-Justin Pettit   jpet...@ovn.org
-Pravin B Shelar pshe...@nicira.com
-Russell Bryant  russ...@ovn.org
-Simon Hormanho...@ovn.org
-Thomas Graf tg...@noironetworks.com
-YAMAMOTO Takashiyamam...@midokura.com
diff --git a/MAINTAINERS.rst b/MAINTAINERS.rst
new file mode 100644
index 000..34f4e7b
--- /dev/null
+++ b/MAINTAINERS.rst
@@ -0,0 +1,75 @@
+..
+  Licensed under the Apache License, Version 2.0 (the "License"); you may
+  not use this file except in compliance with the License. You may obtain
+  a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+  License for the specific language governing permissions and limitations
+  under the License.
+
+  Convention for heading levels in Open vSwitch documentation:
+
+  ===  Heading 0 (reserved for the title in a document)
+  ---  Heading 1
+  ~~~  Heading 2
+  +++  Heading 3
+  '''  Heading 4
+
+  Avoid deeper levels because they do not render well.
+
+==
+Committers
+==
+
+Open vSwitch committers are the people who have been granted access to push
+changes to to the Open vSwitch git repository.
+
+The responsibilities of an Open vSwitch committer are documented
+`here `__.
+
+The process for adding or removing committers is documented
+`here `__.
+
+This is the current list of Open vSwitch committers:
+
+.. list-table:: OVS Maintainers
+   :header-rows: 1
+
+   * - Name
+ - Email
+   * - Alex Wang
+ - ee07b...@gmail.com
+   * - Andy Zhou
+ - az...@ovn.org
+   * - Ansis Atteka
+ - aatt...@nicira.com
+   * - Ben Pfaff
+ - b...@ovn.org
+   * - Daniele Di Proietto
+ - daniele.di.proie...@gmail.com
+   * - Ethan J. Jackson
+ - e...@eecs.berkeley.edu
+   * - Gurucharan Shetty
+ - g...@ovn.org
+   * - Jarno Rajahalme
+ - ja...@ovn.org
+   * - Jesse Gross
+ - je...@kernel.org
+   * - Joe Stringer
+ - j...@ovn.org
+   * - Justin Pettit
+ - jpet...@ovn.org
+   * - Pravin B Shelar
+ - pshe...@nicira.com
+   * - Russell Bryant
+ - russ...@ovn.org
+   * - Simon Horman
+ - ho...@ovn.org
+   * - Thomas Graf
+ - tg...@noironetworks.com
+   * - YAMAMOTO Takashi
+ - yamam...@midokura.com
diff --git a/Makefile.am b/Makefile.am
index 5f0cdd8..5e55650 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,7 +86,7 @@ docs = \
INSTALL.userspace.rst \
INSTALL.Windows.rst \
IntegrationGuide.rst \
-   MAINTAINERS.md \
+   MAINTAINERS.rst \
OPENFLOW-1.1+.md \
PORTING.md \
README.md \
-- 
2.7.4

___
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev