summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-11-03 16:18:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-11-03 16:18:57 +0000
commitf2fb0be7f531b6a190a44b93cf88e0c0ae685e99 (patch)
tree114bd14c4b0111a2a3e2bb529024868445ae7e48
parent21488535006282c9a5b5b7b26b7809fec213203f (diff)
downloadurpmi-f2fb0be7f531b6a190a44b93cf88e0c0ae685e99.tar
urpmi-f2fb0be7f531b6a190a44b93cf88e0c0ae685e99.tar.gz
urpmi-f2fb0be7f531b6a190a44b93cf88e0c0ae685e99.tar.bz2
urpmi-f2fb0be7f531b6a190a44b93cf88e0c0ae685e99.tar.xz
urpmi-f2fb0be7f531b6a190a44b93cf88e0c0ae685e99.zip
- urpmi
o ensure download when updating media (with --auto-update) is quiet
-rw-r--r--NEWS1
-rwxr-xr-xurpmi1
2 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8b9863e6..8c77bcd9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
- urpmi
o in --auto, do display an error message when rpms are missing
o revert --auto-update behaviour in case of media update failures (#45417)
+ o ensure download when updating media (with --auto-update) is quiet
Version 6.18 - 28 October 2008
diff --git a/urpmi b/urpmi
index 1688e4e5..6e50cb07 100755
--- a/urpmi
+++ b/urpmi
@@ -359,6 +359,7 @@ urpm::media::configure($urpm,
update => $update,
usedistrib => $options{usedistrib},
probe_with => $options{probe_with},
+ download_callback => \&urpm::download::sync_logger,
);
if ($bug) {