From 4f1973e21f577f0e908d722421f2c61135ab9704 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 10 Mar 2005 14:29:10 +0000 Subject: Add a retry option to urpmi and urpmi.cfg (bug #1174) --- man/C/urpmi.8 | 2 ++ man/C/urpmi.cfg.5 | 5 +++++ 2 files changed, 7 insertions(+) (limited to 'man') diff --git a/man/C/urpmi.8 b/man/C/urpmi.8 index d50d5afc..bfda8390 100644 --- a/man/C/urpmi.8 +++ b/man/C/urpmi.8 @@ -123,6 +123,8 @@ Try to limit the download speed, \fIrate\fP is given in bytes/sec. This option i not active by default. .IP "\fB\--resume\fP" Resume transfer of partially-downloaded files. +.IP "\fB\--retry\fP \fItimes\fP" +Retries to download files over FTP or HTTP the specified number of times. .IP "\fB\--proxy\fP \fIproxyhost[:port|1080]\fP" Use specified HTTP proxy. .IP "\fB\--proxy-user\fP \fIuser:password\fP" diff --git a/man/C/urpmi.cfg.5 b/man/C/urpmi.cfg.5 index 34825da1..d656bd68 100644 --- a/man/C/urpmi.cfg.5 +++ b/man/C/urpmi.cfg.5 @@ -100,6 +100,11 @@ transaction). Setting this value to 0 disable the split of transaction. .B downloader Specify which download program to use: \fBwget\fP or \fBcurl\fP. +.TP +.B retry +Specify how many times the downloader should retry in case of non-permanent +errors. + .SS Medium description A medium is described as follows : -- cgit v1.2.1