diff options
Diffstat (limited to 'urpm')
-rw-r--r-- | urpm/get_pkgs.pm | 4 |
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) = @_; |