diff options
author | Tim Smith <tsmith@chef.io> | 2019-01-02 19:36:48 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2019-01-02 19:36:48 -0800 |
commit | f26d53db9e433eccb0caee6e3e74cc4524aa09fb (patch) | |
tree | dc7bac0b928a0dd01a33b7150da0a27e9cc62ec4 /MAINTAINERS.md | |
parent | b22d606dc49b7a3c9536a8b95d18f7e3966faa99 (diff) | |
download | chef-f26d53db9e433eccb0caee6e3e74cc4524aa09fb.tar.gz |
Simplify the sub-systems in the Chef maintainers filemaintainers
Remove unsupported platforms Arch, Gentoo, Omnios, and openBSD where we've had just about zero action.
Collapse the opensuse and SLES groups into one since the code is now the same
Remove Chef Provisioning
Fixup the TOML for the change in FreeBSD maintainers
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'MAINTAINERS.md')
-rw-r--r-- | MAINTAINERS.md | 69 |
1 files changed, 4 insertions, 65 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 30df3c04f5..bf6d0b6cde 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -49,23 +49,6 @@ To mention the team, use @chef/client-core * [Tyler Ball](https://github.com/tyler-ball) * [Josh Hudson](https://github.com/itmustbejj) -## Chef Provisioning - -Chef Provisioning and Drivers. Supported Drivers are listed in the [README](https://github.com/chef/chef-provisioning/blob/master/README.md#chef-provisioning). - -To mention the team, use @chef/provisioning - -### Lieutenant - -* [Tyler Ball](https://github.com/tyler-ball) - -### Maintainers - -* [John Keiser](https://github.com/jkeiser) -* [JJ Asghar](https://github.com/jjasghar) -* [Stuart Preston](https://github.com/stuartpreston) -* [Harley Alaniz](https://github.com/thehar) - ## Platform Specific Components The specific components of Chef related to a given platform - including (but not limited to) resources, providers, and the core DSL. @@ -135,9 +118,9 @@ To mention the team, use @chef/client-aix * [Lamont Granquist](https://github.com/lamont-granquist) -## Mac OS X +## macOS -To mention the team, use @chef/client-os-x +To mention the team, use @chef/client-macos ### Lieutenant @@ -170,9 +153,9 @@ To mention the team, use @chef/client-fedora * [Lamont Granquist](https://github.com/lamont-granquist) -## openSUSE +## openSUSE and SUSE Linux Enterprise Server -To mention the team, use @chef/client-opensuse +To mention the team, use @chef/client-suse ### Lieutenant @@ -182,14 +165,6 @@ To mention the team, use @chef/client-opensuse * [Lamont Granquist](https://github.com/lamont-granquist) -## SUSE Enterprise Linux Server - -To mention the team, use @chef/client-suse - -### Maintainers - -* [Lamont Granquist](https://github.com/lamont-granquist) - ## FreeBSD To mention the team, use @chef/client-freebsd @@ -198,39 +173,3 @@ To mention the team, use @chef/client-freebsd * [Amy Aronsohn](https://github.com/OnlyHaveCans) -### Maintainers - -* [Cory Stephenson](https://github.com/Aevin1387) - -## OpenBSD - -To mention the team, use @chef/client-openbsd - -### Lieutenant - -* [Joe Miller](https://github.com/joemiller) - -## Gentoo - -To mention the team, use @chef/client-gentoo - -### Maintainers - -* [Lamont Granquist](https://github.com/lamont-granquist) - -## OmniOS - -To mention the team, use @chef/client-omnios - -### Maintainers - -* [Thom May](https://github.com/thommay) - -## ArchLinux - -To mention the team, use @chef/client-archlinux - -### Maintainers - -* [Lamont Granquist](https://github.com/lamont-granquist) -* [Ryan Cragun](https://github.com/ryancragun) |