diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-10 14:29:10 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-10 14:29:10 +0000 |
commit | 4f1973e21f577f0e908d722421f2c61135ab9704 (patch) | |
tree | 50965216473b349aff50d73b060ab96bb94a22e4 /urpm/cfg.pm | |
parent | 42e551c708aed332e1e76a5de7cccdb7362b3c58 (diff) | |
download | urpmi-4f1973e21f577f0e908d722421f2c61135ab9704.tar urpmi-4f1973e21f577f0e908d722421f2c61135ab9704.tar.gz urpmi-4f1973e21f577f0e908d722421f2c61135ab9704.tar.bz2 urpmi-4f1973e21f577f0e908d722421f2c61135ab9704.tar.xz urpmi-4f1973e21f577f0e908d722421f2c61135ab9704.zip |
Add a retry option to urpmi and urpmi.cfg (bug #1174)
Diffstat (limited to 'urpm/cfg.pm')
-rw-r--r-- | urpm/cfg.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/cfg.pm b/urpm/cfg.pm index 7fad1eed..bf3baea8 100644 --- a/urpm/cfg.pm +++ b/urpm/cfg.pm @@ -148,6 +148,7 @@ sub load_config ($;$) { |split-(?:level|length) |priority-upgrade |downloader + |retry )\s*:\s*['"]?(.*?)['"]?$/x and $config{$medium}{$1} = $2, next; /^key[-_]ids\s*:\s*['"]?(.*?)['"]?$/ |