From 439ab03c657d53a388e484086040b286c2f07a3f Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Sat, 21 Mar 2015 21:56:30 +0000 Subject: Retry only once installing buildrequires --- NEWS | 1 + lib/Iurt/Urpmi.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d50d0e7..303976a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ - speed up installing packages - support sharding the build with --num_shards and --shard_id +- retry only once installing buildrequires 0.6.23 - remove old src.rpm before recreating it (mga#14243) diff --git a/lib/Iurt/Urpmi.pm b/lib/Iurt/Urpmi.pm index c8f3bbd..67e5730 100644 --- a/lib/Iurt/Urpmi.pm +++ b/lib/Iurt/Urpmi.pm @@ -499,7 +499,7 @@ sub install_packages { srpm => $title, freq => 1, #cc => $cc, - retry => 3, + retry => 2, debug_mail => $run->{debug}, error_regexp => 'cannot be installed', wait_regexp => { -- cgit v1.2.1