summaryrefslogtreecommitdiffstats
path: root/perl-install/do_pkgs.pm
Commit message (Expand)AuthorAgeFilesLines
...
* 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