summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--MAINTAINERS.md3
-rw-r--r--MAINTAINERS.toml6
-rw-r--r--tasks/maintainers.rb6
4 files changed, 9 insertions, 8 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f7504aed02..59c6d932f7 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1 +1 @@
-* @chef/maintainers
+* @chef/client-maintainers
diff --git a/MAINTAINERS.md b/MAINTAINERS.md
index 012e95e6de..536d9b6629 100644
--- a/MAINTAINERS.md
+++ b/MAINTAINERS.md
@@ -195,7 +195,7 @@ To mention the team, use @chef/client-freebsd
### Maintainers
* [Cory Stephenson](https://github.com/Aevin1387)
-* [David Aronsohn](https://github.com/tbunnyman)
+* [David Aronsohn](https://github.com/OnlyHaveCans)
* [Bryant Lippert](https://github.com/AgentMeerkat)
## OpenBSD
@@ -230,3 +230,4 @@ To mention the team, use @chef/client-archlinux
* [Lamont Granquist](https://github.com/lamont-granquist)
* [Ryan Cragun](https://github.com/ryancragun)
+
diff --git a/MAINTAINERS.toml b/MAINTAINERS.toml
index 6864249f9d..ce4f514d89 100644
--- a/MAINTAINERS.toml
+++ b/MAINTAINERS.toml
@@ -185,7 +185,7 @@ The specific components of Chef related to a given platform - including (but not
maintainers = [
"Aevin1387",
- "tBunnyMan",
+ "OnlyHaveCans",
"AgentMeerkat"
]
@@ -293,9 +293,9 @@ The specific components of Chef related to a given platform - including (but not
Name = "Steven Danna"
GitHub = "stevendanna"
- [people.tBunnyMan]
+ [people.OnlyHaveCans]
Name = "David Aronsohn"
- GitHub = "tbunnyman"
+ GitHub = "OnlyHaveCans"
IRC = "tBunnyMan"
Twitter = "OnlyHaveCans"
diff --git a/tasks/maintainers.rb b/tasks/maintainers.rb
index e13d4724b0..f6385860c4 100644
--- a/tasks/maintainers.rb
+++ b/tasks/maintainers.rb
@@ -21,7 +21,7 @@ SOURCE = File.join(File.dirname(__FILE__), "..", "MAINTAINERS.toml")
TARGET = File.join(File.dirname(__FILE__), "..", "MAINTAINERS.md")
# The list of repositories that teams should own
-REPOSITORIES = ["chef/chef", "chef/chef-census", "chef/chef-repo",
+REPOSITORIES = ["chef/chef", "chef/chef-dk", "chef/chef-census", "chef/chef-repo",
"chef/client-docs", "chef/ffi-yajl", "chef/libyajl2-gem",
"chef/mixlib-authentication", "chef/mixlib-cli",
"chef/mixlib-config", "chef/mixlib-install", "chef/mixlib-log",
@@ -139,8 +139,8 @@ begin
update_team_privacy(team)
add_team_members(team, additions)
remove_team_members(team, deletions)
- rescue
- puts "failed for #{team}"
+ rescue => e
+ puts "failed for #{team}: #{e.message}"
end
def update_team_privacy(team)