From 182d8237e1dafe0a1087ffb7aefff348a7686af2 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Mon, 16 Feb 2015 20:45:21 +0000 Subject: [PATCH] Updates to orgmap and fix the sign offs --- kudos.pl | 3 ++- orgmap | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/kudos.pl b/kudos.pl index 2dd2fa1..f190ebd 100755 --- a/kudos.pl +++ b/kudos.pl @@ -26,7 +26,8 @@ foreach my $log (@log_objects) { else { $authors{ $log->author }->{'count'}++; } - foreach ( $log->message =~ /Signed-off-by: (.*)/ ) { + my $message = $log->message; + while ( $message =~ /Signed-off-by: (.*?)\n/g ) { if ( !$authors{$1} ) { my $authhash = { 'count' => 0, 'signoffs' => 1 }; $authors{$1} = $authhash; diff --git a/orgmap b/orgmap index aba0760..0dfc185 100644 --- a/orgmap +++ b/orgmap @@ -33,3 +33,9 @@ justinvos@live.com,Catalyst Open Source Academy Rochelle_healy@hotmail.com,Catalyst Open Source Academy tomsStudy@gmail.com,Catalyst Open Source Academy abbyrobnz@gmail.com,Catalyst Open Source Academy +brandon_h27@hotmail.com,Catalyst Open Source Academy +hbraum@nekls.org,NEKLS +washoecounty.us,Washoe County Libraries +bancaditalia.it,Banca D'Italia +sheila.kearns@state.vt.us,Vermont Dept. of Libraries +pascolibraries.org,Pasco County Libraries -- 2.1.4