diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-13 07:40:52 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-13 07:40:52 +0000 |
commit | a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b (patch) | |
tree | e5b1ee0a8058c6a99929dfa86b805b45e802c4ee /urpme | |
parent | 04eedcd53a50cb3d602a76d5888a49b51f3e84e3 (diff) | |
download | urpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.tar urpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.tar.gz urpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.tar.bz2 urpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.tar.xz urpmi-a875cfd4bba2c24d68cb37bd7fbdbd8ca7a7157b.zip |
reverting commit (13 March 2006):
"Passing bundle option, even if that does nothing for now"
since it does nothing. will revert if/when support is really implemented
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -31,7 +31,7 @@ use urpm::select; $ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"; delete @ENV{qw(ENV BASH_ENV IFS CDPATH)}; -our ($test, $parallel, $auto, $matches, $force, $noscripts, $repackage, @l, $bundle, $restricted); +our ($test, $parallel, $auto, $matches, $force, $noscripts, $repackage, @l, $restricted); my $yesexpr = #-PO: Add here the keys which might be pressed in the "Yes"-case. N("Yy"); @@ -97,7 +97,6 @@ my @toremove = urpm::select::find_packages_to_remove($urpm, \@l, matches => $matches, force => $force, - bundle => $bundle, callback_notfound => sub { my $urpm = shift @_; #- Warning : the following message is parsed in urpm::parallel_* |