summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* do not remove important networking packages even if they seem unused (#49668)Pascal Terjan2010-05-261-0/+4
|
* task-kde3-minimal is dead, and now task-gnome-minimal instead of task-gnomePascal Terjan2010-05-251-2/+2
|
* Revert "don't ever remove locales-en when removing unused locales"Christophe Fergeau2010-05-111-1/+1
| | | | This reverts commit f5f2a44bbc1cdfde292b92febebfe9011acd5b05.
* don't ever remove locales-en when removing unused localesChristophe Fergeau2010-05-111-1/+1
| | | | It's used as the default locale on the flash
* handle zh_TW and similar locales in unused locales detectionChristophe Fergeau2010-05-111-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 packagesChristophe Fergeau2009-12-011-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 packagesChristophe Fergeau2009-11-301-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 inThierry Vignaud2009-04-211-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 Vignaud2009-04-201-1/+1
|
* (read_rpmsrate) add a commentThierry Vignaud2009-04-171-1/+1
|
* (detect_hardware_packages,simple_read_rpmsrate) do not offer to installThierry Vignaud2009-04-171-4/+19
| | | | KDE packages on GNOME or LXDE (#49671)
* fix typo (thanks titi)Olivier Blin2008-10-021-1/+1
|
* use a minimum rpmsrate level of 5 when netbook/nettop/low_resources systems ↵Olivier Blin2008-10-021-1/+1
| | | | are detected
* use functions to get rpmsrate levelsOlivier Blin2008-10-021-2/+7
|
* move rpmsrate values in variablesOlivier Blin2008-09-231-0/+2
|
* fix network packages detectionOlivier Blin2008-09-181-1/+1
|
* keep all settings (for next commit)Olivier Blin2008-09-181-1/+2
|
* indent and space fixesOlivier Blin2008-09-171-12/+12
|
* improve phrasing (from Fred and Adam)Olivier Blin2008-09-051-2/+2
|
* merge remove-unused-hardware-packages and remove-unselected-localesOlivier Blin2008-09-051-0/+41
| | | | | helpers into a new remove-unused-packages tool (and make it reusable)
* extract detect_unselected_locale_packages functionOlivier Blin2008-09-051-0/+10
|
* extract detect_unused_hardware_packages functionOlivier Blin2008-09-051-0/+8
|
* rename as detect_rpmsrate_hardware_packagesOlivier Blin2008-08-181-2/+2
|
* use rpmsrate when detecting hardware packages outside of installOlivier Blin2008-08-181-0/+1
|
* fix indentationOlivier Blin2008-08-181-3/+3
|
* allow to detect network drivers for running system (when not maching all ↵Olivier Blin2008-08-181-1/+8
| | | | hardware)
* allow to detect graphical drivers for running system (when not maching all ↵Olivier Blin2008-08-181-2/+10
| | | | hardware)
* split graphical and network packages detection codeOlivier Blin2008-08-181-3/+15
|
* move hardware packages detection code in pkgsOlivier Blin2008-08-181-0/+23
|
* pass optional o_match_all_hardware optionOlivier Blin2008-08-181-4/+6
|
* remove useless requireOlivier Blin2008-08-181-1/+0
|
* support reading rpmsrate in chroot (could be useful for live installs)Olivier Blin2008-08-181-1/+1
|
* space fixOlivier Blin2008-08-181-1/+1
|
* remove useless isStandalone checks (we already check isInstall in one case, ↵Olivier Blin2008-08-181-2/+2
| | | | and the return values won't hurt)
* move rpmsrate functions in pkgs moduleOlivier Blin2008-08-181-0/+11
|
* add $line_nb in messagePascal Rigaux2008-03-141-2/+2
|
* add $line_nb in messagePascal Rigaux2008-03-141-1/+1
|
* kill some "used undefined variable" warningsPascal Rigaux2007-09-141-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-05-181-1486/+31
|
* re-sync after the big svn lossPascal Rigaux2007-05-181-0/+1598
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-1598/+0
|
* fix selected_leaves() dropping all packages in a circular referencePascal Rigaux2006-01-241-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 installedPascal Rigaux2005-12-131-2/+9
| | | | | | only if those many locales are chosen. So discarding those locales requires (bugzilla #20183)
* (bestKernelPackage) install i586 kernel flavor for live systemsThierry Vignaud2005-12-071-0/+1
|
* fix rpmsrate negations when not installing a live systemOlivier Blin2005-11-211-4/+4
|
* (read_rpmsrate) do not match CAT_(KDE|GNOME|...) and ignore ! whileThierry Vignaud2005-11-211-5/+4
| | | | | installing a live system
* (read_rpmsrate) let "build_live_system" mode be selected by auto config fileThierry Vignaud2005-11-211-1/+1
|
* (read_rpmsrate) install all hardware related packages when building a live ↵Thierry Vignaud2005-11-211-0/+1
| | | | system
* Fix test for dangling symlinkRafael Garcia-Suarez2005-10-201-1/+1
|
* Comment fixRafael Garcia-Suarez2005-09-261-1/+1
|