diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 12:02:39 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2006-11-20 12:02:39 +0000 |
commit | 07a1860e367abea8809523f08446e58486357d01 (patch) | |
tree | eddfe47429f6cfe75ca952f34edf9e0c19b68760 | |
parent | d11c587f3f47e43395d73c1865b29635b40f47f6 (diff) | |
download | urpmi-07a1860e367abea8809523f08446e58486357d01.tar urpmi-07a1860e367abea8809523f08446e58486357d01.tar.gz urpmi-07a1860e367abea8809523f08446e58486357d01.tar.bz2 urpmi-07a1860e367abea8809523f08446e58486357d01.tar.xz urpmi-07a1860e367abea8809523f08446e58486357d01.zip |
tell what options are used through ->resolve_requested
-rw-r--r-- | urpm.pm | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2230,11 +2230,12 @@ sub search_packages { #- %options : #- rpmdb #- auto_select -#- callback_choices #- install_src +#- priority_upgrade +#- %options passed to ->resolve_requested: +#- callback_choices #- keep #- nodeps -#- priority_upgrade sub resolve_dependencies { #- $state->{selected} will contain the selection of packages to be #- installed or upgraded |