diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 09:00:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 09:00:26 +0000 |
commit | d7f5a89d191f21e96ea0cb4d48baa401587c5de1 (patch) | |
tree | b3e94635017960088cc11f04629751ce27dbe825 | |
parent | 6a25c6c1a8ffc96a0ca4a31757ebfc2d116cd006 (diff) | |
download | urpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.tar urpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.tar.gz urpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.tar.bz2 urpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.tar.xz urpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.zip |
configure: better documentation
-rw-r--r-- | urpm.pm | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -572,19 +572,22 @@ sub _configure_parallel { #- read urpmi.cfg file as well as necessary synthesis files #- options : #- callback (urpmf) -#- excludemedia -#- hdlist -#- media #- need_hdlist (for urpmf: to be able to have info not available in synthesis) -#- nodepslist +#- nodepslist (for urpmq: we don't need the hdlist/synthesis) #- no_skiplist (urpmf) -#- parallel #- root -#- searchmedia #- skip -#- sortmedia -#- update -#- usedistrib +#- +#- synthesis (use this synthesis file, and only this synthesis file) +#- +#- usedistrib (otherwise uses urpmi.cfg) +#- parallel +#- media +#- excludemedia +#- sortmedia +#- +#- update +#- searchmedia sub configure { my ($urpm, %options) = @_; |