diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-14 01:56:45 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-10-14 01:56:45 +0000 |
commit | 228e9f101df598b634208de6e4b5690a8810f28b (patch) | |
tree | 6f35171ec5137e4cd9fb5bbe90974908f580c654 /man/C/urpmi.cfg.5 | |
parent | f33357eec411ff5efba41219aba451ee30e5fefb (diff) | |
download | urpmi-228e9f101df598b634208de6e4b5690a8810f28b.tar urpmi-228e9f101df598b634208de6e4b5690a8810f28b.tar.gz urpmi-228e9f101df598b634208de6e4b5690a8810f28b.tar.bz2 urpmi-228e9f101df598b634208de6e4b5690a8810f28b.tar.xz urpmi-228e9f101df598b634208de6e4b5690a8810f28b.zip |
Implement a new option, --norebuild, to urpmi, urpmi.update and urpmi.addmedia.
It prevents rebuilding the hdlist from the headers of the RPMs for a local
media. It's also settable globally in the urpmi.cfg file. Comes with doc.
Diffstat (limited to 'man/C/urpmi.cfg.5')
-rw-r--r-- | man/C/urpmi.cfg.5 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/man/C/urpmi.cfg.5 b/man/C/urpmi.cfg.5 index a97d8303..aba640a9 100644 --- a/man/C/urpmi.cfg.5 +++ b/man/C/urpmi.cfg.5 @@ -53,6 +53,12 @@ activated. Same as \fB--excludedocs\fP for \fBurpmi\fP, default is disabled. .TP +.B norebuild +Same as \fB--norebuild\fP for \fBurpmi\fP, \fBurpmi.update\fP and +\fBurpmi.addmedia\fP, disabled by default (meaning that \fBurpmi\fP +will try to rebuild hdlists by default). + +.TP .B limit-rate Same as \fB--limit-rate\fP for all tools. This option allows to control download speed, there is no limitation by default. The number is given in kilo-bytes per |