aboutsummaryrefslogtreecommitdiffstats
path: root/iurt
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-09-10 06:28:59 +0000
committerThierry Vignaud <tv@mageia.org>2012-09-10 06:28:59 +0000
commit6772ad2f447c1bf6d022a7395e805d0683c0d1f5 (patch)
treee250f6abd33069d1b21e60413cba8f99edbdb948 /iurt
parentddbc649ecc6fe5e067416f32aa31d45b65664d2f (diff)
downloadiurt-6772ad2f447c1bf6d022a7395e805d0683c0d1f5.tar
iurt-6772ad2f447c1bf6d022a7395e805d0683c0d1f5.tar.gz
iurt-6772ad2f447c1bf6d022a7395e805d0683c0d1f5.tar.bz2
iurt-6772ad2f447c1bf6d022a7395e805d0683c0d1f5.tar.xz
iurt-6772ad2f447c1bf6d022a7395e805d0683c0d1f5.zip
only rely on exit code to assess success or faillure of urpm
(greping for errors leaded to false positives)
Diffstat (limited to 'iurt')
-rwxr-xr-xiurt1
1 files changed, 0 insertions, 1 deletions
diff --git a/iurt b/iurt
index f8d6ad0..a9da60f 100755
--- a/iurt
+++ b/iurt
@@ -954,7 +954,6 @@ retry:
debug_mail => $run{debug},
cc => $cc,
log => $log_dir,
- error_regexp => 'rror.*ailed|Bad exit status|RPM build error',
callback => sub {
my ($opt, $output) = @_;
if ($run{stop}) {