diff options
Diffstat (limited to 'iurt2')
-rwxr-xr-x | iurt2 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -257,6 +257,7 @@ foreach my $t (@todo) { hash => "install_deps_$srpm", timeout => 600, cc => $cc, + error_regexp => 'cannot be installed', log => "$local_spool/log/") or next; perform_command("sudo chroot $chroot rpm -qa", hash => "rpm_qa_$srpm", @@ -276,7 +277,7 @@ foreach my $t (@todo) { timeout => 18000, cc => $cc, log => "$local_spool/log/", - error_regexp => 'rror.*ailed', + error_regexp => 'rror.*ailed|Bad exit status|RPM build error', freq => 1) && !glob "$chroot/home/builder/rpm/RPMS/*/*.rpm") { $::failure->{$srpm}{$my_arch} = 1; next |