summaryrefslogtreecommitdiffstats
path: root/perl-install/do_pkgs.pm
Commit message (Expand)AuthorAgeFilesLines
* - fix drakfirewall not applying config #9941José Jorge2013-06-121-1/+1
* fix offering to install shorewall & shorewall-ipv6 when already installedThierry Vignaud2013-05-161-1/+1
* (ensure_files_are_installed) do not popup if we've no packages to installThierry Vignaud2012-08-071-0/+1
* don't call urpmi with --gui, this is uselessThierry Vignaud2012-05-231-1/+1
* (install) kill obsolete commentThierry Vignaud2012-05-231-1/+0
* perl_checker cleanupsThierry Vignaud2012-03-231-1/+1
* perl_checker cleanupsThierry Vignaud2012-03-231-2/+2
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-02-061-1/+1
* fix do_pkgs_during_install::what_providesOlivier Blin2009-11-301-1/+0
* add a FIXMEOlivier Blin2009-10-301-0/+1
* do_pkgs: add ensure_files_are_installedPascal Terjan2009-02-111-0/+20
* allow to use wildcard queries on installed packagesOlivier Blin2008-08-181-2/+3
* do not reload urpmi media every time are_available is calledOlivier Blin2008-08-181-7/+11
* - diskdrake --fileshare:Pascal Rigaux2008-03-311-2/+6
* (install) fix gurpmi path (#38679)Thierry Vignaud2008-03-121-1/+1
* (do_pkgs_standalone::install) run gurpmi instead of urpmi in GUI mode (#24044)Thierry Vignaud2008-03-031-6/+12
* when checking dkms module packages, check that modules are either available i...Olivier Blin2007-10-041-2/+4
* remove duplicated method (it's already in do_pkgs_common)Pascal Rigaux2007-09-171-5/+0
* drop globetrotter support (unused for quite a long time and superceeded by Md...Thierry Vignaud2007-08-241-1/+1
* re-sync after the big svn lossPascal Rigaux2007-04-251-42/+45
* protect against no $do->inPascal Rigaux2006-01-241-2/+2
* ensure we don't prompt things when we are not interactivePascal Rigaux2005-09-271-3/+6
* get rid of "rpmq: no arguments given for query"Pascal Rigaux2005-09-271-0/+2
* create ->ensure_are_installed (alike ->ensure_is_installed)Pascal Rigaux2005-09-051-0/+15
* be a little safer and shorterPascal Rigaux2005-08-101-2/+1
* it's better to warn package installation failure in ensure_is_installed than ...Pascal Rigaux2005-08-081-2/+8
* have a valid return value in ->ensure_is_installed_if_availablePascal Rigaux2005-04-111-2/+4
* now that I know how to short-circuit it, make it work as wellOlivier Blin2005-04-061-1/+1
* use short-circuit operator (/me sux, thanks Pixel)Olivier Blin2005-04-061-1/+1
* install dkms packages if foundOlivier Blin2005-04-051-5/+8
* add ->is_availablePascal Rigaux2005-03-211-1/+6
* Use the new --gui option to urpmi for the drakxtools to ask for mediaRafael Garcia-Suarez2005-01-251-1/+1
* Add --expect-install to the options passed to urpmi to install packages, soRafael Garcia-Suarez2005-01-101-1/+2
* '--best-output' is no longer an urpmi option (and it's not necessaryRafael Garcia-Suarez2005-01-031-1/+1
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-2/+2
* (check_kernel_module_packages) make ext package optionnalOlivier Blin2004-09-141-3/+5
* - simplify ->check_kernel_module_packages, same for install and standalonePascal Rigaux2004-09-131-54/+22
* introduce ->ensure_binary_is_installed and use itPascal Rigaux2004-08-021-0/+15
* - do_pkgs_standalone->new doesn't *need* a $in anymorePascal Rigaux2004-07-211-13/+27
* ->{in}->do_pkgs gives the same kind of object, removing itPascal Rigaux2004-07-211-1/+1
* merge globetrotter support from MDK-10-branchThierry Vignaud2004-06-181-1/+1
* use pkgs::packagesProviding()Pascal Rigaux2004-03-111-1/+1
* rename ensure_is_installed_if_availlable( as ensure_is_installed_if_available()Thierry Vignaud2004-03-081-1/+1
* (ensure_is_installed_if_availlable) introduce it in order to check if we needThierry Vignaud2004-03-081-0/+7
* change return type of pkgs::packages2kernels()Pascal Rigaux2004-02-121-3/+2
* (ensure_is_installed): file to test if the package is installed is optional.Pascal Rigaux2004-02-041-4/+4
* - factorize kernel regexp in analyse_kernel_name()Pascal Rigaux2004-01-191-11/+12
* - install_steps_auto_install is not a interactive but still needs do_pkgsPascal Rigaux2004-01-121-7/+10
* new do_pkgs package which get rid of pkgs_interactive::* which was in install...Pascal Rigaux2004-01-091-0/+218