summaryrefslogtreecommitdiffstats
path: root/urpm/get_pkgs.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2009-01-08 17:42:29 +0000
committerPascal Rigaux <pixel@mandriva.com>2009-01-08 17:42:29 +0000
commitf119f8b0f625edac1c79913203700d0a4a372cdc (patch)
treecc38d060f09953dc5d0b19cbb0101d85dc56b502 /urpm/get_pkgs.pm
parentf5f7b1c738fcee4290e164da3a43d11903ba5f07 (diff)
downloadurpmi-f119f8b0f625edac1c79913203700d0a4a372cdc.tar
urpmi-f119f8b0f625edac1c79913203700d0a4a372cdc.tar.gz
urpmi-f119f8b0f625edac1c79913203700d0a4a372cdc.tar.bz2
urpmi-f119f8b0f625edac1c79913203700d0a4a372cdc.tar.xz
urpmi-f119f8b0f625edac1c79913203700d0a4a372cdc.zip
add some comment
Diffstat (limited to 'urpm/get_pkgs.pm')
-rw-r--r--urpm/get_pkgs.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/urpm/get_pkgs.pm b/urpm/get_pkgs.pm
index 342b659a..484a08b1 100644
--- a/urpm/get_pkgs.pm
+++ b/urpm/get_pkgs.pm
@@ -205,7 +205,8 @@ sub download_packages_of_distant_media {
1;
}
-
+# download packages listed in $blist,
+# and put the result in $sources or $errors
sub _download_packages_of_distant_media {
my ($urpm, $sources, $errors, $blist, %options) = @_;