[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdesdk/scripts
From:       Milian Wolff <mail () milianw ! de>
Date:       2011-11-28 15:04:34
Message-ID: 20111128150434.94028AC88E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1266253 by mwolff:

add mapping for secondary emails

this happens in git repositories, e.g. kdevelop

 M  +9 -0      relicensecheck.pl  


--- trunk/KDE/kdesdk/scripts/relicensecheck.pl #1266252:1266253
@@ -256,6 +256,12 @@
     # Do not add anything here. Use the first half of the table.
 );
 
+my %secondary_mail_addresses = (
+    'aleixpol@kde.org' => 'apol',
+    'devel@the-user.org' => 'schmidt-domine',
+    'git@the-user.org' => 'schmidt-domine',
+);
+
 my %ruletable;
 my %blacklist;
 my %whitelist;
@@ -304,6 +310,9 @@
 
     my $resolved = $authors{$email};
     if (not defined $resolved) {
+        $resolved = $secondary_mail_addresses{$email};
+    }
+    if (not defined $resolved) {
         print STDERR "Could not find $email in $accountfile\n";
         return $email;
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic