diff options
author | Tim Smith <tsmith@chef.io> | 2018-09-14 15:29:08 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-09-14 15:29:08 -0700 |
commit | f51784d8365399637604eccc28a263e16216cf4a (patch) | |
tree | 9e25aead41f8c587a457aabab4eab67c3d4baa04 | |
parent | 171ab578940db13e2ca94086bcc700148c38c128 (diff) | |
download | chef-f51784d8365399637604eccc28a263e16216cf4a.tar.gz |
Add @tas50 as the opensuse lieutenant and maintainer for macos / windows
opensuse should have a lieutenant and I've been working on the overall support in Chef client. I've also been working on the windows/macos side of things.
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | MAINTAINERS.md | 7 | ||||
-rw-r--r-- | MAINTAINERS.toml | 11 |
2 files changed, 13 insertions, 5 deletions
diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 4f5e508155..2c1e13ce0f 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -113,6 +113,7 @@ To mention the team, use @chef/client-windows * [Stuart Preston](https://github.com/stuartpreston) * [Salim Alam](https://github.com/chefsalim) * [Matt Wrock](https://github.com/mwrock) +* [Tim Smith](https://github.com/tas50) ## Solaris @@ -146,6 +147,7 @@ To mention the team, use @chef/client-os-x * [Tyler Ball](https://github.com/tyler-ball) * [mikedodge04](https://github.com/mikedodge04) +* [Tim Smith](https://github.com/tas50) ## Debian @@ -172,10 +174,13 @@ To mention the team, use @chef/client-fedora To mention the team, use @chef/client-opensuse +### Lieutenant + +* [Tim Smith](https://github.com/tas50) + ### Maintainers * [Lamont Granquist](https://github.com/lamont-granquist) -* [Tim Smith](https://github.com/tas50) ## SUSE Enterprise Linux Server diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml index c865967ec1..43f99ad708 100644 --- a/MAINTAINERS.toml +++ b/MAINTAINERS.toml @@ -112,7 +112,8 @@ The specific components of Chef related to a given platform - including (but not "smurawski", "stuartpreston", "chefsalim", - "mwrock" + "mwrock", + "tas50" ] [Org.Components.Subsystems.Solaris] @@ -139,7 +140,8 @@ The specific components of Chef related to a given platform - including (but not maintainers = [ "tyler-ball", - "mikedodge04" + "mikedodge04", + "tas50" ] [Org.Components.Subsystems.Debian] @@ -165,9 +167,10 @@ The specific components of Chef related to a given platform - including (but not title = "openSUSE" team = "client-opensuse" + lieutenant = "tas50" + maintainers = [ - "lamont-granquist", - "tas50" + "lamont-granquist" ] [Org.Components.Subsystems."SUSE Enterprise Linux"] |