Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (ensure_is_installed): file to test if the package is installed is optional. | Pascal Rigaux | 2004-02-04 | 1 | -4/+4 |
| | | | | | But in that case, you have to check if it is installed first. | ||||
* | - factorize kernel regexp in analyse_kernel_name() | Pascal Rigaux | 2004-01-19 | 1 | -11/+12 |
| | | | | | - remove special kernel choosing in packageCallbackChoices() | ||||
* | - install_steps_auto_install is not a interactive but still needs do_pkgs | Pascal Rigaux | 2004-01-12 | 1 | -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 Rigaux | 2004-01-09 | 1 | -0/+218 |
install_any and standalone, and partially duplicated |