summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Collapse)AuthorAgeFilesLines
...
* simplify, let mount finds the loop deviceThierry Vignaud2013-03-212-20/+1
|
* treat formatList like others...Thierry Vignaud2013-03-212-2/+3
|
* simplifyThierry Vignaud2013-03-211-1/+1
|
* difference2 && untaint are not neeededThierry Vignaud2013-03-211-1/+1
|
* only a couple func really are neededThierry Vignaud2013-03-2119-19/+19
|
* drop 'callback_report_uninst'Thierry Vignaud2013-03-162-6/+2
| | | | rationale: 'callback_uninst' now enables to get erasure progress
* fix lookup deps of updates in other media when using --updateThierry Vignaud2013-03-161-4/+4
| | | | | | | reverting commit r1931 from 2011-09-14: "(configure,_auto_update_media,parse_media,update_media) fix (g)urpmi --auto-select --update defaulting to all media when there're no update media (#1024)"
* really enable callers to pass their own callback for erasure progressThierry Vignaud2013-03-162-1/+4
|
* simplifyThierry Vignaud2013-03-161-4/+1
|
* document trans_log parametersThierry Vignaud2013-03-161-1/+1
|
* hint @URPMThierry Vignaud2013-03-162-1/+5
|
* note about {readmes}Thierry Vignaud2013-03-161-0/+1
|
* enable callers to pass their own callbacks for erasure progress & errorsThierry Vignaud2013-02-252-2/+5
| | | | eg: for rpmdrake/gurpm/drakx
* (configure) simplifyThierry Vignaud2013-02-251-3/+3
|
* (run) document itThierry Vignaud2013-02-251-0/+88
|
* sync doc with codeThierry Vignaud2013-02-251-1/+1
|
* (install) list two more parametersThierry Vignaud2013-02-251-0/+1
|
* typo fix (Rafael Garcia-Suarez)Thierry Vignaud2013-02-111-1/+1
|
* add basic support for --downgrade (mga#6655)Thierry Vignaud2013-02-091-0/+1
| | | | needs new URPM
* (install_logger) keep a separate counter for erasuresThierry Vignaud2013-02-092-34/+9
| | | | | | | | | | only initialize $total_pkg: - when starting a new transaction - or on first erasure in transaction (_compute_pkg_total) kill it (no more needed) adjust testsuite accordingly
* bump copyrightThierry Vignaud2013-02-055-5/+5
|
* (_compute_pkg_total) introduce it in order to count total elementsThierry Vignaud2013-02-051-1/+30
| | | | (run) compute exact total of installed/removed packages
* (install_logger) unify with callback_uninst(), thus fixing counting forThierry Vignaud2013-02-051-29/+17
| | | | | | | | | | erasures (callback_uninst) restore quiet behavior when not in verbose mode (install) temporary set $urpm->{trans} adapt testsuite
* (_schedule_packages) localize a variableThierry Vignaud2013-02-051-3/+4
|
* typo fixThierry Vignaud2013-02-051-1/+1
|
* handle callback_error when installing packages (scripts & I/O errors)Thierry Vignaud2013-02-031-0/+6
|
* (callback_uninst) display erasure progressThierry Vignaud2013-02-031-1/+25
| | | | | | inspirated from install_logger() adjust testsuite accordingly
* convert somme comments into PODThierry Vignaud2013-01-271-63/+215
|
* fix retrieving rpm version with stable rpmThierry Vignaud2012-12-181-1/+1
|
* fix retrieving rpm version with beta versionsThierry Vignaud2012-12-171-1/+1
|
* (install) do not show empty information from README* with --justdbThierry Vignaud2012-12-151-1/+1
|
* s/mdv/mga/Thierry Vignaud2012-12-131-3/+3
|
* (add_distrib_media) associate media_cfg data to media when adding themThierry Vignaud2012-12-131-0/+6
| | | | | | | | needed for drakx installer complement commit r259200 by cfergeau on Aug 13 2009: "Save media.cfg files locally to map urpmi.cfg media to media.cfg" which only associate media_cfg data to media loaded from config, not those just added
* 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
|