diff options
-rw-r--r-- | MAINTAINERS.md | 52 | ||||
-rw-r--r-- | MAINTAINERS.toml | 57 |
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" |