aboutsummaryrefslogtreecommitdiffstats
path: root/Rpmdrake/pkg.pm
Commit message (Expand)AuthorAgeFilesLines
...
* (perform_installation) cleanup & simplify fatal errors managmentThierry Vignaud2007-03-261-6/+7
* (get_pkgs) do not pass a useless parameterThierry Vignaud2007-03-261-2/+2
* (get_pkgs) simplifyThierry Vignaud2007-03-261-9/+6
* (get_pkgs) we already set ->{fatal} to same valueThierry Vignaud2007-03-261-2/+0
* (warn_about_media) split it out of get_pkgs()Thierry Vignaud2007-03-231-35/+40
* (perform_installation) reindent & adjust commentThierry Vignaud2007-03-231-2/+3
* (perform_installation) fix installing more than selection in MandrivaUpdateThierry Vignaud2007-03-231-11/+14
* revert r57586:57588, aka do not keep around the rpm db opened, thus making mc...Thierry Vignaud2007-03-221-7/+6
* (perform_installation) fix "unable to remove package" errors messagesThierry Vignaud2007-03-221-1/+1
* (perform_installation) better test for packages to remove (no more need to gr...Thierry Vignaud2007-03-221-1/+1
* (perform_installation) ask confirmation _before_ actually removing packagesThierry Vignaud2007-03-211-3/+3
* (perform_installation) fix bogus "unable to remove package" warnings (#29291)Thierry Vignaud2007-03-211-1/+1
* (perform_installation) kill a debug statement :-(Thierry Vignaud2007-03-211-1/+1
* (perform_installation) simplify and make sure we restore the mainThierry Vignaud2007-03-211-4/+2
* (perform_installation) display an empty line between the sentence and the listThierry Vignaud2007-03-211-1/+1
* (perform_parallel_install) previous commit nicely showed that errorThierry Vignaud2007-03-211-5/+9
* (perform_parallel_install) split it out of perform_install()Thierry Vignaud2007-03-211-19/+23
* (perform_installation) do not reload package databases when canceling installingThierry Vignaud2007-03-211-1/+1
* keep all packages around (fix 'unable to update in "installed" view', #27629)Thierry Vignaud2007-03-191-12/+14
* (perform_installation) do refresh the list even if a transactionThierry Vignaud2007-03-191-1/+1
* (get_pkgs) simplifyThierry Vignaud2007-03-191-4/+5
* (perform_installation) display global count as well as transaction count (#XXXX)Thierry Vignaud2007-03-161-3/+4
* (get_pkgs) revert a bogus change that went in r144310Thierry Vignaud2007-03-151-1/+1
* (get_pkgs,perform_installation,perform_removal) fix transient hintsThierry Vignaud2007-03-151-3/+3
* (get_pkgs) do not ask again to update media after doing some actionsThierry Vignaud2007-03-151-2/+4
* fix wrong count number while dowloading packages and sync messages with urpmi...Thierry Vignaud2007-03-071-5/+11
* remove parameters which are the defaultPascal Rigaux2007-03-061-2/+0
* (perform_installation) kill dead codeThierry Vignaud2007-03-061-7/+0
* (perform_removal) display a wait message while removing packagesThierry Vignaud2007-03-061-0/+2
* (perform_removal) do nothing if nothing to removeThierry Vignaud2007-03-061-0/+2
* (perform_installation) fix removing packages (#29070) by creating a specialThierry Vignaud2007-03-061-0/+3
* (perform_installation) fix installing packages from rpmdrake (#29068)Thierry Vignaud2007-03-061-0/+6
* (perform_installation) nicer display of missing packages (sort, one package p...Thierry Vignaud2007-03-061-2/+2
* (perform_installation) display missing packages on console per transactionThierry Vignaud2007-03-061-0/+2
* (perform_installation) do display missing packagesThierry Vignaud2007-03-061-3/+2
* (perform_installation) unlock the rpm database tooThierry Vignaud2007-03-051-1/+2
* (perform_installation) unlock the urpmi database further earlier, asThierry Vignaud2007-03-051-1/+1
* fix a crash on some boxes (better long-term fix will be moving some functions)Thierry Vignaud2007-03-051-1/+1
* fix allow-nodeps handlingThierry Vignaud2007-03-021-35/+35
* perl_checker cleanupThierry Vignaud2007-03-021-1/+1
* perl_checker cleanupsThierry Vignaud2007-03-021-5/+3
* (perform_installation) reindentThierry Vignaud2007-03-021-39/+39
* (perform_installation) unlock the urpmi database earlier, as soon as the lastThierry Vignaud2007-03-021-0/+1
* (perform_installation) better formatingThierry Vignaud2007-03-021-1/+1
* (perform_installation) display how many transactions failedThierry Vignaud2007-03-021-0/+1
* handle allow-forceThierry Vignaud2007-03-021-0/+27
* kill unused variableThierry Vignaud2007-03-021-1/+0
* handle allow-nodepsThierry Vignaud2007-03-021-0/+13
* (perform_installation) add support for urpmi transactions:Thierry Vignaud2007-03-021-58/+111
* (perform_installation) fix emptying the cache (#26222)Thierry Vignaud2007-03-021-4/+1