rebuldpacs: Don't try to solve issues around installation-images:Kubic

This commit is contained in:
Dominique Leuenberger 2017-05-24 16:22:23 +02:00
parent f97fbf7de0
commit 1567444dd0
Signed by untrusted user: dimstar
GPG Key ID: E69F22089B497C99

View File

@ -268,7 +268,7 @@ while (<INSTALLCHECK>) {
s,^\s*,,; s,^\s*,,;
# patterns are too spammy and rebuilding doesn't help # patterns are too spammy and rebuilding doesn't help
next if (grep { $_ eq $cproblem } qw(patterns-openSUSE)); next if (grep { $_ eq $cproblem } qw(patterns-openSUSE installation-images:Kubic));
$problems{$cproblem}->{$_} = 1; $problems{$cproblem}->{$_} = 1;
} }