summaryrefslogtreecommitdiffstats
path: root/urpm/install.pm
Commit message (Expand)AuthorAgeFilesLines
* always display the right package name on errorsunknown2015-02-261-13/+2
* default to "unknown"Thierry Vignaud2015-02-061-1/+1
* Don't give a wrong package name when it is unknown in a callback (mga#15032)Pascal Terjan2015-02-051-2/+12
* add support for --deploops optionThierry Vignaud2013-11-051-1/+1
* fix leaving read locks on rpmdb (mga#9248)Thierry Vignaud2013-04-201-0/+1
* fix package count when a package has a %pretrans scriptletThierry Vignaud2013-04-011-4/+2
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
* drop 'callback_report_uninst'Thierry Vignaud2013-03-161-3/+2
* really enable callers to pass their own callback for erasure progressThierry Vignaud2013-03-161-1/+1
* hint @URPMThierry Vignaud2013-03-161-0/+4
* note about {readmes}Thierry Vignaud2013-03-161-0/+1
* enable callers to pass their own callbacks for erasure progress & errorsThierry Vignaud2013-02-251-2/+2
* (install) list two more parametersThierry Vignaud2013-02-251-0/+1
* (install_logger) keep a separate counter for erasuresThierry Vignaud2013-02-091-4/+8
* bump copyrightThierry Vignaud2013-02-051-1/+1
* (install_logger) unify with callback_uninst(), thus fixing counting forThierry Vignaud2013-02-051-29/+17
* (_schedule_packages) localize a variableThierry Vignaud2013-02-051-3/+4
* typo fixThierry Vignaud2013-02-051-1/+1
* handle callback_error when installing packages (scripts & I/O errors)Thierry Vignaud2013-02-031-0/+6
* (callback_uninst) display erasure progressThierry Vignaud2013-02-031-1/+25
* (install) do not show empty information from README* with --justdbThierry Vignaud2012-12-151-1/+1
* (_schedule_packages) fix installing delta rpmsThierry Vignaud2012-11-171-1/+1
* (install) simplifyThierry Vignaud2012-11-161-2/+3
* (_get_callbacks) split it out of install()Thierry Vignaud2012-11-161-47/+54
* (_apply_delta_rpm) split it out of _schedule_packages()Thierry Vignaud2012-11-161-13/+20
* (_schedule_packages) fix installing delta rpmsThierry Vignaud2012-11-161-1/+8
* (get_README_files) commentThierry Vignaud2012-11-161-0/+2
* (_schedule_packages_for_erasing) split it out of install()Thierry Vignaud2012-11-161-35/+45
* minor indent cleaningThierry Vignaud2012-11-161-2/+1
* (install) add spacingThierry Vignaud2012-11-161-0/+6
* (install_logger) drop last remaining bit of repackaging supportThierry Vignaud2012-11-161-1/+0
* drop --repackage option (non working since rpm-4.6 in 2009)Thierry Vignaud2012-10-051-2/+1
* perl_checker cleanupThierry Vignaud2012-08-311-1/+1
* convert a couple comments to PODThierry Vignaud2012-08-311-7/+9
* document some functionsThierry Vignaud2012-08-311-0/+19
* add basic POD documentationThierry Vignaud2012-08-311-0/+24
* (prepare_transaction) drop unused parameterThierry Vignaud2012-08-311-1/+1
* Only search for README.urpmi files in doc files (needs URPM >= 4.13)7.3Pascal Terjan2012-08-231-1/+1
* (install) adapt to URPM-4.2Thierry Vignaud2012-06-131-1/+1
* (install) fix circular reference that defeats perl's GCThierry Vignaud2012-03-051-1/+2
* (install) explicitely close the RPM DB after each transactionThierry Vignaud2012-03-051-0/+4
* (install) --test: do not display "More information on package"Thierry Vignaud2012-02-141-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-1/+1
* (install_logger) use urpm->{print} callback tooThierry Vignaud2009-10-151-1/+1
* (install,run) prevent garbaging text installer (#50776)Thierry Vignaud2009-08-111-4/+5
* (install) wrap a big commentThierry Vignaud2009-03-241-1/+2
* (install) revert refcount workarounds now that we fix refcounting inThierry Vignaud2009-03-241-4/+0
* (install) fix a circular reference that was causing rpmdb to be openedThierry Vignaud2009-03-241-2/+6
* (install) change 'close_helper' callback API for installer (in order to fixThierry Vignaud2009-03-091-1/+1
* (install) close another fd leak (needed for drakx)Thierry Vignaud2009-03-041-0/+1