| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fallback on most generic kernel if the suitable one is not available | Olivier Blin | 2009-10-30 | 1 | -0/+7 |
* | allow to set preferred packages list in auto_install | Olivier Blin | 2009-10-19 | 1 | -1/+1 |
* | allow to set preferred kernel extension in o->{kernel_extension} | Olivier Blin | 2009-09-14 | 1 | -0/+1 |
* | allow minimal install without suggests | Pascal Terjan | 2009-09-02 | 1 | -1/+1 |
* | (install) prevent urpmi messages from garbaging text installer (#50776) | Thierry Vignaud | 2009-08-11 | 1 | -0/+4 |
* | (empty_packages) use --force like older installer (and drop | Thierry Vignaud | 2009-04-22 | 1 | -1/+1 |
* | (empty_packages) use --replacepkgs like older installer | Thierry Vignaud | 2009-04-22 | 1 | -0/+1 |
* | (_install_raw,monitor_full_edid) do not log perl warnings about | Thierry Vignaud | 2009-04-20 | 1 | -0/+3 |
* | do not crash when encountering bad signatures in automatic install | Olivier Blin | 2009-04-15 | 1 | -1/+5 |
* | (_install_raw) tell urpmi to stop transactions when clicking on | Thierry Vignaud | 2009-03-31 | 1 | -0/+3 |
* | (_install_raw) display package names in install.log like before | Thierry Vignaud | 2009-03-30 | 1 | -0/+1 |
* | (_install_raw) add details about the fd leak | Thierry Vignaud | 2009-03-25 | 1 | -1/+2 |
* | (_install_raw) log packages' scripts output (perl-URPM/urpmi aren't | Thierry Vignaud | 2009-03-24 | 1 | -1/+1 |
* | (_install_raw::close_helper) make it more readable | Thierry Vignaud | 2009-03-20 | 1 | -2/+5 |
* | (is_package_installed) split it out of _install_raw::close_helper() | Thierry Vignaud | 2009-03-20 | 1 | -5/+11 |
* | (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 |
* | (_install_raw) use new urpmi API in order to fix detecting whether installing | Thierry Vignaud | 2009-03-09 | 1 | -1/+1 |
* | (_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 |
* | (_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 |
* | (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 'debug_urpm... | Thierry Vignaud | 2009-03-04 | 1 | -0/+1 |
* | (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 |
* | (_install_raw::trans_error_summary) do not die if a transaction | Thierry Vignaud | 2009-03-04 | 1 | -1/+4 |
* | (_install_raw) do not pass log file fd to urpm::install since it leaks a dupl... | Thierry Vignaud | 2009-03-04 | 1 | -1/+2 |
* | (_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 |
* | (_install_raw::close_helper) use package summary translations once 'mdv-rpm-s... | Thierry Vignaud | 2009-03-04 | 1 | -0/+4 |
* | (_install_raw) simplify 'open_helper': just call our callback and drop | Thierry Vignaud | 2009-03-04 | 1 | -7/+2 |
* | (install) plug new 'open_helper' and 'close_helper' urpmi callbacks, thus | Thierry Vignaud | 2009-03-03 | 1 | -2/+2 |
* | (install) return exit code | Thierry Vignaud | 2009-03-03 | 1 | -0/+2 |
* | (install) drop file handle management code from open callback (now done by ur... | Thierry Vignaud | 2009-03-03 | 1 | -5/+0 |
* | (_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 due... | Thierry Vignaud | 2009-03-02 | 1 | -0/+3 |
* | use urpmi code in order to add media (and replace medium->{selected} | Thierry Vignaud | 2009-03-02 | 1 | -3/+3 |