summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* don't warn lisa (which is installed by default)Pascal Rigaux2005-09-201-1/+4
|
* URPM/Resolve.pm diff 1.109: "Remove the return value of ↵Pascal Rigaux2005-09-161-1/+9
| | | | | | | compute_installed_flags"... but alas install still use it, so doing here what was done in compute_installed_flags
* - call installCallback() on "open" tooPascal Rigaux2005-09-151-0/+2
| | | | | | | - on "open" we are not chrooted - setting advertising when chrooted could cause havoc if pango wants to load a new font (eg: advertising #13 in pt_BR)
* add upgrade script for conectivaPascal Rigaux2005-09-141-10/+21
|
* do have all useful info in selected leaves, including base packages,Pascal Rigaux2005-09-141-1/+1
| | | | | it won't be much longer but we can precise choices like lilo vs grub
* do log the prefered choice (esp. to debug lilo vs grub)Pascal Rigaux2005-09-141-1/+1
|
* have same rpm config as when installing pkgsPascal Rigaux2005-09-091-1/+4
|
* At some point, an empty hashref is autovivified in $packages->{medium}.Rafael Garcia-Suarez2005-09-051-1/+2
| | | | | | So, protect the loops that iterate over this hash, in application of the belt and suspenders doctrine.
* - new functionality: upgrade_by_removing_pkgs, enabled when upgrading redhat ↵Pascal Rigaux2005-09-021-0/+81
| | | | | | | | | | | and conectiva distributions - add file upgrade-map.conectiva.10 for precise choice of packages - save /etc/xxx-release into /root/drakx/xxx-release.upgrading when starting - release_file(): look for xxx-release.upgrading first - find_root_parts(): better logging about upgrade_by_removing_pkgs, and factorize code - when all packages are installed, remove xxx-release.upgrading and rename pkgs::removed_pkgs_to_upgrade_file()
* Workaround : Don't call method directlyRafael Garcia-Suarez2005-09-021-1/+1
|
* rename pkgs::rpmDbOpenForInstall() to pkgs::open_rpm_db_rw()Pascal Rigaux2005-09-021-3/+3
|