summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-04-11 13:19:17 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-04-11 13:19:17 +0000
commit356f6e4dd452ff11017aa2466ea4aa2324306012 (patch)
tree528cc3d76b4e923fc7c352437b5dd57b20e14df4 /urpm.pm
parentae01df4665ed3ab7cc9488232c1cc6d6bb394670 (diff)
downloadurpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.tar
urpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.tar.gz
urpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.tar.bz2
urpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.tar.xz
urpmi-356f6e4dd452ff11017aa2466ea4aa2324306012.zip
Update comments
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm19
1 files 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};