Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "don't ever remove locales-en when removing unused locales" | Christophe Fergeau | 2010-05-11 | 1 | -1/+1 |
| | | | | This reverts commit f5f2a44bbc1cdfde292b92febebfe9011acd5b05. | ||||
* | don't ever remove locales-en when removing unused locales | Christophe Fergeau | 2010-05-11 | 1 | -1/+1 |
| | | | | It's used as the default locale on the flash | ||||
* | handle zh_TW and similar locales in unused locales detection | Christophe Fergeau | 2010-05-11 | 1 | -1/+1 |
| | | | | | | | Unused locale code tries to look for packages named locales-$cur_locale but this isn't right when the locale is zh_TW or similar since the package is named locales-zh for these locales. For such locales, use the main locale name when doing the package lookup. | ||||
* | don't use $::prefix to remove unused packages | Christophe Fergeau | 2009-12-01 | 1 | -2/+2 |
| | | | | | | If we do that, it will mess with the locale detection. Use a separate variable for the prefix where to run urpme from, and use the normal $::prefix for the rest of the code | ||||
* | use ::prefix when removing unneeded packages | Christophe Fergeau | 2009-11-30 | 1 | -1/+1 |
| | | | | | | | This is necessary for draklive-install on the Flash which does not copy / to the hard disk but a subdirectory. If we don't take ::prefix into account, we won't clean what we are about to install but the currently running system. | ||||
* | (read_rpmsrate) use the installer's logic regarding flags in | Thierry Vignaud | 2009-04-21 | 1 | -1/+2 |
| | | | | | | | | | | standalone mode, thus fixing wrongly selecting some 32bits packages on x86_64 (#50148) (regression introduced in r256659 on 2009-04-17; "(detect_hardware_packages,simple_read_rpmsrate) do not offer to install KDE packages on GNOME or LXDE (#49671)") | ||||
* | (detect_rpmsrate_hardware_packages) do not offer to install java plugin (#48520) | Thierry Vignaud | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | (read_rpmsrate) add a comment | Thierry Vignaud | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | (detect_hardware_packages,simple_read_rpmsrate) do not offer to install | Thierry Vignaud | 2009-04-17 | 1 | -4/+19 |
| | | | | KDE packages on GNOME or LXDE (#49671) | ||||
* | fix typo (thanks titi) | Olivier Blin | 2008-10-02 | 1 | -1/+1 |
| | |||||
* | use a minimum rpmsrate level of 5 when netbook/nettop/low_resources systems ↵ | Olivier Blin | 2008-10-02 | 1 | -1/+1 |
| | | | | are detected | ||||
* | use functions to get rpmsrate levels | Olivier Blin | 2008-10-02 | 1 | -2/+7 |
| | |||||
* | move rpmsrate values in variables | Olivier Blin | 2008-09-23 | 1 | -0/+2 |
| | |||||
* | fix network packages detection | Olivier Blin | 2008-09-18 | 1 | -1/+1 |
| | |||||
* | keep all settings (for next commit) | Olivier Blin | 2008-09-18 | 1 | -1/+2 |
| | |||||
* | indent and space fixes | Olivier Blin | 2008-09-17 | 1 | -12/+12 |
| | |||||
* | improve phrasing (from Fred and Adam) | Olivier Blin | 2008-09-05 | 1 | -2/+2 |
| | |||||
* | merge remove-unused-hardware-packages and remove-unselected-locales | Olivier Blin | 2008-09-05 | 1 | -0/+41 |
| | | | | | helpers into a new remove-unused-packages tool (and make it reusable) | ||||
* | extract detect_unselected_locale_packages function | Olivier Blin | 2008-09-05 | 1 | -0/+10 |
| | |||||
* | extract detect_unused_hardware_packages function | Olivier Blin | 2008-09-05 | 1 | -0/+8 |
| | |||||
* | rename as detect_rpmsrate_hardware_packages | Olivier Blin | 2008-08-18 | 1 | -2/+2 |
| | |||||
* | use rpmsrate when detecting hardware packages outside of install | Olivier Blin | 2008-08-18 | 1 | -0/+1 |
| | |||||
* | fix indentation | Olivier Blin | 2008-08-18 | 1 | -3/+3 |
| | |||||
* | allow to detect network drivers for running system (when not maching all ↵ | Olivier Blin | 2008-08-18 | 1 | -1/+8 |
| | | | | hardware) | ||||
* | allow to detect graphical drivers for running system (when not maching all ↵ | Olivier Blin | 2008-08-18 | 1 | -2/+10 |
| | | | | hardware) | ||||
* | split graphical and network packages detection code | Olivier Blin | 2008-08-18 | 1 | -3/+15 |
| | |||||
* | move hardware packages detection code in pkgs | Olivier Blin | 2008-08-18 | 1 | -0/+23 |
| | |||||
* | pass optional o_match_all_hardware option | Olivier Blin | 2008-08-18 | 1 | -4/+6 |
| | |||||
* | remove useless require | Olivier Blin | 2008-08-18 | 1 | -1/+0 |
| | |||||
* | support reading rpmsrate in chroot (could be useful for live installs) | Olivier Blin | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | space fix | Olivier Blin | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | remove useless isStandalone checks (we already check isInstall in one case, ↵ | Olivier Blin | 2008-08-18 | 1 | -2/+2 |
| | | | | and the return values won't hurt) | ||||
* | move rpmsrate functions in pkgs module | Olivier Blin | 2008-08-18 | 1 | -0/+11 |
| | |||||
* | add $line_nb in message | Pascal Rigaux | 2008-03-14 | 1 | -2/+2 |
| | |||||
* | add $line_nb in message | Pascal Rigaux | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | kill some "used undefined variable" warnings | Pascal Rigaux | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-05-18 | 1 | -1486/+31 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-05-18 | 1 | -0/+1598 |
| | |||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -1598/+0 |
| | |||||
* | fix selected_leaves() dropping all packages in a circular reference | Pascal Rigaux | 2006-01-24 | 1 | -6/+11 |
| | | | | | (including short circular references like amarok-engine-arts -> libamarokarts.so -> amarok-engine-arts) | ||||
* | package lsb is requiring many locales though we don't want it to be installed | Pascal Rigaux | 2005-12-13 | 1 | -2/+9 |
| | | | | | | only if those many locales are chosen. So discarding those locales requires (bugzilla #20183) | ||||
* | (bestKernelPackage) install i586 kernel flavor for live systems | Thierry Vignaud | 2005-12-07 | 1 | -0/+1 |
| | |||||
* | fix rpmsrate negations when not installing a live system | Olivier Blin | 2005-11-21 | 1 | -4/+4 |
| | |||||
* | (read_rpmsrate) do not match CAT_(KDE|GNOME|...) and ignore ! while | Thierry Vignaud | 2005-11-21 | 1 | -5/+4 |
| | | | | | installing a live system | ||||
* | (read_rpmsrate) let "build_live_system" mode be selected by auto config file | Thierry Vignaud | 2005-11-21 | 1 | -1/+1 |
| | |||||
* | (read_rpmsrate) install all hardware related packages when building a live ↵ | Thierry Vignaud | 2005-11-21 | 1 | -0/+1 |
| | | | | system | ||||
* | Fix test for dangling symlink | Rafael Garcia-Suarez | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | Comment fix | Rafael Garcia-Suarez | 2005-09-26 | 1 | -1/+1 |
| | |||||
* | don't warn lisa (which is installed by default) | Pascal Rigaux | 2005-09-20 | 1 | -1/+4 |
| | |||||
* | URPM/Resolve.pm diff 1.109: "Remove the return value of ↵ | Pascal Rigaux | 2005-09-16 | 1 | -1/+9 |
| | | | | | | | compute_installed_flags"... but alas install still use it, so doing here what was done in compute_installed_flags |