diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-11 13:19:17 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-04-11 13:19:17 +0000 |
commit | 356f6e4dd452ff11017aa2466ea4aa2324306012 (patch) | |
tree | 528cc3d76b4e923fc7c352437b5dd57b20e14df4 | |
parent | ae01df4665ed3ab7cc9488232c1cc6d6bb394670 (diff) | |
download | urpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.tar urpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.tar.gz urpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.tar.bz2 urpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.tar.xz urpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.zip |
Update comments
-rw-r--r-- | urpm.pm | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -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}; |