From 14abfdf01bfa2e0872a85ea7ce022d44a6e29fb7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 23 Feb 2008 21:31:09 +0000 Subject: - all tools: o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation) --- urpm.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 88f0946c..7a372a93 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.4'; +our $VERSION = '5.5'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = 'file_from_local_url'; @@ -33,6 +33,8 @@ sub default_options { 'verify-rpm' => 1, 'post-clean' => 1, 'xml-info' => 'on-demand', + 'max-round-robin-tries' => 5, + 'days-between-mirrorlist-update' => 5, }; } -- cgit v1.2.1