From 24aa6a3f929b169380d26b49a8987a91ffdfbdd7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 22 Sep 2008 15:10:33 +0000 Subject: create urpm::mirrors::try_probe() as a alternative solution to urpm::mirrors::try() which ensure wrong path given by the user doesn't lead to mirrors being all blacklisted --- urpm.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 2e6ff00e..d98fac32 100644 --- a/urpm.pm +++ b/urpm.pm @@ -34,6 +34,7 @@ sub default_options { 'post-clean' => 1, 'xml-info' => 'on-demand', 'max-round-robin-tries' => 5, + 'max-round-robin-probes' => 2, 'days-between-mirrorlist-update' => 5, 'nb-of-new-unrequested-pkgs-between-auto-select-orphans-check' => 10, }; -- cgit v1.2.1