From f864a6c422227921ac5b6e57a0ebf58647364d41 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 22 May 2018 01:22:48 -0400 Subject: Don't include blacklisted builds in check/status output --- sbosrcarch | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sbosrcarch b/sbosrcarch index ea74f43..a73908c 100755 --- a/sbosrcarch +++ b/sbosrcarch @@ -1604,6 +1604,10 @@ sub check_info_wanted { return unless /\.info/; s,\./,,; my ($category, $prgnam, undef) = split /\//; + if(blacklisted("$category/$prgnam")) { + warn " $category/$prgnam blacklisted, skipping\n"; + return; + } my $dls = parse_info($_); $totalfiles += keys %$dls; $infofilecount{"$category/$prgnam"} += keys %$dls; -- cgit v1.2.3