summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify using cat_()Thierry Vignaud2012-12-133-27/+12
|
* (bug_log) simplify using append_to_file()Thierry Vignaud2012-12-131-6/+2
|
* (write_ldap_cache) simplify using output_safe()Thierry Vignaud2012-12-131-8/+6
|
* fix some spelling errorsGuillaume Rousse2012-12-052-2/+2
|
* (_search_packages) do not attempt fuzzy matching if not using --fuzzyThierry Vignaud2012-12-041-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 Vignaud2012-12-021-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 parametersThierry Vignaud2012-11-211-1/+1
|
* use "find" instead of "grep" in scalar contextThierry Vignaud2012-11-211-2/+2
|
* use "any" instead of "grep" in scalar contextThierry Vignaud2012-11-212-4/+4
|
* (_schedule_packages) fix installing delta rpmsThierry Vignaud2012-11-171-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 Vignaud2012-11-161-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 Vignaud2012-11-161-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 commentThierry Vignaud2012-11-161-0/+4
|
* (find_packages_to_remove) make it clearerThierry Vignaud2012-11-161-2/+5
|
* (install) simplifyThierry Vignaud2012-11-161-2/+3
|
* (_get_callbacks) split it out of install()Thierry Vignaud2012-11-161-47/+54
|
* (_apply_delta_rpm) split it out of _schedule_packages()Thierry Vignaud2012-11-161-13/+20
|
* (_schedule_packages) fix installing delta rpmsThierry Vignaud2012-11-161-1/+8
| | | | broken for years (actually it _NEVER_ worked...)
* (get_README_files) commentThierry Vignaud2012-11-161-0/+2
|
* (_schedule_packages_for_erasing) split it out of install()Thierry Vignaud2012-11-161-35/+45
|
* minor indent cleaningThierry Vignaud2012-11-161-2/+1
|
* (install) add spacingThierry Vignaud2012-11-161-0/+6
|
* (install_logger) drop last remaining bit of repackaging supportThierry Vignaud2012-11-161-1/+0
|
* (_get_orphan_kernels) simplifyThierry Vignaud2012-10-161-2/+2
|
* various optimizations from mdv svnJosé Jorge2012-10-151-13/+11
|
* (_get_current_kernel_package) return current kernel version tooThierry Vignaud2012-10-151-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 hereThierry Vignaud2012-10-151-1/+1
|
* (_kernel_callback) keep track of DKMS packages tooThierry Vignaud2012-10-151-3/+3
|
* rename a variable for realityThierry Vignaud2012-10-151-3/+3
|
* (_kernel_callback) fix commentThierry Vignaud2012-10-151-1/+1
|
* (search_packages) document 'no_substring' optionThierry Vignaud2012-10-151-1/+1
|
* (_search_packages) make it clearerThierry Vignaud2012-10-151-3/+4
|
* change deprecated aria2 optionJosé Jorge2012-10-141-1/+1
|
* make --use-distrib works as user (mga#1225)Thierry Vignaud2012-10-111-1/+6
|
* drop --repackage option (non working since rpm-4.6 in 2009)Thierry Vignaud2012-10-053-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.recoverThierry Vignaud2012-10-051-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 Vignaud2012-10-041-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 HalThierry Vignaud2012-10-011-2/+2
|
* rename 'hal_cdroms' as 'cdroms' since we no longuer use HalThierry Vignaud2012-10-011-10/+10
|
* (_try_mounting_cdrom_using_hal) rename it as_try_mounting_cdrom_using_udisks()Thierry Vignaud2012-10-011-3/+3
|
* rename 'hal_path' as 'udisks_path' since we no longuer use HalThierry Vignaud2012-10-011-13/+13
|
* (_simple_resolve_dependencies) further simplify, fixing previous commitThierry Vignaud2012-09-271-2/+3
|
* kill deprecated selected2list() functionThierry Vignaud2012-09-261-8/+0
|
* kill deprecated find_mntpoints() functionThierry Vignaud2012-09-261-10/+0
|
* adapt to URPM-4.15: find_candidate_packages_() => find_candidate_packages()Thierry Vignaud2012-09-262-2/+2
|
* (message_input_) rename it as message_input()Thierry Vignaud2012-09-261-3/+3
|
* kill deprecated message_input()Thierry Vignaud2012-09-261-4/+1
|
* simplifyThierry Vignaud2012-09-261-2/+1
|
* (_curl_action) kill unused parameter that could never have been usedThierry Vignaud2012-09-081-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 cleanupThierry Vignaud2012-09-081-1/+1
|