summaryrefslogtreecommitdiffstats
path: root/perl-install/do_pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | (have I already said I sux ?)
* 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
| | | | | | change; update the dependency of drakxtools on urpmi version accordingly. Remove dependency on gurpmi.
* Add --expect-install to the options passed to urpmi to install packages, soRafael Garcia-Suarez2005-01-101-1/+2
| | | | | | do_pkgs::install() can return 0 or true depending on whether some packages were actually installed.
* '--best-output' is no longer an urpmi option (and it's not necessaryRafael Garcia-Suarez2005-01-031-1/+1
| | | | | anyway since --auto is specified)
* 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
| | | | | - create ->are_available used by ->check_kernel_module_packages
* 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 replace ->{in} so that it can be created on demand (ugly, but...)
* ->{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
| | | | | | to install a package, then install it if it's availlable (eg: for binary drivers not availlable in download edition)
* 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
| | | | | But in that case, you have to check if it is installed first.
* - factorize kernel regexp in analyse_kernel_name()Pascal Rigaux2004-01-191-11/+12
| | | | | - remove special kernel choosing in packageCallbackChoices()
* - install_steps_auto_install is not a interactive but still needs do_pkgsPascal Rigaux2004-01-121-7/+10
| | | | | | - so making do_pkgs a class, and interactive and install_steps will inheritate from it - do_pkgs renamed into do_pkgs_common, containing the things common to do_pkgs_during_install and do_pkgs_standalone
* new do_pkgs package which get rid of pkgs_interactive::* which was in ↵Pascal Rigaux2004-01-091-0/+218
install_any and standalone, and partially duplicated