diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-02-24 10:58:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-02-24 10:58:31 +0000 |
commit | 52734f88a237a83a09e9fda07ddd14606a71e062 (patch) | |
tree | 5c4688779cfa5ae799a5ae35a2a7c8e7aeeabe18 /NEWS | |
parent | aaf182ce4dd27e7ab847e8cf35f1e97210c07be2 (diff) | |
download | urpmi-52734f88a237a83a09e9fda07ddd14606a71e062.tar urpmi-52734f88a237a83a09e9fda07ddd14606a71e062.tar.gz urpmi-52734f88a237a83a09e9fda07ddd14606a71e062.tar.bz2 urpmi-52734f88a237a83a09e9fda07ddd14606a71e062.tar.xz urpmi-52734f88a237a83a09e9fda07ddd14606a71e062.zip |
display a "bad rpms" message instead of "files are missing" when the downloaded rpm is bad.
this adds a new callback for rpmdrake: "bad_rpms"
this modifies the API of urpm::get_pkgs::download_packages_of_distant_media
($error_sources is now { url => reason } instead of { id => url })
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ - urpmi, urpmi.addmedia, urpmi.update: o have fatal errors on some errors that must not happen (eg: moving rpm from download dir to cachedir) +- urpmi: + o do not say "files are missing" when the downloaded rpm is corrupted + (rpmdrake must add a "bad_rpms" callback to display the new message) Version 5.5 - 23 February 2008, by Pascal "Pixel" Rigaux |