Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump copyright | Thierry Vignaud | 2020-01-17 | 1 | -1/+1 |
| | |||||
* | document open_helper()/close_helper() signatures | Thierry Vignaud | 2018-09-17 | 1 | -0/+14 |
| | |||||
* | Update Mageia copyright statements | RĂ©mi Verschelde | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanup | Thierry Vignaud | 2016-04-14 | 1 | -1/+1 |
| | |||||
* | error callback can be simplified too | Thierry Vignaud | 2016-04-14 | 1 | -2/+2 |
| | | | | | which means we can also simplify URPM for not passing an extra paramater on the stack | ||||
* | further simplify | Thierry Vignaud | 2016-04-14 | 1 | -5/+6 |
| | |||||
* | use new "elem" callback | Thierry Vignaud | 2016-04-14 | 1 | -1/+4 |
| | | | | need URPM >= 5.07 | ||||
* | unset LD_PRELOAD in chroot | Thierry Vignaud | 2016-01-24 | 1 | -0/+1 |
| | | | | | thus fixing warnings when using eg: eatmydata (b/c of missing object in the chroot) | ||||
* | bump mga copyright | Thierry Vignaud | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | fix Term::ReadKey warnings when redirected | Thierry Vignaud | 2015-09-03 | 1 | -2/+4 |
| | |||||
* | drop very old CVS/SVN $Id tags | Thierry Vignaud | 2015-09-02 | 1 | -1/+0 |
| | |||||
* | always display the right package name on errors | unknown | 2015-02-26 | 1 | -13/+2 |
| | | | | | fixes mga#15032 and also simplify... needs URPM >= 5.04 | ||||
* | default to "unknown" | Thierry Vignaud | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Don't give a wrong package name when it is unknown in a callback (mga#15032) | Pascal Terjan | 2015-02-05 | 1 | -2/+12 |
| | |||||
* | add support for --deploops option | Thierry Vignaud | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | fix leaving read locks on rpmdb (mga#9248) | Thierry Vignaud | 2013-04-20 | 1 | -0/+1 |
| | | | | | regression introduced in commit r7280 on Feb 5 2013: "(install_logger) unify with callback_uninst(), thus fixing counting for erasures" | ||||
* | fix package count when a package has a %pretrans scriptlet | Thierry Vignaud | 2013-04-01 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | (spot by Colin on installing a minimal system with urpmi) callback_open got called one too much (it got called twice for first package which is actually filesystem), thus we bump the index one too much. the call chain is: rpmtsRun() -> runTransScripts() -> rpmteProcess() which says: /* Dont bother opening for elements without pre/posttrans scripts */ But since we now have package ('filesystem') with %pretrans due to /usr migration, it goes further and calls rpmteOpen()->rpmteFDHeader() which notifys us about a package opening in order to get its file descriptor. | ||||
* | only a couple func really are needed | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | drop 'callback_report_uninst' | Thierry Vignaud | 2013-03-16 | 1 | -3/+2 |
| | | | | 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 | -1/+1 |
| | |||||
* | hint @URPM | Thierry Vignaud | 2013-03-16 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -2/+2 |
| | | | | eg: for rpmdrake/gurpm/drakx | ||||
* | (install) list two more parameters | Thierry Vignaud | 2013-02-25 | 1 | -0/+1 |
| | |||||
* | (install_logger) keep a separate counter for erasures | Thierry Vignaud | 2013-02-09 | 1 | -4/+8 |
| | | | | | | | | | | 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 |
| | |||||
* | (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 | ||||
* | (install) do not show empty information from README* with --justdb | Thierry Vignaud | 2012-12-15 | 1 | -1/+1 |
| | |||||
* | (_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()" | ||||
* | (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 |
| | |||||
* | drop --repackage option (non working since rpm-4.6 in 2009) | Thierry Vignaud | 2012-10-05 | 1 | -2/+1 |
| | | | | | | 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)" | ||||
* | perl_checker cleanup | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | convert a couple comments to POD | Thierry Vignaud | 2012-08-31 | 1 | -7/+9 |
| | |||||
* | document some functions | Thierry Vignaud | 2012-08-31 | 1 | -0/+19 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+24 |
| | |||||
* | (prepare_transaction) drop unused parameter | Thierry Vignaud | 2012-08-31 | 1 | -1/+1 |
| | |||||
* | Only search for README.urpmi files in doc files (needs URPM >= 4.13)7.3 | Pascal Terjan | 2012-08-23 | 1 | -1/+1 |
| |