diff options
-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) { |