X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=scripts%2Fget_maintainer.pl;h=4707dfd18e6f5e1045c03e139b3c5a2d94ad5916;hb=77c7f0459f1f8e6de004ca1d03a81df1a9792d70;hp=7717d689bfc5053d8ecd4318deaae7673fc18f46;hpb=5ddc329341a9a143f0567494e5f874008b22e1a7;p=u-boot diff --git a/scripts/get_maintainer.pl b/scripts/get_maintainer.pl index 7717d689bf..4707dfd18e 100755 --- a/scripts/get_maintainer.pl +++ b/scripts/get_maintainer.pl @@ -62,7 +62,7 @@ my %commit_author_hash; my %commit_signer_hash; my @penguin_chief = (); -push(@penguin_chief, "Tom Rini:trini\@ti.com"); +push(@penguin_chief, "Tom Rini:trini\@konsulko.com"); my @penguin_chief_names = (); foreach my $chief (@penguin_chief) { @@ -835,8 +835,7 @@ sub top_of_kernel_tree { if ($lk_path ne "" && substr($lk_path,length($lk_path)-1,1) ne "/") { $lk_path .= "/"; } - if ( (-f "${lk_path}CREDITS") - && (-f "${lk_path}Kbuild") + if ( (-f "${lk_path}Kbuild") && (-f "${lk_path}MAINTAINERS") && (-f "${lk_path}Makefile") && (-f "${lk_path}README")