Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_search_packages) do not attempt fuzzy matching if not using --fuzzy | Thierry Vignaud | 2012-12-04 | 1 | -3/+1 |
| | | | | | | it's also a huge speedup (saves 28% of time spent in testsuite) this fixes urpmq defaulting to fuzzy mode (mga#2953) | ||||
* | use "any" instead of "grep" in scalar context | Thierry Vignaud | 2012-11-21 | 1 | -3/+3 |
| | |||||
* | (search_packages,_search_packages) further comment | Thierry Vignaud | 2012-11-16 | 1 | -0/+4 |
| | |||||
* | (find_packages_to_remove) make it clearer | Thierry Vignaud | 2012-11-16 | 1 | -2/+5 |
| | |||||
* | (search_packages) document 'no_substring' option | Thierry Vignaud | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | (_search_packages) make it clearer | Thierry Vignaud | 2012-10-15 | 1 | -3/+4 |
| | |||||
* | adapt to URPM-4.15: find_candidate_packages_() => find_candidate_packages() | Thierry Vignaud | 2012-09-26 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup: kill unused variables | Thierry Vignaud | 2012-08-31 | 1 | -4/+1 |
| | | | | | (they're unused since commit r5054 on 2012-06-28: "(find_packages_to_remove) simplify") | ||||
* | (removed_packages) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -4/+4 |
| | |||||
* | (unselected_packages) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | convert a couple comments to POD | Thierry Vignaud | 2012-08-31 | 1 | -32/+106 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+18 |
| | |||||
* | (find_packages_to_remove) simplify | Thierry Vignaud | 2012-06-28 | 1 | -40/+1 |
| | | | | (needs URPM >= 4.10) | ||||
* | (_libdb_version,_rpm_version,should_we_migrate_back_rpmdb_db_version) | Thierry Vignaud | 2012-06-08 | 1 | -3/+3 |
| | | | | adapt to perl-5.16.0: it looks like 'eval "v..."' no longuer create version objects | ||||
* | (find_packages_to_remove) simplify case where only name was given | Thierry Vignaud | 2012-06-08 | 1 | -1/+0 |
| | | | | (URPM::traverse_tag() already perfomed the check for us...) | ||||
* | Revert " (translate_why_removed_one) help perl_checker" | Thierry Vignaud | 2012-03-19 | 1 | -1/+1 |
| | | | | | This reverts commit r2878 from Feb 1 2012 (perl_checker has better knowledge of URPM now) | ||||
* | (find_packages_to_remove) Revert "help perl_checker" | Thierry Vignaud | 2012-03-19 | 1 | -5/+5 |
| | | | | | This reverts commit r2945 from Feb 14 2012 (perl_checker has better fake packages now) | ||||
* | warn if --allow-force, --allow-nodeps, --force or --keep is in use (mga#3127) | Thierry Vignaud | 2012-03-05 | 1 | -4/+4 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2012-03-05 | 1 | -1/+1 |
| | |||||
* | (_rpm_version,should_we_migrate_back_rpmdb_db_version) detect if we need | Thierry Vignaud | 2012-02-21 | 1 | -1/+11 |
| | | | | to downgrade from rpm-4.9 to rpm-4.8 (mga#4590) | ||||
* | help perl_checker | Thierry Vignaud | 2012-02-14 | 1 | -5/+5 |
| | |||||
* | (_search_packages) make it faster when not using -i flag | Thierry Vignaud | 2012-02-07 | 1 | -1/+2 |
| | |||||
* | (_search_packages) fix package count when using -a and when some | Thierry Vignaud | 2012-02-07 | 1 | -2/+11 |
| | | | | packages exist in several repositories (eg: noarch packages) (mga#4322) | ||||
* | (translate_why_removed_one) help perl_checker | Thierry Vignaud | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | (already_installed) fix already installed noarch packages are listed | Thierry Vignaud | 2012-01-06 | 1 | -1/+1 |
| | | | | twice on x86_64 (mga#4038) | ||||
* | (conflicting_packages_msg_) kill unused args | Thierry Vignaud | 2012-01-06 | 1 | -2/+2 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2012-01-06 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | translate_why_unselect: add "conflicts" reason | Christophe Fergeau | 2009-07-28 | 1 | -0/+2 |
| | | | | Patch by Anssi Hannula, fixes bug #52153 | ||||
* | remove unused reasons from translate_why_unselected | Christophe Fergeau | 2009-07-28 | 1 | -4/+0 |
| | | | | Patch from Anssi Hannula | ||||
* | When using urpme -a, properly report when no packages could be removed, #48506 | Christophe Fergeau | 2009-03-20 | 1 | -0/+4 |
| | |||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | add aria2 to the priority list of packages that need to be updated | Thierry Vignaud | 2008-12-20 | 1 | -1/+1 |
| | | | | | | | | | before restarting urpmi (should we try to update libcares & libssl too???) (this should probably be backported in the 2009.0 branch) | ||||
* | - urpmi | Pascal Rigaux | 2008-11-14 | 1 | -5/+8 |
| | | | | | | o in --auto, do not allow to install a package substring match (you can use -a to force it) | ||||
* | simplify: instead of passing around {rpmdb}, set $urpm->{env_rpmdb} and use it | Pascal Rigaux | 2008-10-27 | 1 | -3/+2 |
| | |||||
* | - library: | Pascal Rigaux | 2008-09-11 | 1 | -0/+18 |
| | | | | | o create urpm::select::conflicting_packages_msg() for rpmdrake | ||||
* | fix namespace (it's really too late to commit more) | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | (db_open_or_die__) ahem... | Thierry Vignaud | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | (db_open_or_die__) factorize some code (the name might have to be changed...) | Thierry Vignaud | 2008-09-09 | 1 | -8/+1 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-09-09 | 1 | -0/+43 |
| | | | | | | o after installing in chroot, migrate back rpmdb db version to one compatible with the rpm in the chroot | ||||
* | - urpmi, urpmq: | Pascal Rigaux | 2008-08-20 | 1 | -1/+2 |
| | | | | | | o do not display all substring matches on stderr, only a subset of them, and suggest to use "-a" to use all matches (#38956) | ||||
* | replace unless with if ! | Pascal Rigaux | 2008-08-20 | 1 | -2/+2 |
| | |||||
* | create _search_packages_keep_best() out of _search_packages() | Pascal Rigaux | 2008-08-20 | 1 | -22/+27 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-08-20 | 1 | -3/+1 |
| | |||||
* | cleanup | Pascal Rigaux | 2008-08-20 | 1 | -1/+1 |
| | |||||
* | use code from urpm::orphans | Pascal Rigaux | 2008-07-07 | 1 | -38/+0 |
| | |||||
* | what was introduced in perl-URPM 3.16 to get "rejected already installed pkgs" | Pascal Rigaux | 2008-07-07 | 1 | -2/+1 |
| | | | | | | is wrong. Adapt to perl-URPM 3.18 way ($state->{rejected_already_installed}) which ensures we don't break things (eg: superuser--priority-upgrade.t test case) | ||||
* | create a var | Pascal Rigaux | 2008-07-03 | 1 | -1/+3 |
| | |||||
* | - rewrite find_removed_from_basesystem() | Pascal Rigaux | 2008-07-03 | 1 | -15/+29 |
| | | | | | | | | - enhance find_removed_from_basesystem: do not return "basesystem" and "basesystem-minimal" when "basesystem" is removed only because "basesystem-minimal" is removed - create rejected_closure() and rejected_unsatisfied() | ||||
* | re-indent | Pascal Rigaux | 2008-07-03 | 1 | -17/+19 |
| |