summaryrefslogtreecommitdiffstats
path: root/gurpmi2
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-03 17:16:15 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-03-03 17:16:15 +0000
commit2433828fdc1046ec853b633a41edc5afa03894a7 (patch)
tree430505d76dbb7b88fdb50223714c2d865fd05408 /gurpmi2
parent17a223e79f0b4b948e876f558fe4d1da2b44b46d (diff)
downloadurpmi-2433828fdc1046ec853b633a41edc5afa03894a7.tar
urpmi-2433828fdc1046ec853b633a41edc5afa03894a7.tar.gz
urpmi-2433828fdc1046ec853b633a41edc5afa03894a7.tar.bz2
urpmi-2433828fdc1046ec853b633a41edc5afa03894a7.tar.xz
urpmi-2433828fdc1046ec853b633a41edc5afa03894a7.zip
Pass the new gurpmi auto-select option to the resolver
Diffstat (limited to 'gurpmi2')
-rwxr-xr-xgurpmi21
1 files changed, 1 insertions, 0 deletions
diff --git a/gurpmi2 b/gurpmi2
index dd056477..4177179a 100755
--- a/gurpmi2
+++ b/gurpmi2
@@ -72,6 +72,7 @@ $urpm->resolve_dependencies(
$state,
\%requested,
callback_choices => \&ask_choice,
+ auto_select => $gurpmi::options{'auto-select'},
);
my @ask_unselect = $urpm->unselected_packages($state);
@ask_unselect