From 6ae1a9889d90d299ea7cde2e6a3c0b699c894ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sun, 26 Jul 2015 02:17:03 +0100 Subject: [PATCH] add new maintainers: jawshooah and Ngrd --- developer/bin/generate_changelog | 2 ++ developer/bin/project_stats | 2 +- developer/bin/the_long_tail | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/developer/bin/generate_changelog b/developer/bin/generate_changelog index 9711185558..7b82ef0def 100755 --- a/developer/bin/generate_changelog +++ b/developer/bin/generate_changelog @@ -30,6 +30,8 @@ MAINTAINERS = %w[ radeksimko federicobond claui + jawshooah + Ngrd caskroom ] diff --git a/developer/bin/project_stats b/developer/bin/project_stats index c5dbbb9fe8..439a38cde8 100755 --- a/developer/bin/project_stats +++ b/developer/bin/project_stats @@ -157,7 +157,7 @@ print_doc_stats () { fi printf "\n " "${git_log_cmd[@]}" -- "${doc_paths[@]}" | /usr/bin/sort | /usr/bin/uniq | \ - /usr/bin/egrep -v $'^\'(paul\\.t\\.hinze@gmail\\.com|fanquake@users\\.noreply\\.github\\.com|fanquake@gmail\\.com|leoj3n@gmail\\.com|nano@fdp\\.io|nanoid\\.xd@gmail\\.com|walker@pobox\\.com|info@vitorgalvao\\.com|calebcenter@live\\.com|ndr@qef\\.io|josh@joshbutts\\.com|goxberry@gmail\\.com|radek\\.simko@gmail\\.com|federicobond@gmail\\.com|claui@users\\.noreply\\.github\\.com)\'$' | \ + /usr/bin/egrep -v $'^\'(paul\\.t\\.hinze@gmail\\.com|fanquake@users\\.noreply\\.github\\.com|fanquake@gmail\\.com|leoj3n@gmail\\.com|nano@fdp\\.io|nanoid\\.xd@gmail\\.com|walker@pobox\\.com|info@vitorgalvao\\.com|calebcenter@live\\.com|ndr@qef\\.io|josh@joshbutts\\.com|goxberry@gmail\\.com|radek\\.simko@gmail\\.com|federicobond@gmail\\.com|claui@users\\.noreply\\.github\\.com|hagins\\.josh@gmail\\.com|dragon\\.vctr@gmail\\.com)\'$' | \ "$xargs" | /usr/bin/perl -pe 's{ }{, }g' # ' printf "\n" } diff --git a/developer/bin/the_long_tail b/developer/bin/the_long_tail index 7de9692d0e..58a3a915d8 100755 --- a/developer/bin/the_long_tail +++ b/developer/bin/the_long_tail @@ -51,6 +51,8 @@ MAINTAINERS = %w[ radek.simko@gmail.com federicobond@gmail.com claui@users.noreply.github.com + hagins.josh@gmail.com + dragon.vctr@gmail.com ] ###