diff options
author | jtimberman <joshua@chef.io> | 2015-06-12 00:37:00 -0600 |
---|---|---|
committer | jtimberman <joshua@chef.io> | 2015-06-20 07:57:03 -0600 |
commit | 9e2c7298ca8324bbf887039ac3866d88e4f9d4c6 (patch) | |
tree | 19ea0676595596c3999f7d436b914cf8dace5556 /MAINTAINERS.toml | |
parent | 2dc602ccd31323e4e4f9290b59e51feb7cb76872 (diff) | |
download | chef-9e2c7298ca8324bbf887039ac3866d88e4f9d4c6.tar.gz |
add maintainers/Lts for tier 1 & 2 support
Per the RFC submitted in chef-rfc PR 131:
https://github.com/chef/chef-rfc/pull/131
We need lieutenants, maintainers for all the tier 1 and tier 2
platforms. Thom May and Lamont Granquist have volunteered for various
platforms.
Diffstat (limited to 'MAINTAINERS.toml')
-rw-r--r-- | MAINTAINERS.toml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index 68615337a6..4caa2ab53f 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -115,6 +115,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" ] @@ -135,6 +137,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" @@ -150,6 +182,13 @@ The specific components of Chef related to a given platform - including (but not lieutenant = "joemiller" + [Org.Components.Subsystems.Gentoo] + title = "Gentoo" + + maintainers = [ + "lamont-granquist" + ] + [people] [people.adamhjk] Name = "Adam Jacob" |