summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* Update Greek translationGlentadakis Dimitris2009-03-071-2/+2
|
* 12.8Thierry Vignaud2009-03-062-1/+3
|
* fix datesThierry Vignaud2009-03-061-2/+2
|
* log fred's changeThierry Vignaud2009-03-061-0/+2
|
* - Update banner for RC1Frederic Crozat2009-03-061-0/+0
|
* handle wl driverOlivier Blin2009-03-061-0/+3
|
* 12.7Thierry Vignaud2009-03-062-1/+3
|
* (get_media) fix setting urpmi media for CDROM installation whose treeThierry Vignaud2009-03-062-2/+10
| | | | | | differ from other types of installation (also fix getting compsUser.pl for CD-ROM)
* update translation for kirghiz languageIlyas Bakirov2009-03-061-191/+136
|
* (empty_packages) display nicer messages for urpmi's errorsThierry Vignaud2009-03-061-1/+1
|
* 12.6Thierry Vignaud2009-03-062-1/+3
|
* (packageCallbackChoices) explicitely log which package got selectedThierry Vignaud2009-03-061-1/+1
|
* (empty_packages) move most of option initializing from _install_raw() hereThierry Vignaud2009-03-051-5/+5
|
* (_install_raw) do not override error() (already defined in empty_packages()) ↵Thierry Vignaud2009-03-052-1/+2
| | | | so that we can display them
* (_unselect_package) split it out of _install_raw()Thierry Vignaud2009-03-051-17/+15
|
* typo fixThierry Vignaud2009-03-052-2/+2
|
* 12.5Thierry Vignaud2009-03-053-1/+5
|
* remove useless commaThierry Vignaud2009-03-051-1/+1
|
* all "gpsca*" driven devices are webcamThierry Vignaud2009-03-052-1/+4
|
* handle more driversThierry Vignaud2009-03-052-3/+12
|
* add support for drivers new in 2.6.29-rc7:Thierry Vignaud2009-03-052-0/+6
| | | | | | - dvb: firedtv - gigabit: atl1c
* alter log for next commitsThierry Vignaud2009-03-051-1/+2
|
* update (Rhoslyn Prys)Thierry Vignaud2009-03-051-18/+16
|
* update (Rhoslyn Prys)Thierry Vignaud2009-03-051-16/+21
|
* update (Rhoslyn Prys)Thierry Vignaud2009-03-051-5/+5
|
* update translation for greek languageGlentadakis Dimitris2009-03-051-9/+9
|
* 12.4Thierry Vignaud2009-03-052-1/+3
|
* (_install_raw) check package signatures like urpmi does (new feature) (needs ↵Thierry Vignaud2009-03-052-3/+1
| | | | urpmi-6.22.3 and URPM-3.26)
* update translation for PolishTomasz Bednarski2009-03-051-126/+45
|
* update translation for PolishTomasz Bednarski2009-03-051-41/+9
|
* update translation for greek languageGlentadakis Dimitris2009-03-041-14/+12
|
* update translation for greek languageGlentadakis Dimitris2009-03-041-21/+21
|
* remove extents options on ext4 when updating fstabPascal Terjan2009-03-042-0/+5
|
* (empty_packages) log urpmi errors in 'fatal' & 'error' subsThierry Vignaud2009-03-041-1/+4
|
* (empty_packages) factorize settings fatal and error subsThierry Vignaud2009-03-041-2/+1
|
* (empty_packages) fix latest commitThierry Vignaud2009-03-041-1/+1
|
* (empty_packages,main) log extra debugging messages if passing the ↵Thierry Vignaud2009-03-043-0/+4
| | | | 'debug_urpmi' option
* 12.3Thierry Vignaud2009-03-042-1/+3
|
* fix 12.2's dateThierry Vignaud2009-03-041-1/+1
|
* (install,select_only_some_media) honor 'selected_names' for auto_installThierry Vignaud2009-03-042-0/+20
|
* (install) explainThierry Vignaud2009-03-041-0/+1
|
* (install) make sure we don't try to reslect already selected packagesThierry Vignaud2009-03-042-0/+4
| | | | | by dropping packages->{state}
* update translation for greek languageGlentadakis Dimitris2009-03-041-14/+14
|
* 12.212.2Thierry Vignaud2009-03-042-1/+3
|
* (_install_raw::trans_error_summary) do not die if a transactionThierry Vignaud2009-03-042-1/+6
| | | | | | failed ; only warn about it in graphical mode (no more a fata error for auto install)
* (_install_raw) do not pass log file fd to urpm::install since it leaks a ↵Thierry Vignaud2009-03-041-1/+2
| | | | duplicated fd per transaction
* (_install_raw) do not pass log file fd to urpm::install since it leaks a ↵Thierry Vignaud2009-03-041-0/+1
| | | | duplicated fd per transaction
* revert tooThierry Vignaud2009-03-041-2/+0
|
* (_install_raw::close_helper) revert latest commit ; it doesn't helpThierry Vignaud2009-03-041-2/+0
|
* (_install_raw::close_helper) make sure to free package header so thatThierry Vignaud2009-03-042-0/+4
| | | | | rpmdb can be closed (else we exhaust the max number of opened fd)