| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 hard... | Olivier Blin | 2008-08-18 | 1 | -1/+8 |
* | allow to detect graphical drivers for running system (when not maching all ha... | Olivier Blin | 2008-08-18 | 1 | -2/+10 |
* | 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, a... | Olivier Blin | 2008-08-18 | 1 | -2/+2 |
* | 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 |
* | package lsb is requiring many locales though we don't want it to be installed | Pascal Rigaux | 2005-12-13 | 1 | -2/+9 |
* | (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 |
* | (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 sy... | Thierry Vignaud | 2005-11-21 | 1 | -0/+1 |
* | 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 compute_installed_fla... | Pascal Rigaux | 2005-09-16 | 1 | -1/+9 |
* | - call installCallback() on "open" too | Pascal Rigaux | 2005-09-15 | 1 | -0/+2 |
* | add upgrade script for conectiva | Pascal Rigaux | 2005-09-14 | 1 | -10/+21 |
* | do have all useful info in selected leaves, including base packages, | Pascal Rigaux | 2005-09-14 | 1 | -1/+1 |
* | do log the prefered choice (esp. to debug lilo vs grub) | Pascal Rigaux | 2005-09-14 | 1 | -1/+1 |
* | have same rpm config as when installing pkgs | Pascal Rigaux | 2005-09-09 | 1 | -1/+4 |
* | At some point, an empty hashref is autovivified in $packages->{medium}. | Rafael Garcia-Suarez | 2005-09-05 | 1 | -1/+2 |
* | - new functionality: upgrade_by_removing_pkgs, enabled when upgrading redhat ... | Pascal Rigaux | 2005-09-02 | 1 | -0/+81 |
* | Workaround : Don't call method directly | Rafael Garcia-Suarez | 2005-09-02 | 1 | -1/+1 |
* | rename pkgs::rpmDbOpenForInstall() to pkgs::open_rpm_db_rw() | Pascal Rigaux | 2005-09-02 | 1 | -3/+3 |
* | allow verbose removing of packages | Pascal Rigaux | 2005-09-02 | 1 | -1/+1 |
* | opening rpm db in selectPackage(), so remove some rpmDbOpen() | Pascal Rigaux | 2005-09-02 | 1 | -0/+2 |
* | new function select_by_package_names() | Pascal Rigaux | 2005-09-02 | 1 | -0/+9 |
* | create remove_raw(), remove() now retries with option noscripts | Pascal Rigaux | 2005-09-01 | 1 | -4/+14 |
* | preferred packages: | Pascal Rigaux | 2005-09-01 | 1 | -1/+1 |
* | help debugging packageCallbackChoices() | Pascal Rigaux | 2005-09-01 | 1 | -2/+3 |
* | instead of dirtying pkgs::installCallback, use install_steps::installCallback | Pascal Rigaux | 2005-08-31 | 1 | -9/+9 |
* | fix typo | Pascal Rigaux | 2005-08-31 | 1 | -1/+1 |
* | create remove_marked_ask_remove() and use it | Pascal Rigaux | 2005-08-31 | 1 | -26/+21 |
* | on 2002/07/10 (1.347), selected_leaves() behaviour was broken, listing all pa... | Pascal Rigaux | 2005-08-29 | 1 | -4/+11 |
* | remove now unused variable (cf previous commit) | Pascal Rigaux | 2005-08-25 | 1 | -1/+0 |