diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-03 15:19:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-03-03 15:19:30 +0000 |
commit | ddb1d74f2956b422f7f382c1c044c9b5ae092e23 (patch) | |
tree | ec85186d67818154b9ae7e529f7682d1a6a62f53 | |
parent | 6dcb330964ad5edfcc86cfa54fcb5c5c2fdfe8a6 (diff) | |
download | urpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.tar urpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.tar.gz urpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.tar.bz2 urpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.tar.xz urpmi-ddb1d74f2956b422f7f382c1c044c9b5ae092e23.zip |
Comment rewrite
-rw-r--r-- | urpm.pm | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2315,11 +2315,11 @@ sub get_packages_list { $val; } -#- select source for package selected. -#- according to keys given in the packages hash. -#- return a list of list containing the source description for each rpm, -#- match exactly the number of medium registered, ignored medium always -#- have a null list. +#- select sources for selected packages, +#- according to keys of the packages hash. +#- returns a list of lists containing the source description for each rpm, +#- matching the exact number of registered media; ignored media being +#- associated to a null list. sub get_source_packages { my ($urpm, $packages, %options) = @_; my ($id, $error, @list_error, %protected_files, %local_sources, @list, %fullname2id, %file2fullnames, %examined); |