summaryrefslogtreecommitdiffstats
path: root/perl-install/install/pkgs.pm
Commit message (Expand)AuthorAgeFilesLines
* (_install_raw) tell urpmi to stop transactions when clicking onThierry Vignaud2009-03-311-0/+3
* (_install_raw) display package names in install.log like beforeThierry Vignaud2009-03-301-0/+1
* (_install_raw) add details about the fd leakThierry Vignaud2009-03-251-1/+2
* (_install_raw) log packages' scripts output (perl-URPM/urpmi aren'tThierry Vignaud2009-03-241-1/+1
* (_install_raw::close_helper) make it more readableThierry Vignaud2009-03-201-2/+5
* (is_package_installed) split it out of _install_raw::close_helper()Thierry Vignaud2009-03-201-5/+11
* (install) update commentThierry Vignaud2009-03-111-2/+1
* (_install_raw) stop opening rpm db, now useless (onlyThierry Vignaud2009-03-091-2/+0
* (_install_raw) use new urpmi API in order to fix detecting whether installingThierry Vignaud2009-03-091-1/+1
* (_unselect_package) fix unselecting packagesThierry Vignaud2009-03-091-3/+3
* (_install_raw) log a few more messagesThierry Vignaud2009-03-091-0/+2
* (_install_raw) log failed transactions summaryThierry Vignaud2009-03-091-0/+1
* (_install_raw) ask for retryThierry Vignaud2009-03-091-2/+0
* (_install_raw) log bogus signaturesThierry Vignaud2009-03-091-0/+2
* (empty_packages) display nicer messages for urpmi's errorsThierry Vignaud2009-03-061-1/+1
* (packageCallbackChoices) explicitely log which package got selectedThierry Vignaud2009-03-061-1/+1
* (empty_packages) move most of option initializing from _install_raw() hereThierry Vignaud2009-03-051-5/+5
* (_install_raw) do not override error() (already defined in empty_packages()) ...Thierry Vignaud2009-03-051-1/+0
* (_unselect_package) split it out of _install_raw()Thierry Vignaud2009-03-051-17/+15
* (_install_raw) check package signatures like urpmi does (new feature) (needs ...Thierry Vignaud2009-03-051-3/+0
* (empty_packages) log urpmi errors in 'fatal' & 'error' subsThierry Vignaud2009-03-041-1/+4
* (empty_packages) factorize settings fatal and error subsThierry Vignaud2009-03-041-2/+1
* (empty_packages) fix latest commitThierry Vignaud2009-03-041-1/+1
* (empty_packages,main) log extra debugging messages if passing the 'debug_urpm...Thierry Vignaud2009-03-041-0/+1
* (install) explainThierry Vignaud2009-03-041-0/+1
* (install) make sure we don't try to reslect already selected packagesThierry Vignaud2009-03-041-0/+2
* (_install_raw::trans_error_summary) do not die if a transactionThierry Vignaud2009-03-041-1/+4
* (_install_raw) do not pass log file fd to urpm::install since it leaks a dupl...Thierry Vignaud2009-03-041-1/+2
* (_install_raw::close_helper) revert latest commit ; it doesn't helpThierry Vignaud2009-03-041-2/+0
* (_install_raw::close_helper) make sure to free package header so thatThierry Vignaud2009-03-041-0/+2
* (_install_raw::close_helper) use package summary translations once 'mdv-rpm-s...Thierry Vignaud2009-03-041-0/+4
* (_install_raw) simplify 'open_helper': just call our callback and dropThierry Vignaud2009-03-041-7/+2
* (install) plug new 'open_helper' and 'close_helper' urpmi callbacks, thusThierry Vignaud2009-03-031-2/+2
* (install) return exit codeThierry Vignaud2009-03-031-0/+2
* (install) drop file handle management code from open callback (now done by ur...Thierry Vignaud2009-03-031-5/+0
* (_install_raw) log exit codeThierry Vignaud2009-03-031-1/+1
* (_install_raw) directly use $::oThierry Vignaud2009-03-031-2/+2
* (_install_raw) do not initialize new auto interactives objectsThierry Vignaud2009-03-031-3/+3
* fix error messageOlivier Blin2009-03-031-1/+1
* (empty_packages) package signature checking is temporary disabled for now due...Thierry Vignaud2009-03-021-0/+3
* use urpmi code in order to add media (and replace medium->{selected}Thierry Vignaud2009-03-021-3/+3
* (_cleanHeaders,extractHeaders) drop themThierry Vignaud2009-03-021-32/+0
* (_installTransactionClosure) drop itThierry Vignaud2009-03-021-80/+0
* (install) reuse urpmi's higher level code (drop librpm ordering hackThierry Vignaud2009-03-021-78/+55
* (empty_packages) use urpm rather than URPM (thus enabling us to reuse urpmi'sThierry Vignaud2009-03-021-1/+2
* (computeGroupSize) make it shorter through spliting out internal helper funct...Thierry Vignaud2009-02-201-41/+43
* (rpmDbOpen) make it more readableThierry Vignaud2009-02-181-2/+8
* (_filter_packages) split it out of _installTransactionClosure()Thierry Vignaud2009-02-181-12/+17
* prefix internal functions with "_"Thierry Vignaud2009-02-181-31/+31
* - do not warn about "servers which open ports on outside by default"Pascal Rigaux2009-01-301-107/+0