From b1aee38cf6a286a8ddbb6d331fc5ba57d1e1aaee Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 24 Jun 2018 23:38:02 -0400 Subject: sbosrcarch: wip --- sbosrcarch | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) (limited to 'sbosrcarch') diff --git a/sbosrcarch b/sbosrcarch index 9314269..327ef0e 100755 --- a/sbosrcarch +++ b/sbosrcarch @@ -1680,7 +1680,7 @@ sub check_info_wanted { my ($category, $prgnam, $file) = split /\//; if(blacklisted("$category/$prgnam")) { - warn " $category/$prgnam blacklisted, skipping\n"; + print " $category/$prgnam blacklisted, skipping\n" if $verbosecheck; return; } @@ -1726,14 +1726,6 @@ sub check_mode { print "by-md5 contains both symlinks and hardlinks (harmless but messy)\n"; } - print "--- by-name summary\n"; - if(@missingfilebuilds) { - print "Following SlackBuilds are missing by-name files:\n"; - print " $_\n" for sort { $a cmp $b } @missingfilebuilds; - } else { - print "All SlackBuild download files present in by-name.\n"; - } - my $totalbuildcount = keys %infofilecount; my $missingbuildcount = @missingfilebuilds; my $completebuildcount = $totalbuildcount - $missingbuildcount; @@ -1747,6 +1739,8 @@ sub check_mode { my $md5_filecoverage = sprintf("%.2f", $md5_filecount * 100 / $md5_totalfiles); print <