summaryrefslogtreecommitdiffstats
path: root/urpm/get_pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* move cleaning of cachedir out of selected2list()Pascal Rigaux2007-09-111-7/+8
|
* simplify error handlingPascal Rigaux2007-09-111-14/+2
|
* better error message as suggested on cooker-i18nPascal Rigaux2007-08-281-1/+1
|
* better error message as suggested on cooker-i18nPascal Rigaux2007-08-281-1/+1
|
* fix typoPascal Rigaux2007-08-081-1/+1
|
* - urpmiPascal Rigaux2007-08-081-0/+5
| | | | | o explicit error when using "urpmi ---install-src" as user with remote media
* restore cleaning /var/cache/urpmi/rpmsPascal Rigaux2007-01-101-6/+7
|
* simplifyPascal Rigaux2007-01-101-13/+10
|
* fix using N()Pascal Rigaux2007-01-101-1/+1
|
* simplifyPascal Rigaux2007-01-101-10/+7
|
* log the cleaning of /var/cache/urpmi/partialPascal Rigaux2007-01-101-0/+1
|
* directly set $urpm->{root}, it's simplerPascal Rigaux2006-11-291-2/+2
| | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it)
* - move download_packages_of_distant_media() from urpm.pm to urpm::get_pkgsPascal Rigaux2006-11-211-0/+218
- move urpm::get_source_packages() -> urpm::get_pkgs::selected2list()