summaryrefslogtreecommitdiffstats
path: root/perl-install/pkgs.pm
Commit message (Expand)AuthorAgeFilesLines
...
* 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 hard...Olivier Blin2008-08-181-1/+8
* allow to detect graphical drivers for running system (when not maching all ha...Olivier Blin2008-08-181-2/+10
* 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, a...Olivier Blin2008-08-181-2/+2
* 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
* package lsb is requiring many locales though we don't want it to be installedPascal Rigaux2005-12-131-2/+9
* (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
* (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 sy...Thierry Vignaud2005-11-211-0/+1
* 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 compute_installed_fla...Pascal Rigaux2005-09-161-1/+9
* - call installCallback() on "open" tooPascal Rigaux2005-09-151-0/+2
* 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
* 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
* - new functionality: upgrade_by_removing_pkgs, enabled when upgrading redhat ...Pascal Rigaux2005-09-021-0/+81
* 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
* allow verbose removing of packagesPascal Rigaux2005-09-021-1/+1
* opening rpm db in selectPackage(), so remove some rpmDbOpen()Pascal Rigaux2005-09-021-0/+2
* new function select_by_package_names()Pascal Rigaux2005-09-021-0/+9
* create remove_raw(), remove() now retries with option noscriptsPascal Rigaux2005-09-011-4/+14
* preferred packages:Pascal Rigaux2005-09-011-1/+1
* help debugging packageCallbackChoices()Pascal Rigaux2005-09-011-2/+3
* instead of dirtying pkgs::installCallback, use install_steps::installCallbackPascal Rigaux2005-08-311-9/+9
* fix typoPascal Rigaux2005-08-311-1/+1
* create remove_marked_ask_remove() and use itPascal Rigaux2005-08-311-26/+21
* on 2002/07/10 (1.347), selected_leaves() behaviour was broken, listing all pa...Pascal Rigaux2005-08-291-4/+11