diff options
author | Thom May <thom@may.lt> | 2017-08-31 12:33:32 +0100 |
---|---|---|
committer | Thom May <thom@may.lt> | 2017-08-31 12:33:32 +0100 |
commit | 6af4e95903db3d3a51b5b6b29960bc4d4ff563d4 (patch) | |
tree | fd3784fd4d6557034af5c4207755ffb90deb3db3 /tasks | |
parent | 0971e0a472f70318a41b75de308269999175d772 (diff) | |
download | chef-6af4e95903db3d3a51b5b6b29960bc4d4ff563d4.tar.gz |
Ensure that our maintainers are all syncedtm/update_maintainers
Signed-off-by: Thom May <thom@may.lt>
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/maintainers.rb | 6 |
1 files changed, 3 insertions, 3 deletions
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) |