aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--lib/Iurt/Urpmi.pm2
2 files changed, 2 insertions, 1 deletions
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 => {