diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2009-01-08 17:43:42 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2009-01-08 17:43:42 +0000 |
commit | ada800b45d5e50ee767b3f53b7f240ce59c9711a (patch) | |
tree | 658039ef47adff4070e422d668d073f2ad70bb1e /urpm | |
parent | f119f8b0f625edac1c79913203700d0a4a372cdc (diff) | |
download | urpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.tar urpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.tar.gz urpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.tar.bz2 urpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.tar.xz urpmi-ada800b45d5e50ee767b3f53b7f240ce59c9711a.zip |
add some comment
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) = @_; |