| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove debug logs | Rafael Garcia-Suarez | 2004-09-08 | 1 | -2/+0 |
* | install_urpmi() wasn't writing proper urls when having read an hdlists | Rafael Garcia-Suarez | 2004-09-07 | 1 | -4/+5 |
* | Code factorization | Rafael Garcia-Suarez | 2004-09-07 | 1 | -25/+12 |
* | Skip packages that are found on a supplementary media but that are | Rafael Garcia-Suarez | 2004-09-07 | 1 | -2/+27 |
* | Make the network supplementary media probe able to find an hdlists file | Rafael Garcia-Suarez | 2004-09-06 | 1 | -2/+2 |
* | Better handling of mounting/umounting supplementary CDs | Rafael Garcia-Suarez | 2004-09-03 | 1 | -1/+1 |
* | If a supplementary media is incorrect, continue asking | Rafael Garcia-Suarez | 2004-09-02 | 1 | -1/+2 |
* | Allow to deselect media only if the hdlists file contains a line "askmedia" | Rafael Garcia-Suarez | 2004-09-02 | 1 | -2/+5 |
* | Remove dead code | Rafael Garcia-Suarez | 2004-08-31 | 1 | -3/+0 |
* | Support for unselecting some media before the install (begin.) | Rafael Garcia-Suarez | 2004-08-31 | 1 | -8/+13 |
* | Fix support for suppl. CDs with hdlists file | Rafael Garcia-Suarez | 2004-08-30 | 1 | -5/+9 |
* | add __regexp suffix to matching_desc() and matching_driver() | Thierry Vignaud | 2004-08-27 | 1 | -2/+2 |
* | (read_rpmsrate) support the TYPE keyword, using detect_devices::matching_type() | Olivier Blin | 2004-08-20 | 1 | -0/+3 |
* | Log the reason why the rpms aren't installed | Rafael Garcia-Suarez | 2004-08-17 | 1 | -0/+1 |
* | - don't use compssUsers anymore, use compssUsers.pl | Pascal Rigaux | 2004-08-13 | 1 | -37/+17 |
* | perl_checker fix | Rafael Garcia-Suarez | 2004-08-13 | 1 | -9/+9 |
* | Concision, good (says perl_checker) | Rafael Garcia-Suarez | 2004-08-13 | 1 | -1/+1 |
* | Try to copy associated synthesis when a custom hdlist path is given | Rafael Garcia-Suarez | 2004-08-13 | 1 | -3/+9 |
* | First stab at supporting several hdlists on a supplementary CD | Rafael Garcia-Suarez | 2004-08-12 | 1 | -6/+8 |
* | perl_checker compliance | Pascal Rigaux | 2004-08-11 | 1 | -7/+7 |
* | URLPREFIX is not set if the main media isn't http, so the prefix must be | Rafael Garcia-Suarez | 2004-08-10 | 1 | -2/+2 |
* | mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at va... | Pascal Rigaux | 2004-08-10 | 1 | -3/+0 |
* | Allow multiple complicate flags in rpmsrate, if they're exactly the same. | Rafael Garcia-Suarez | 2004-08-06 | 1 | -1/+1 |
* | A small variable renaming: use $medium for hashes and $medium_name for strings | Rafael Garcia-Suarez | 2004-08-03 | 1 | -15/+15 |
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 1 | -8/+8 |
* | perl_checker compliance | Pascal Rigaux | 2004-07-19 | 1 | -1/+1 |
* | add multimedia kernel in analyse_kernel_name | Pascal Rigaux | 2004-07-19 | 1 | -1/+1 |
* | Some factorization. Protection against /var/lib/urpmi being a | Rafael Garcia-Suarez | 2004-07-13 | 1 | -4/+10 |
* | Make perl_checker happy | Rafael Garcia-Suarez | 2004-06-23 | 1 | -2/+2 |
* | Support for supplementary CDs during installation (from the 10.0 | Rafael Garcia-Suarez | 2004-06-23 | 1 | -8/+41 |
* | add and use install_any::method_allows_medium_change | Olivier Blin | 2004-06-18 | 1 | -2/+2 |
* | in disk-iso install, automatically choose and change ISO images, according to... | Olivier Blin | 2004-06-18 | 1 | -2/+2 |
* | switch to xorg | Pascal Rigaux | 2004-06-08 | 1 | -1/+1 |
* | (installTransactionClosure) fix list refreshing (warly) | Thierry Vignaud | 2004-03-26 | 1 | -0/+1 |
* | - add function packagesProviding() | Pascal Rigaux | 2004-03-11 | 1 | -7/+10 |
* | We need the PRINTER flag | Florent Villard | 2004-02-26 | 1 | -1/+4 |
* | revert my suckinessed / added to prefix | Florent Villard | 2004-02-25 | 1 | -1/+1 |
* | add PRINTER alongside with INSTALL not to duplicate printer related packages ... | Florent Villard | 2004-02-24 | 1 | -2/+2 |
* | add in %pkgs::preferred the kernel-source corresponding to the preferred kernel | Pascal Rigaux | 2004-02-16 | 1 | -0/+1 |
* | change return type of pkgs::packages2kernels() | Pascal Rigaux | 2004-02-12 | 1 | -5/+5 |
* | remove postfix from naughtyServers (fix titi) | Pascal Rigaux | 2004-02-10 | 1 | -1/+0 |
* | warn when installing postfix server (#7102) | Thierry Vignaud | 2004-02-10 | 1 | -0/+1 |
* | fix not warning about apache2 servers (#7559) | Thierry Vignaud | 2004-02-10 | 1 | -0/+2 |
* | - factorize kernel regexp in analyse_kernel_name() | Pascal Rigaux | 2004-01-19 | 1 | -17/+29 |
* | add some logging explaining the default kernel choice | Pascal Rigaux | 2004-01-19 | 1 | -2/+5 |
* | perl check | Guillaume Cottenceau | 2004-01-13 | 1 | -2/+3 |
* | allow DRIVER"regexp" in rpmsrate and use it to install xmms-alsa when we use ... | Guillaume Cottenceau | 2004-01-13 | 1 | -0/+3 |
* | handle lilo not installed | Pascal Rigaux | 2004-01-07 | 1 | -1/+1 |
* | perl_checker compliance | Pascal Rigaux | 2004-01-06 | 1 | -1/+2 |
* | get rid of g_auto_install (unused & not working) | Pascal Rigaux | 2004-01-06 | 1 | -2/+2 |