Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (install) update comment | Thierry Vignaud | 2009-03-11 | 1 | -2/+1 |
| | |||||
* | (_install_raw) stop opening rpm db, now useless (only | Thierry Vignaud | 2009-03-09 | 1 | -2/+0 |
| | | | | | urpmi::main_loop::run() and urpmi::install::install() open it) | ||||
* | (_install_raw) use new urpmi API in order to fix detecting whether installing | Thierry Vignaud | 2009-03-09 | 1 | -1/+1 |
| | | | | | packages succedded or not (especially usefull for building ones) | ||||
* | (_unselect_package) fix unselecting packages | Thierry Vignaud | 2009-03-09 | 1 | -3/+3 |
| | |||||
* | (_install_raw) log a few more messages | Thierry Vignaud | 2009-03-09 | 1 | -0/+2 |
| | |||||
* | (_install_raw) log failed transactions summary | Thierry Vignaud | 2009-03-09 | 1 | -0/+1 |
| | |||||
* | (_install_raw) ask for retry | Thierry Vignaud | 2009-03-09 | 1 | -2/+0 |
| | |||||
* | (_install_raw) log bogus signatures | Thierry Vignaud | 2009-03-09 | 1 | -0/+2 |
| | |||||
* | (empty_packages) display nicer messages for urpmi's errors | Thierry Vignaud | 2009-03-06 | 1 | -1/+1 |
| | |||||
* | (packageCallbackChoices) explicitely log which package got selected | Thierry Vignaud | 2009-03-06 | 1 | -1/+1 |
| | |||||
* | (empty_packages) move most of option initializing from _install_raw() here | Thierry Vignaud | 2009-03-05 | 1 | -5/+5 |
| | |||||
* | (_install_raw) do not override error() (already defined in empty_packages()) ↵ | Thierry Vignaud | 2009-03-05 | 1 | -1/+0 |
| | | | | so that we can display them | ||||
* | (_unselect_package) split it out of _install_raw() | Thierry Vignaud | 2009-03-05 | 1 | -17/+15 |
| | |||||
* | (_install_raw) check package signatures like urpmi does (new feature) (needs ↵ | Thierry Vignaud | 2009-03-05 | 1 | -3/+0 |
| | | | | urpmi-6.22.3 and URPM-3.26) | ||||
* | (empty_packages) log urpmi errors in 'fatal' & 'error' subs | Thierry Vignaud | 2009-03-04 | 1 | -1/+4 |
| | |||||
* | (empty_packages) factorize settings fatal and error subs | Thierry Vignaud | 2009-03-04 | 1 | -2/+1 |
| | |||||
* | (empty_packages) fix latest commit | Thierry Vignaud | 2009-03-04 | 1 | -1/+1 |
| | |||||
* | (empty_packages,main) log extra debugging messages if passing the ↵ | Thierry Vignaud | 2009-03-04 | 1 | -0/+1 |
| | | | | 'debug_urpmi' option | ||||
* | (install) explain | Thierry Vignaud | 2009-03-04 | 1 | -0/+1 |
| | |||||
* | (install) make sure we don't try to reslect already selected packages | Thierry Vignaud | 2009-03-04 | 1 | -0/+2 |
| | | | | | by dropping packages->{state} | ||||
* | (_install_raw::trans_error_summary) do not die if a transaction | Thierry Vignaud | 2009-03-04 | 1 | -1/+4 |
| | | | | | | failed ; only warn about it in graphical mode (no more a fata error for auto install) | ||||
* | (_install_raw) do not pass log file fd to urpm::install since it leaks a ↵ | Thierry Vignaud | 2009-03-04 | 1 | -1/+2 |
| | | | | duplicated fd per transaction | ||||
* | (_install_raw::close_helper) revert latest commit ; it doesn't help | Thierry Vignaud | 2009-03-04 | 1 | -2/+0 |
| | |||||
* | (_install_raw::close_helper) make sure to free package header so that | Thierry Vignaud | 2009-03-04 | 1 | -0/+2 |
| | | | | | rpmdb can be closed (else we exhaust the max number of opened fd) | ||||
* | (_install_raw::close_helper) use package summary translations once ↵ | Thierry Vignaud | 2009-03-04 | 1 | -0/+4 |
| | | | | 'mdv-rpm-summary' is installed | ||||
* | (_install_raw) simplify 'open_helper': just call our callback and drop | Thierry Vignaud | 2009-03-04 | 1 | -7/+2 |
| | | | | | the last bits of old packages filling code | ||||
* | (install) plug new 'open_helper' and 'close_helper' urpmi callbacks, thus | Thierry Vignaud | 2009-03-03 | 1 | -2/+2 |
| | | | | | fixing both progress bar and trying to install again already installed packages | ||||
* | (install) return exit code | Thierry Vignaud | 2009-03-03 | 1 | -0/+2 |
| | |||||
* | (install) drop file handle management code from open callback (now done by ↵ | Thierry Vignaud | 2009-03-03 | 1 | -5/+0 |
| | | | | urpmi) | ||||
* | (_install_raw) log exit code | Thierry Vignaud | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | (_install_raw) directly use $::o | Thierry Vignaud | 2009-03-03 | 1 | -2/+2 |
| | |||||
* | (_install_raw) do not initialize new auto interactives objects | Thierry Vignaud | 2009-03-03 | 1 | -3/+3 |
| | |||||
* | fix error message | Olivier Blin | 2009-03-03 | 1 | -1/+1 |
| | |||||
* | (empty_packages) package signature checking is temporary disabled for now ↵ | Thierry Vignaud | 2009-03-02 | 1 | -0/+3 |
| | | | | due to URPM always complaining | ||||
* | use urpmi code in order to add media (and replace medium->{selected} | Thierry Vignaud | 2009-03-02 | 1 | -3/+3 |
| | | | | by medium->{ignore} for compatibility with urpmi) | ||||
* | (_cleanHeaders,extractHeaders) drop them | Thierry Vignaud | 2009-03-02 | 1 | -32/+0 |
| | |||||
* | (_installTransactionClosure) drop it | Thierry Vignaud | 2009-03-02 | 1 | -80/+0 |
| | |||||
* | (install) reuse urpmi's higher level code (drop librpm ordering hack | Thierry Vignaud | 2009-03-02 | 1 | -78/+55 |
| | | | | and retry logic since urpmi should behaves better) | ||||
* | (empty_packages) use urpm rather than URPM (thus enabling us to reuse urpmi's | Thierry Vignaud | 2009-03-02 | 1 | -1/+2 |
| | | | | | higher level code) (no changes for current callers since urpm inherits from URPM) | ||||
* | (computeGroupSize) make it shorter through spliting out internal helper ↵ | Thierry Vignaud | 2009-02-20 | 1 | -41/+43 |
| | | | | functions | ||||
* | (rpmDbOpen) make it more readable | Thierry Vignaud | 2009-02-18 | 1 | -2/+8 |
| | |||||
* | (_filter_packages) split it out of _installTransactionClosure() | Thierry Vignaud | 2009-02-18 | 1 | -12/+17 |
| | |||||
* | prefix internal functions with "_" | Thierry Vignaud | 2009-02-18 | 1 | -31/+31 |
| | |||||
* | - do not warn about "servers which open ports on outside by default" | Pascal Rigaux | 2009-01-30 | 1 | -107/+0 |
| | | | | | (the list of servers is not maintained, and the policy for those servers has changed) | ||||
* | perl_checker cleanups | Thierry Vignaud | 2009-01-26 | 1 | -2/+2 |
| | |||||
* | (bestKernel_extensions) do not install kernel-server on x86_64 when | Thierry Vignaud | 2009-01-09 | 1 | -1/+1 |
| | | | | | there's more than 4Gb of RAM (#44709) ; use better heuristics | ||||
* | cleanup: remove support from migrating to a different rpm dbapi | Pascal Rigaux | 2008-12-16 | 1 | -8/+2 |
| | | | | | (it never worked and it was never used) | ||||
* | - generate /var/lib/rpm/installed-through-deps.list | Pascal Rigaux | 2008-09-25 | 1 | -0/+1 |
| | | | | | | | | (to initialize urpmi orphans) - for this, we must ensure $packages (which is similar to urpmi's $urpm) has field {root} | ||||
* | allow to prefer kernel-server on x86_64 too | Olivier Blin | 2008-09-16 | 1 | -1/+1 |
| | |||||
* | (bestKernel_extensions) do not uselessly install kernel-server on | Thierry Vignaud | 2008-08-20 | 1 | -1/+1 |
| | | | | | x86_64 if more than 3.8Gb are availlable |