| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The refactoring in commit de1fcc27f943f4ae7b8ac4147a36b196c236619e
failed to pass $o_file down to is_installed().
|
|
|
|
|
|
|
|
|
| |
When running a Live install, we generally need to chroot to the
install root when removing packages.
This was causing os-prober to be removed from the Live system
instead of from the installed system when the "Probe foreign OS"
option was unchecked.
|
|
|
|
|
|
|
| |
When running a Live install, we generally need to chroot to the
install root when checking if packages are installed. There is
an exception to this, but the Live installer overrides $::prefix
in this case.
|
|
|
|
|
| |
Now we have $::isLiveInstall, we can use it. Also use $::prefix
instead of hardcoding the path.
|
|
|
|
|
| |
basically enabling it ti skip the rpmdb access like ensure_*() too.
needed for next commit
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
either file has an absolute path and we check for its existence or it
has not and we assume it's a binary to lookup in $PATH
thus fixing a warning in mousedrake since
commit be1d69418fda6e16422d634c59b54375bfa7a897
|
|
|
|
| |
they're obsolete since switching from CVS/SVN to git...
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
we could have provided full paths in drakx-net but it's simpler to make
ensure_files_are_installed() behave like ensure_binary_is_installed()
and search for file
side effect: a warning in mousedrake
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- use 'LDAP' instead of 'Ldap'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line
Add drakx structure on the SVN
------------------------------------------------------------------------
r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned advertising
------------------------------------------------------------------------
r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line
Import Clean perl-install
------------------------------------------------------------------------
r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line
Add cleaned files
------------------------------------------------------------------------
r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned kernel
------------------------------------------------------------------------
r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned tools
------------------------------------------------------------------------
r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line
Import stage1
------------------------------------------------------------------------
r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line
Import images
------------------------------------------------------------------------
r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines
readd missing file
------------------------------------------------------------------------
r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line
Import rescue
------------------------------------------------------------------------
r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines
import cleaned rescue for Mageia
------------------------------------------------------------------------
r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line
import (cleaned) doc
------------------------------------------------------------------------
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
o do not ask to install nautilus-filesharing if already installed (#39544)
the fix is to make ensure_is_installed behave like ensure_are_installed when
no file is given
|
| |
|
|
|
|
|
| |
(needs urpmi > 5.6)
|
|
|
|
| |
in urpmi media, or already installed (fix detection in live)
|
| |
|
|
|
|
|
|
|
| |
Mdv One)
we should just drop Mdv Move code btw...
|
| |
|
| |
|
| |
|
|
|
|
|
| |
(eg: when calling ensure_are_installed with an empty list)
|
| |
|
| |
|
|
|
|
| |
each callers (bugzilla #17251)
|
| |
|
|
|
|
|
| |
(have I already said I sux ?)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
change; update the dependency of drakxtools on urpmi version accordingly.
Remove dependency on gurpmi.
|
|
|
|
|
|
| |
do_pkgs::install() can return 0 or true depending on whether some packages were
actually installed.
|
|
|
|
|
| |
anyway since --auto is specified)
|