summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-08 17:43:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-08 17:43:42 +0000
commitada800b45d5e50ee767b3f53b7f240ce59c9711a (patch)
tree658039ef47adff4070e422d668d073f2ad70bb1e
parentf119f8b0f625edac1c79913203700d0a4a372cdc (diff)
downloadurpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.tar
urpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.tar.gz
urpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.tar.bz2
urpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.tar.xz
urpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.zip
add some comment
-rw-r--r--urpm/get_pkgs.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm
index 484a08b1..30f8f0fb 100644
--- a/urpm/get_pkgs.pm
+++ b/urpm/get_pkgs.pm
@@ -165,7 +165,9 @@ sub verify_partial_rpm_and_move {
"$cachedir/rpms/$filename";
}
-# TODO verify that files are downloaded from the right corresponding media
+# download packages listed in $blists,
+# and put the result in $sources or $error_sources
+#
#- options: quiet, callback,
sub download_packages_of_distant_media {
my ($urpm, $blists, $sources, $error_sources, %options) = @_;