diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-08 17:19:10 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-08 17:19:10 +0000 |
commit | 5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3 (patch) | |
tree | 17b641f6169e9bbda2354b447b9205bb2438ae3c /urpme | |
parent | 37d87d8e158fa78e7df0a3a100707d7daf17cfc9 (diff) | |
download | urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.tar urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.tar.gz urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.tar.bz2 urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.tar.xz urpmi-5b1cab90afd2f73a5ec6824284e2eb8b9a4a05f3.zip |
Some urpme cleanup
Diffstat (limited to 'urpme')
-rw-r--r-- | urpme | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -27,7 +27,7 @@ use urpm::msg; $ENV{PATH} = "/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin"; delete @ENV{qw(ENV BASH_ENV IFS CDPATH)}; -our ($root, $test, $parallel, $auto, $matches, $verbose, $usedistrib, $force, $noscripts, $repackage, @l); +our ($root, $test, $parallel, $auto, $matches, $verbose, $usedistrib, $force, $noscripts, $repackage, @l, $bundle); # Translator: Add here the keys which might be pressed in the "No"-case. my $noexpr = N("Nn"); # Translator: Add here the keys which might be pressed in the "Yes"-case. @@ -86,10 +86,9 @@ $urpm->configure( my @toremove = $urpm->find_packages_to_remove( $state, \@l, - test => $test, matches => $matches, - auto => $auto, force => $force, + bundle => $bundle, callback_notfound => sub { my $urpm = shift @_; #- Warning : the following message is parsed in urpm::parallel_* |