diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-11-14 07:54:27 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-11-14 07:54:27 +0000 |
commit | e288867b461c26c3d9de1f258d50cb7cf72a26d7 (patch) | |
tree | 2e89def3a9e62c84528aef166ec9015e98682bcd /NEWS | |
parent | 0ffa5337c668d8b0ba91dc14d238dce2073e63af (diff) | |
download | urpmi-e288867b461c26c3d9de1f258d50cb7cf72a26d7.tar urpmi-e288867b461c26c3d9de1f258d50cb7cf72a26d7.tar.gz urpmi-e288867b461c26c3d9de1f258d50cb7cf72a26d7.tar.bz2 urpmi-e288867b461c26c3d9de1f258d50cb7cf72a26d7.tar.xz urpmi-e288867b461c26c3d9de1f258d50cb7cf72a26d7.zip |
r249409 | pixel | 2008-11-13 14:55:28 +0100 (Thu, 13 Nov 2008) | 10 lines
- urpmi.update
o updated "ignore"d medium should not become non "ignore"d (#45457)
(regression introduced in 6.18)
the fix is to use update_those_media() which doesn't filter on {ignore} media,
and so we don't need to unset {ignore} to allow updating a media
setting {modified} is hopefully unneeded when using update_those_media(), but
who knows :-/
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ 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 +- urpmi.update + o updated "ignore"d medium should not become non "ignore"d (#45457) + (regression introduced in 6.18) Version 6.18 - 28 October 2008 |