Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document 'post_download' callback too | Thierry Vignaud | 2013-03-21 | 1 | -0/+8 |
| | |||||
* | note that urpm::util is a subset of MDK::Common | Thierry Vignaud | 2013-03-21 | 1 | -0/+2 |
| | |||||
* | kill unused return values | Thierry Vignaud | 2013-03-21 | 1 | -2/+0 |
| | |||||
* | previous commit enables to further simplify | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | simplify, let mount finds the loop device | Thierry Vignaud | 2013-03-21 | 2 | -20/+1 |
| | |||||
* | treat formatList like others... | Thierry Vignaud | 2013-03-21 | 2 | -2/+3 |
| | |||||
* | simplify | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | difference2 && untaint are not neeeded | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | only a couple func really are needed | Thierry Vignaud | 2013-03-21 | 19 | -19/+19 |
| | |||||
* | drop 'callback_report_uninst' | Thierry Vignaud | 2013-03-16 | 2 | -6/+2 |
| | | | | rationale: 'callback_uninst' now enables to get erasure progress | ||||
* | fix lookup deps of updates in other media when using --update | Thierry Vignaud | 2013-03-16 | 1 | -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 progress | Thierry Vignaud | 2013-03-16 | 2 | -1/+4 |
| | |||||
* | simplify | Thierry Vignaud | 2013-03-16 | 1 | -4/+1 |
| | |||||
* | document trans_log parameters | Thierry Vignaud | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | hint @URPM | Thierry Vignaud | 2013-03-16 | 2 | -1/+5 |
| | |||||
* | note about {readmes} | Thierry Vignaud | 2013-03-16 | 1 | -0/+1 |
| | |||||
* | enable callers to pass their own callbacks for erasure progress & errors | Thierry Vignaud | 2013-02-25 | 2 | -2/+5 |
| | | | | eg: for rpmdrake/gurpm/drakx | ||||
* | (configure) simplify | Thierry Vignaud | 2013-02-25 | 1 | -3/+3 |
| | |||||
* | (run) document it | Thierry Vignaud | 2013-02-25 | 1 | -0/+88 |
| | |||||
* | sync doc with code | Thierry Vignaud | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | (install) list two more parameters | Thierry Vignaud | 2013-02-25 | 1 | -0/+1 |
| | |||||
* | typo fix (Rafael Garcia-Suarez) | Thierry Vignaud | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | add basic support for --downgrade (mga#6655) | Thierry Vignaud | 2013-02-09 | 1 | -0/+1 |
| | | | | needs new URPM | ||||
* | (install_logger) keep a separate counter for erasures | Thierry Vignaud | 2013-02-09 | 2 | -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 copyright | Thierry Vignaud | 2013-02-05 | 5 | -5/+5 |
| | |||||
* | (_compute_pkg_total) introduce it in order to count total elements | Thierry Vignaud | 2013-02-05 | 1 | -1/+30 |
| | | | | (run) compute exact total of installed/removed packages | ||||
* | (install_logger) unify with callback_uninst(), thus fixing counting for | Thierry Vignaud | 2013-02-05 | 1 | -29/+17 |
| | | | | | | | | | | erasures (callback_uninst) restore quiet behavior when not in verbose mode (install) temporary set $urpm->{trans} adapt testsuite | ||||
* | (_schedule_packages) localize a variable | Thierry Vignaud | 2013-02-05 | 1 | -3/+4 |
| | |||||
* | typo fix | Thierry Vignaud | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | handle callback_error when installing packages (scripts & I/O errors) | Thierry Vignaud | 2013-02-03 | 1 | -0/+6 |
| | |||||
* | (callback_uninst) display erasure progress | Thierry Vignaud | 2013-02-03 | 1 | -1/+25 |
| | | | | | | inspirated from install_logger() adjust testsuite accordingly | ||||
* | convert somme comments into POD | Thierry Vignaud | 2013-01-27 | 1 | -63/+215 |
| | |||||
* | fix retrieving rpm version with stable rpm | Thierry Vignaud | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | fix retrieving rpm version with beta versions | Thierry Vignaud | 2012-12-17 | 1 | -1/+1 |
| | |||||
* | (install) do not show empty information from README* with --justdb | Thierry Vignaud | 2012-12-15 | 1 | -1/+1 |
| | |||||
* | s/mdv/mga/ | Thierry Vignaud | 2012-12-13 | 1 | -3/+3 |
| | |||||
* | (add_distrib_media) associate media_cfg data to media when adding them | Thierry Vignaud | 2012-12-13 | 1 | -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 Vignaud | 2012-12-13 | 3 | -27/+12 |
| | |||||
* | (bug_log) simplify using append_to_file() | Thierry Vignaud | 2012-12-13 | 1 | -6/+2 |
| | |||||
* | (write_ldap_cache) simplify using output_safe() | Thierry Vignaud | 2012-12-13 | 1 | -8/+6 |
| | |||||
* | 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 |
| |