Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some spelling errors | Guillaume Rousse | 2012-12-05 | 2 | -2/+2 |
| | |||||
* | (_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) | ||||
* | (_download_all) fix --download-all (mga#8272) | Thierry Vignaud | 2012-12-02 | 1 | -1/+1 |
| | | | | | | regression introduced by init_cache_dir() -> init_dir() renaming in commit r6192 on October 11 2012 : ("(init_cache_dir) rename as init_dir() which is more meaningful") | ||||
* | fix missing parameters | Thierry Vignaud | 2012-11-21 | 1 | -1/+1 |
| | |||||
* | use "find" instead of "grep" in scalar context | Thierry Vignaud | 2012-11-21 | 1 | -2/+2 |
| | |||||
* | use "any" instead of "grep" in scalar context | Thierry Vignaud | 2012-11-21 | 2 | -4/+4 |
| | |||||
* | (_schedule_packages) fix installing delta rpms | Thierry Vignaud | 2012-11-17 | 1 | -1/+1 |
| | | | | | got broken in commit r6466 on 2012-11-16: "(_apply_delta_rpm) split it out of _schedule_packages()" | ||||
* | fix computing kernel orphans when running kernel is not the latest (2/2) | Thierry Vignaud | 2012-11-16 | 1 | -0/+1 |
| | | | | | | | | prevent trying to remove the currently running (not latest) kernel reintroducing a line drop in commit r6238 from Oct 15 2012: "(_all_unrequested_orphans) prevent offering to remove DKMS modules for current kernel (mga#5092)" | ||||
* | fix computing kernel orphans when running kernel is not the latest (1/2) | Thierry Vignaud | 2012-11-16 | 1 | -3/+3 |
| | | | | | | | | prevent trying to remove dkms packages for the latest (not currently running) kernel basically reverting commit r6236 from0 Oct 15 2012: "(_kernel_callback) keep track of DKMS packages too" | ||||
* | (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 |
| | |||||
* | (install) simplify | Thierry Vignaud | 2012-11-16 | 1 | -2/+3 |
| | |||||
* | (_get_callbacks) split it out of install() | Thierry Vignaud | 2012-11-16 | 1 | -47/+54 |
| | |||||
* | (_apply_delta_rpm) split it out of _schedule_packages() | Thierry Vignaud | 2012-11-16 | 1 | -13/+20 |
| | |||||
* | (_schedule_packages) fix installing delta rpms | Thierry Vignaud | 2012-11-16 | 1 | -1/+8 |
| | | | | broken for years (actually it _NEVER_ worked...) | ||||
* | (get_README_files) comment | Thierry Vignaud | 2012-11-16 | 1 | -0/+2 |
| | |||||
* | (_schedule_packages_for_erasing) split it out of install() | Thierry Vignaud | 2012-11-16 | 1 | -35/+45 |
| | |||||
* | minor indent cleaning | Thierry Vignaud | 2012-11-16 | 1 | -2/+1 |
| | |||||
* | (install) add spacing | Thierry Vignaud | 2012-11-16 | 1 | -0/+6 |
| | |||||
* | (install_logger) drop last remaining bit of repackaging support | Thierry Vignaud | 2012-11-16 | 1 | -1/+0 |
| | |||||
* | (_get_orphan_kernels) simplify | Thierry Vignaud | 2012-10-16 | 1 | -2/+2 |
| | |||||
* | various optimizations from mdv svn | José Jorge | 2012-10-15 | 1 | -13/+11 |
| | |||||
* | (_get_current_kernel_package) return current kernel version too | Thierry Vignaud | 2012-10-15 | 1 | -4/+4 |
| | | | | | (_all_unrequested_orphans) prevent offering to remove DKMS modules for current kernel (mga#5092) | ||||
* | (_kernel_callback) we really don't care about versions here | Thierry Vignaud | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | (_kernel_callback) keep track of DKMS packages too | Thierry Vignaud | 2012-10-15 | 1 | -3/+3 |
| | |||||
* | rename a variable for reality | Thierry Vignaud | 2012-10-15 | 1 | -3/+3 |
| | |||||
* | (_kernel_callback) fix comment | Thierry Vignaud | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | (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 |
| | |||||
* | change deprecated aria2 option | José Jorge | 2012-10-14 | 1 | -1/+1 |
| | |||||
* | make --use-distrib works as user (mga#1225) | Thierry Vignaud | 2012-10-11 | 1 | -1/+6 |
| | |||||
* | drop --repackage option (non working since rpm-4.6 in 2009) | Thierry Vignaud | 2012-10-05 | 3 | -5/+2 |
| | | | | | | should have been done right after commit r251061 by pixel on Tue Jan 2009: "- drop urpmi.recover (no more possible with rpm 4.6 which doesn't handle --repackage)" | ||||
* | drop again urpmi.recover | Thierry Vignaud | 2012-10-05 | 1 | -10/+0 |
| | | | | | | | (no more possible since rpm 4.6 which doesn't handle --repackage) was droped in 2009 but was resurected in mdv in initial rpm5 introduction before Mageia creation | ||||
* | (_simple_resolve_dependencies) fix urpmq --whatrequires regression ↵ | Thierry Vignaud | 2012-10-04 | 1 | -1/+1 |
| | | | | | | | | introduced in 7.8.2 (#7706) as well as similar issue in urpmi --parallel issue introduced in commit r6067 on 2012-09-26: "simplify" | ||||
* | we use UDisks instead of Hal | Thierry Vignaud | 2012-10-01 | 1 | -2/+2 |
| | |||||
* | rename 'hal_cdroms' as 'cdroms' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -10/+10 |
| | |||||
* | (_try_mounting_cdrom_using_hal) rename it as_try_mounting_cdrom_using_udisks() | Thierry Vignaud | 2012-10-01 | 1 | -3/+3 |
| | |||||
* | rename 'hal_path' as 'udisks_path' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -13/+13 |
| | |||||
* | (_simple_resolve_dependencies) further simplify, fixing previous commit | Thierry Vignaud | 2012-09-27 | 1 | -2/+3 |
| | |||||
* | kill deprecated selected2list() function | Thierry Vignaud | 2012-09-26 | 1 | -8/+0 |
| | |||||
* | kill deprecated find_mntpoints() function | Thierry Vignaud | 2012-09-26 | 1 | -10/+0 |
| | |||||
* | adapt to URPM-4.15: find_candidate_packages_() => find_candidate_packages() | Thierry Vignaud | 2012-09-26 | 2 | -2/+2 |
| | |||||
* | (message_input_) rename it as message_input() | Thierry Vignaud | 2012-09-26 | 1 | -3/+3 |
| | |||||
* | kill deprecated message_input() | Thierry Vignaud | 2012-09-26 | 1 | -4/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2012-09-26 | 1 | -2/+1 |
| | |||||
* | (_curl_action) kill unused parameter that could never have been used | Thierry Vignaud | 2012-09-08 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | rationale: an array must be the last variable in a prototype bug introcuded in commit r258682 by cfergeau on 2009-07-30: "dudf patch from Olivier Rosello for the Mancoosi project" further not fixed in commit r258683 by cfergeau on 2009-07-30: "slight clean-up in wget downloading handling" dudf support was always broken... interesting enough, this was spot by perl_checker but only when checking all files at once, not when checking urpm/download.pm only | ||||
* | perl_checker cleanup | Thierry Vignaud | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | kill unused variables | Thierry Vignaud | 2012-09-08 | 10 | -19/+0 |
| | |||||
* | (open_lzma) use xz instead of lzma in order to read metadata | Thierry Vignaud | 2012-09-05 | 1 | -1/+1 |
| | |||||
* | (copyright) factorize a translated string | Thierry Vignaud | 2012-09-01 | 1 | -0/+12 |
| |