Repochecker: add rpmlint-mini to the whitelist to not have an rpmlint.log

This commit is contained in:
Dominique Leuenberger 2017-02-02 14:01:54 +01:00
parent 094dee529d
commit 16ad522718
Signed by untrusted user: dimstar
GPG Key ID: E69F22089B497C99

View File

@ -50,6 +50,7 @@ for my $pdir ( glob("$dir/*") ) {
|| $name eq "rpm-python"
|| $name eq "popt"
|| $name eq "rpmlint"
|| $name eq "rpmlint-mini"
|| $name eq "rpmlint-Factory" )
{
print "ignoring - whitelist\n";