From 85e5eff098c1945e7d3e20fe96ce21619a20a71e Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Wed, 24 Dec 2003 02:58:50 +0000 Subject: - 4.48 - urpmq --list-url - urpmq --dump-config - urpmi.update --force-key --- urpm.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'urpm.pm') diff --git a/urpm.pm b/urpm.pm index 33f58ab0..516fb3a9 100644 --- a/urpm.pm +++ b/urpm.pm @@ -1169,6 +1169,8 @@ sub update_media { #- take care of modified medium only or all if all have to be recomputed. $medium->{ignore} and next; + $options{forcekey} and delete $medium->{'key-ids'}; + #- and create synthesis file associated if it does not already exists... -s "$urpm->{statedir}/synthesis.$medium->{hdlist}" > 32 or $medium->{modified_synthesis} = 1; -- cgit v1.2.1