*really* make runs of generate_firmware_task quieter

This commit is contained in:
Steve McIntyre 2023-07-06 16:06:47 +01:00
parent 5c9ec762bb
commit 25e6430341
1 changed files with 2 additions and 1 deletions

View File

@ -58,13 +58,14 @@ sub check_packages($$@) {
}
if (!exists $seen{$filename}) {
$seen{$filename} = 1;
# Don't include packages that we're told to exclude
if ($excluded{$pkg}) {
print STDERR " Ignoring $pkg\n";
next;
}
$seen{$filename} = 1;
if (contains_firmware($mirror, $filename)) {
printf STDERR " %-35s (%s)\n", $pkg, $filename;
if ($orig_mode) {