From ada800b45d5e50ee767b3f53b7f240ce59c9711a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 8 Jan 2009 17:43:42 +0000 Subject: add some comment --- urpm/get_pkgs.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) = @_; -- cgit v1.2.1