From d7f5a89d191f21e96ea0cb4d48baa401587c5de1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 20 Nov 2006 09:00:26 +0000 Subject: configure: better documentation --- urpm.pm | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 7bd39fb7..678850b9 100644 --- a/urpm.pm +++ b/urpm.pm @@ -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) = @_; -- cgit v1.2.1