From 1567444dd0517f8a5606624127c7430e80ab3074 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 24 May 2017 16:22:23 +0200 Subject: [PATCH] rebuldpacs: Don't try to solve issues around installation-images:Kubic --- rebuildpacs.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebuildpacs.pl b/rebuildpacs.pl index 91ec9176..4cdcfb77 100755 --- a/rebuildpacs.pl +++ b/rebuildpacs.pl @@ -268,7 +268,7 @@ while () { s,^\s*,,; # 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; }