]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
buildsystem: remove linux-xen from logs to check.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 21 Jun 2013 21:20:05 +0000 (23:20 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 21 Jun 2013 21:20:05 +0000 (23:20 +0200)
This log was always listed because parsing problems.

tools/checknewlog.pl

index c007f5a02a9b3f1a7ec356ca7c6d4b87bd8b7158..dd78a29652ebbf854651c4fadbfa7c1e838fa57d 100755 (executable)
@@ -28,7 +28,7 @@ foreach(@FILES) {
 #      print $_."\n";
        my $Found = 0;
 
-       if ( $_ =~ /$\.log/ || $_ =~ /^\.+/  || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/|| $_=~ /coreutils/ || $_=~ /esniper/ || $_=~ /libsigc/ || $_ eq 'FILES' ){
+       if ( $_ =~ /$\.log/ || $_ =~ /^\.+/  || $_=~ /-install/ || $_=~ /-tools/ || $_=~ /-config/ || $_=~ /-kmod-/|| $_=~ /coreutils/ || $_=~ /linux-xen/ || $_=~ /libsigc/ || $_ eq 'FILES' ){
                next;
        } elsif ( $_=~ /missing_rootfile/ ){
                print "Rootfile for $_ missing!\n";