aboutsummaryrefslogtreecommitdiffstats
path: root/iurt2
diff options
context:
space:
mode:
Diffstat (limited to 'iurt2')
-rwxr-xr-xiurt23
1 files changed, 2 insertions, 1 deletions
diff --git a/iurt2 b/iurt2
index ada7cc3..3a77bf5 100755
--- a/iurt2
+++ b/iurt2
@@ -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