summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2015-06-25 10:07:44 -0700
committerBryan McLellan <btm@loftninjas.org>2015-06-25 10:07:44 -0700
commitcf3bbb0dcd78dde44394cf0dda70d7ceef097b9b (patch)
treea726d02c167aa509f736ae55ec8e115481208b0e
parentab092ceb3e68337dbc2fc5e58d00a8311ef8478b (diff)
parent711c32e87d131e590cfbcbf1ba8315b8c4e23976 (diff)
downloadchef-cf3bbb0dcd78dde44394cf0dda70d7ceef097b9b.tar.gz
Merge pull request #3525 from chef/jtimberman/rfc-tier-maintainers
add maintainers/Lts for tier 1 & 2 support
-rw-r--r--MAINTAINERS.md52
-rw-r--r--MAINTAINERS.toml57
2 files changed, 105 insertions, 4 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index 7604747352..43009d1548 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -103,13 +103,17 @@ The specific components of Chef related to a given platform - including (but not
## Solaris
+### Lieutenant
+
+* [Thom May](https://github.com/thommay)
+
### Maintainers
* [Lamont Granquist](https://github.com/lamont-granquist)
## AIX
-### Maintainers
+### Lieutenant
* [Lamont Granquist](https://github.com/lamont-granquist)
@@ -123,6 +127,34 @@ The specific components of Chef related to a given platform - including (but not
* [Tyler Ball](https://github.com/tyler-ball)
+## Debian
+
+### Lieutenant
+
+* [Thom May](https://github.com/thommay)
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
+## Fedora
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
+## openSUSE
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
+## SUSE Enterprise Linux Server
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
## FreeBSD
### Lieutenant
@@ -140,3 +172,21 @@ The specific components of Chef related to a given platform - including (but not
* [Joe Miller](https://github.com/joemiller)
+## Gentoo
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
+## OmniOS
+
+### Maintainers
+
+* [Thom May](https://github.com/thommay)
+
+## ArchLinux
+
+### Maintainers
+
+* [Lamont Granquist](https://github.com/lamont-granquist)
+
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index 30f7d2711e..8f36763e54 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -116,6 +116,8 @@ The specific components of Chef related to a given platform - including (but not
[Org.Components.Subsystems.Solaris]
title = "Solaris"
+ lieutenant = "thommay"
+
maintainers = [
"lamont-granquist"
]
@@ -123,9 +125,7 @@ The specific components of Chef related to a given platform - including (but not
[Org.Components.Subsystems.AIX]
title = "AIX"
- maintainers = [
- "lamont-granquist"
- ]
+ lieutenant = "lamont-granquist"
[Org.Components.Subsystems."Mac OS X"]
title = "Mac OS X"
@@ -136,6 +136,36 @@ The specific components of Chef related to a given platform - including (but not
"tyler-ball"
]
+ [Org.Components.Subsystems.Debian]
+ title = "Debian"
+
+ lieutenant = "thommay"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
+ [Org.Components.Subsystems.Fedora]
+ title = "Fedora"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
+ [Org.Components.Subsystems.openSUSE]
+ title = "openSUSE"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
+ [Org.Components.Subsystems."SUSE Enterprise Linux"]
+ title = "SUSE Enterprise Linux Server"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
[Org.Components.Subsystems.FreeBSD]
title = "FreeBSD"
@@ -151,6 +181,27 @@ The specific components of Chef related to a given platform - including (but not
lieutenant = "joemiller"
+ [Org.Components.Subsystems.Gentoo]
+ title = "Gentoo"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
+ [Org.Components.Subsystems.OmniOS]
+ title = "OmniOS"
+
+ maintainers = [
+ "thommay"
+ ]
+
+ [Org.Components.Subsystems.ArchLinux]
+ title = "ArchLinux"
+
+ maintainers = [
+ "lamont-granquist"
+ ]
+
[people]
[people.adamhjk]
Name = "Adam Jacob"