diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-11-03 16:18:57 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-11-03 16:18:57 +0000 |
commit | f2fb0be7f531b6a190a44b93cf88e0c0ae685e99 (patch) | |
tree | 114bd14c4b0111a2a3e2bb529024868445ae7e48 | |
parent | 21488535006282c9a5b5b7b26b7809fec213203f (diff) | |
download | urpmi-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-- | NEWS | 1 | ||||
-rwxr-xr-x | urpmi | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 @@ -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) { |