summaryrefslogtreecommitdiffstats
path: root/urpmi
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-11 14:51:43 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-10-11 14:51:43 +0000
commit687f8df851493677352fb0968c8f8e42140248ed (patch)
treea8ebfb1e306387691745fa8153abc28a0a7934e0 /urpmi
parentd698955cce0fcf0134584e9f1ff6711010838e95 (diff)
downloadurpmi-687f8df851493677352fb0968c8f8e42140248ed.tar
urpmi-687f8df851493677352fb0968c8f8e42140248ed.tar.gz
urpmi-687f8df851493677352fb0968c8f8e42140248ed.tar.bz2
urpmi-687f8df851493677352fb0968c8f8e42140248ed.tar.xz
urpmi-687f8df851493677352fb0968c8f8e42140248ed.zip
Add a quiet option to the API of specialized download routines
Diffstat (limited to 'urpmi')
-rwxr-xr-xurpmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/urpmi b/urpmi
index 0bc1672e..9288c105 100755
--- a/urpmi
+++ b/urpmi
@@ -555,6 +555,7 @@ foreach my $set (@{$state->{transaction} || []}) {
\%transaction_sources,
\%error_sources,
verbose => $verbose > 0,
+ quiet => $verbose < 0,
limit_rate => $urpm->{options}{'limit-rate'},
compress => $urpm->{options}{compress},
resume => $urpm->{options}{resume},