summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2006-11-20 09:00:26 +0000
committerPascal Rigaux <pixel@mandriva.com>2006-11-20 09:00:26 +0000
commitd7f5a89d191f21e96ea0cb4d48baa401587c5de1 (patch)
treeb3e94635017960088cc11f04629751ce27dbe825 /urpm.pm
parent6a25c6c1a8ffc96a0ca4a31757ebfc2d116cd006 (diff)
downloadurpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.tar
urpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.tar.gz
urpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.tar.bz2
urpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.tar.xz
urpmi-d7f5a89d191f21e96ea0cb4d48baa401587c5de1.zip
configure: better documentation
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm21
1 files changed, 12 insertions, 9 deletions
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) = @_;