summaryrefslogtreecommitdiffstats
path: root/urpm/select.pm
Commit message (Collapse)AuthorAgeFilesLines
* - urpmiPascal Rigaux2007-08-281-0/+19
| | | | | | | o handle changes in priority-upgrade list between old and new urpmi (#32925) nb: keep --no-priority-upgrade since it is passed by older urpmi when restarting
* (translate_why_removed_one) if we got back an explanation unknown ofThierry Vignaud2007-08-131-0/+2
| | | | | use, just report it back
* (translate_why_unselected_one) try harder to explain why we cannotThierry Vignaud2007-08-131-1/+4
| | | | | select a package (eg: because i586 package is already installed on x86_64)
* - libraryPascal Rigaux2007-08-121-2/+2
| | | | | | | o urpm::select: new function get_preferred() replacing sort_choices() (for drakx) o get rid of "use of unitialized" when file is unset (for drakx)
* - urpmiPascal Rigaux2007-08-111-0/+33
| | | | | | o handle preferred choices (through --prefer, /etc/urpmi/prefer.list and /etc/urpmi/prefer.vendor.list)
* - urpmiPascal Rigaux2007-08-091-0/+1
| | | | | | | | | | | o explicit error when using "urpmi ---install-src" as user with remote media o add support for "suggests": a newly suggested package is installed as if required, but one can remove it afterwards, or use --no-suggests - urpmf o handle --suggests all the work is done in perl-URPM 1.69
* fix previous "prefer best architecture over exact name" commit:Pascal Rigaux2007-06-081-2/+3
| | | | | | | noarch pkgs need to be taken into account differently (nb: is it a pb that the list order is not kept?)
* - urpmiPascal Rigaux2007-06-071-0/+10
| | | | | | | o prefer best architecture over exact name (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel) - add function min()
* re-sync after the big svn lossPascal Rigaux2007-04-241-29/+40
|
* log rpmdb search for removalPascal Rigaux2006-11-301-0/+2
|
* directly set $urpm->{root}, it's simplerPascal Rigaux2006-11-291-2/+1
| | | | | (also use it in urpm::get_pkgs::selected2list() even if callers didn't pass it)
* move uniq to urpm::util (i need it in urpm::media)Pascal Rigaux2006-11-281-2/+0
|
* move many functions from urpm.pm to new module urpm/select.pmPascal Rigaux2006-11-211-0/+442