summaryrefslogtreecommitdiffstats
path: root/urpm/main_loop.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-11 12:14:13 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-11 12:14:13 +0000
commit25428f578665a94d873ea496da130059fee47fef (patch)
tree4d592d7daaa4001713121679c0a8dcad0460db64 /urpm/main_loop.pm
parent58c4003c40a63ce57cc587b4651926c3a34c3632 (diff)
downloadurpmi-25428f578665a94d873ea496da130059fee47fef.tar
urpmi-25428f578665a94d873ea496da130059fee47fef.tar.gz
urpmi-25428f578665a94d873ea496da130059fee47fef.tar.bz2
urpmi-25428f578665a94d873ea496da130059fee47fef.tar.xz
urpmi-25428f578665a94d873ea496da130059fee47fef.zip
- urpmi
o fix --quiet (regression introduced in 4.9.28)
Diffstat (limited to 'urpm/main_loop.pm')
-rwxr-xr-xurpm/main_loop.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpm/main_loop.pm b/urpm/main_loop.pm
index b8716801..5952466a 100755
--- a/urpm/main_loop.pm
+++ b/urpm/main_loop.pm
@@ -155,6 +155,7 @@ foreach my $set (@{$state->{transaction} || []}) {
$urpm->{log}("starting installing packages");
my %install_options_common = (
test => $test,
+ verbose => $options{verbose},
excludepath => $urpm->{options}{excludepath},
excludedocs => $urpm->{options}{excludedocs},
repackage => $urpm->{options}{repackage},