Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (migrate_forward_rpmdb_db_if_needed) Kill useless arg | Thierry Vignaud | 2021-10-31 | 1 | -1/+1 |
| | |||||
* | Convert from bdb backend to sqlite | Thierry Vignaud | 2021-06-05 | 1 | -0/+2 |
| | | | | | | Rationale: - sqlite backend is supported since rpm-4.16 - bdb backend is deprecated in 4.16 & removed in 4.17 (really 4.16.90) | ||||
* | bump copyright | Thierry Vignaud | 2020-01-17 | 1 | -2/+2 |
| | |||||
* | add support for verify callback when installing | Thierry Vignaud | 2018-09-14 | 1 | -0/+1 |
| | | | | Resolves: mga#23531 | ||||
* | Update Mageia copyright statements | RĂ©mi Verschelde | 2017-04-26 | 1 | -1/+2 |
| | |||||
* | bump mga copyright | Thierry Vignaud | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | drop very old CVS/SVN $Id tags | Thierry Vignaud | 2015-09-02 | 1 | -1/+0 |
| | |||||
* | fix some warnings with perl 5.20 | Pascal Terjan | 2014-06-16 | 1 | -2/+2 |
| | |||||
* | add support for --deploops option | Thierry Vignaud | 2013-11-05 | 1 | -0/+1 |
| | |||||
* | document 'post_download' callback too | Thierry Vignaud | 2013-03-21 | 1 | -0/+8 |
| | |||||
* | difference2 && untaint are not neeeded | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | drop 'callback_report_uninst' | Thierry Vignaud | 2013-03-16 | 1 | -3/+0 |
| | | | | rationale: 'callback_uninst' now enables to get erasure progress | ||||
* | really enable callers to pass their own callback for erasure progress | Thierry Vignaud | 2013-03-16 | 1 | -0/+3 |
| | |||||
* | document trans_log parameters | Thierry Vignaud | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | hint @URPM | Thierry Vignaud | 2013-03-16 | 1 | -1/+1 |
| | |||||
* | enable callers to pass their own callbacks for erasure progress & errors | Thierry Vignaud | 2013-02-25 | 1 | -0/+3 |
| | | | | eg: for rpmdrake/gurpm/drakx | ||||
* | (run) document it | Thierry Vignaud | 2013-02-25 | 1 | -0/+88 |
| | |||||
* | sync doc with code | Thierry Vignaud | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | (install_logger) keep a separate counter for erasures | Thierry Vignaud | 2013-02-09 | 1 | -30/+1 |
| | | | | | | | | | | 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 | 1 | -1/+1 |
| | |||||
* | (_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 | ||||
* | (_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") | ||||
* | (get_distant_media_filesize) kill unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (run) drop unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | | | | warning: needs newer drakx & rpmdrake | ||||
* | document some functions | Thierry Vignaud | 2012-08-31 | 1 | -1/+39 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+25 |
| | |||||
* | (extract_packages_to_install) drop unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (prepare_transaction) drop unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | (clean_trans_sources_from_src_packages) split it out of run() | Thierry Vignaud | 2012-08-31 | 1 | -6/+11 |
| | |||||
* | typo fix in comment | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | (_verify_rpm) make sure to have a meaningfull return code when calling | Thierry Vignaud | 2012-08-24 | 1 | -2/+4 |
| | | | | | | | | | 'bad_signature' callback (run) fix installing a package if user acks bogus signature (regression introduced in commit r4862 on 2012-06-08: "(_download_all) split it out of run()") | ||||
* | (_download_packages) decrease total package count when some files are missing | Thierry Vignaud | 2012-08-24 | 1 | -0/+1 |
| | |||||
* | (_install_src) simplify | Thierry Vignaud | 2012-06-08 | 1 | -1/+2 |
| | |||||
* | (_verify_rpm) let rpmdrake pass 'basename' option again | Thierry Vignaud | 2012-06-08 | 1 | -2/+1 |
| | |||||
* | (_finish) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -5/+13 |
| | |||||
* | (run) simplify | Thierry Vignaud | 2012-06-08 | 1 | -3/+2 |
| | |||||
* | (_run_transaction,run) try to make more readable by having less dereferencing | Thierry Vignaud | 2012-06-08 | 1 | -11/+16 |
| | |||||
* | (_run_transaction) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -44/+57 |
| | |||||
* | one less variable to pass around | Thierry Vignaud | 2012-06-08 | 1 | -4/+5 |
| | |||||
* | (_download_all, _install_src, _init_common_options, | Thierry Vignaud | 2012-06-08 | 1 | -10/+10 |
| | | | | | | | | _run_parallel_transaction) pass less arguments now that we have package scope variables which also fix a bug in newly introduced _install_src() where it would increment $nok w/o any actual side effect in run() | ||||
* | make some global variables having package scope | Thierry Vignaud | 2012-06-08 | 1 | -2/+7 |
| | |||||
* | (run) drop unused env variable | Thierry Vignaud | 2012-06-08 | 1 | -2/+2 |
| | |||||
* | (_run_parallel_transaction) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -9/+14 |
| | |||||
* | (_log_installing) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -9/+14 |
| | |||||
* | (run) add some comments | Thierry Vignaud | 2012-06-08 | 1 | -0/+8 |
| | |||||
* | (_init_common_options) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -15/+20 |
| | |||||
* | (_handle_removable_media) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -8/+13 |
| | |||||
* | (_continue_on_error) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -16/+22 |
| | |||||
* | (_install_src) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -14/+19 |
| | |||||
* | (_verify_rpm) split it out of run() | Thierry Vignaud | 2012-06-08 | 1 | -14/+19 |
| |