From 356f6e4dd452ff11017aa2466ea4aa2324306012 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 11 Apr 2005 13:19:17 +0000 Subject: Update comments --- urpm.pm | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/urpm.pm b/urpm.pm index a287c245..00a824ef 100644 --- a/urpm.pm +++ b/urpm.pm @@ -977,14 +977,17 @@ sub _guess_pubkey_name { #- Takes care of modifications, and tries some tricks to bypass #- the recomputation of base files. #- Recognized options : -#- all -> all medias are rebuilded. -#- force -> try to force rebuilding base files (1) or hdlist from rpm files (2). -#- probe_with -> probe synthesis or hdlist (or none). -#- ratio -> use compression ratio (with gzip, default is 4) -#- noclean -> keep old files in the header cache directory. -#- nopubkey -> don't use rpm pubkeys -#- nolock -> don't lock the urpmi database -#- forcekey -> force retrieval of pubkey +#- all : all medias are being rebuilt +#- callback : UI callback +#- forcekey : force retrieval of pubkey +#- force : try to force rebuilding base files (1) or hdlist from rpm files (2) +#- noclean : keep old files in the header cache directory +#- nolock : don't lock the urpmi database +#- nomd5sum : don't verify MD5SUM of retrieved files +#- nopubkey : don't use rpm pubkeys +#- norebuild : don't try to rebuild hdlists from rpm headers +#- probe_with : probe synthesis or hdlist (or none) +#- ratio : use this compression ratio (with gzip, default is 4) sub update_media { my ($urpm, %options) = @_; my $clean_cache = !$options{noclean}; -- cgit v1.2.1