diff options
author | Bryan McLellan <btm@loftninjas.org> | 2015-06-25 10:07:44 -0700 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2015-06-25 10:07:44 -0700 |
commit | cf3bbb0dcd78dde44394cf0dda70d7ceef097b9b (patch) | |
tree | a726d02c167aa509f736ae55ec8e115481208b0e /MAINTAINERS.toml | |
parent | ab092ceb3e68337dbc2fc5e58d00a8311ef8478b (diff) | |
parent | 711c32e87d131e590cfbcbf1ba8315b8c4e23976 (diff) | |
download | chef-cf3bbb0dcd78dde44394cf0dda70d7ceef097b9b.tar.gz |
Merge pull request #3525 from chef/jtimberman/rfc-tier-maintainers
add maintainers/Lts for tier 1 & 2 support
Diffstat (limited to 'MAINTAINERS.toml')
-rw-r--r-- | MAINTAINERS.toml | 57 |
1 files changed, 54 insertions, 3 deletions
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" |