Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | do not try to add media to /etc/fstab (#49621) | Thierry Vignaud | 2009-04-08 | 2 | -11/+4 |
| | |||||
* | (get_file_and_size) cleanup | Thierry Vignaud | 2009-04-08 | 1 | -2/+1 |
| | |||||
* | (main) log where we segfaulted | Thierry Vignaud | 2009-04-08 | 2 | -1/+3 |
| | |||||
* | (get_file_and_size) just use curl for ftp retrieval, like for http | Thierry Vignaud | 2009-04-08 | 1 | -4/+1 |
| | |||||
* | (install::http::get_file_and_size) just use curl instead of using our | Thierry Vignaud | 2009-04-08 | 2 | -38/+23 |
| | | | | | own http stack (thus fixing unable to set up network addittional media, #48887) | ||||
* | (prep_net_suppl_media) call configure_media() so that one can install | Thierry Vignaud | 2009-04-08 | 2 | -0/+5 |
| | | | | | basesystem before adding suppl network media (maybe should we display a wait message as urpm::media::configure() is costly?) | ||||
* | (install::media::configure_media) extract it out of install::any::SetPackages | Thierry Vignaud | 2009-04-08 | 2 | -3/+8 |
| | | | | (needed for next commit) | ||||
* | (adjust_paths_in_urpmi_cfg) prevent segfaulting in URPM::PACKAGE::DESTROY ↵ | Thierry Vignaud | 2009-04-08 | 1 | -2/+2 |
| | | | | | | (#49673) (as will happen after next patches) | ||||
* | include vmmouse driver (#49654) | Thierry Vignaud | 2009-04-08 | 2 | -0/+3 |
| | |||||
* | Update for Norwegian Bokmål translation | Olav Dahlum | 2009-04-08 | 1 | -4/+4 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2009-04-07 | 1 | -3/+0 |
| | |||||
* | blacklist one more module | Thierry Vignaud | 2009-04-07 | 1 | -0/+1 |
| | |||||
* | Update for Norwegian Bokmål translation | Olav Dahlum | 2009-04-07 | 1 | -6/+8 |
| | |||||
* | Update for Norwegian Bokmål translation | Olav Dahlum | 2009-04-07 | 1 | -16/+18 |
| | |||||
* | Update for Norwegian Bokmål translation | Olav Dahlum | 2009-04-07 | 1 | -12/+13 |
| | |||||
* | when device has no description, use vendor string (and do not use defined() ↵ | Thierry Vignaud | 2009-04-07 | 2 | -2/+3 |
| | | | | as we don't care about empty strings) | ||||
* | list card readers as system components instead of unknows devices | Thierry Vignaud | 2009-04-07 | 2 | -2/+5 |
| | |||||
* | Uglify make dist | Christophe Fergeau | 2009-04-07 | 1 | -0/+15 |
| | |||||
* | Fix compilation with new ldetect (hopefully for good this time) | Christophe Fergeau | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Russian translation updated | Pavel Maryanov | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Russian translation updated | Pavel Maryanov | 2009-04-07 | 1 | -2/+2 |
| | |||||
* | 12.25.1 | Thierry Vignaud | 2009-04-07 | 2 | -1/+3 |
| | |||||
* | Russian translation updated | Pavel Maryanov | 2009-04-07 | 1 | -388/+405 |
| | |||||
* | (adjust_paths_in_urpmi_cfg) fix mount point for CD-ROM media (#49613) | Thierry Vignaud | 2009-04-07 | 2 | -1/+4 |
| | | | | | | | | | (prefix can be either /tmp/image for main media or real mount point) (regression introduced in r255093 on 2009-03-30: "(get_media) always trust stage1's /tmp/image (thus fixing ISO on NFS installation as well as NFS installation from cooker/ instead of eg cooker/i586 (#48874)") | ||||
* | Don't compile hande_hid when compiling in NETWORK_STANDALONE mode | Christophe Fergeau | 2009-04-07 | 1 | -1/+1 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2009-04-06 | 1 | -8/+6 |
| | |||||
* | 12.2512.25 | Thierry Vignaud | 2009-04-06 | 2 | -1/+3 |
| | |||||
* | include perl-Clone (needed for saving urpmi configuration) | Thierry Vignaud | 2009-04-06 | 1 | -0/+1 |
| | |||||
* | (_adjust_paths_in_urpmi_cfg) change it so that it consider per medium | Thierry Vignaud | 2009-04-06 | 3 | -14/+15 |
| | | | | | | | | physical medium instead of global medium ; fix path of NFS media after installation (setPackages) adjust paths in urpmi.cfg there instead of within get_media() | ||||
* | (get_media_cfg) only associate current physical medium to newly added media | Thierry Vignaud | 2009-04-06 | 1 | -1/+4 |
| | |||||
* | (setPackages) write urpmi config here instead as in get_media_cfg() | Thierry Vignaud | 2009-04-06 | 2 | -5/+5 |
| | | | | (which is not enough for standalone media) | ||||
* | (get_standalone_medium, _get_medium) use urpmi in order to add supplementary ↵ | Thierry Vignaud | 2009-04-06 | 1 | -65/+5 |
| | | | | medium | ||||
* | (_get_media_url) extract it from get_media_cfg() | Thierry Vignaud | 2009-04-06 | 1 | -12/+18 |
| | |||||
* | (get_media_cfg) fix URI for HTTP/FTP/NFS supplementary media | Thierry Vignaud | 2009-04-06 | 1 | -2/+12 |
| | |||||
* | kill now unused _get_media_cfg_options() | Thierry Vignaud | 2009-04-06 | 1 | -17/+0 |
| | |||||
* | (get_media_cfg) move "using urpmi code to add media" stuff from get_media() here | Thierry Vignaud | 2009-04-06 | 2 | -33/+24 |
| | |||||
* | Russian translation updated | Pavel Maryanov | 2009-04-06 | 1 | -233/+240 |
| | |||||
* | put distro version after release because release contains "Mandriva Linux" | Pascal Terjan | 2009-04-06 | 2 | -2/+4 |
| | |||||
* | Release 1.39 | Pascal Terjan | 2009-04-06 | 2 | -1/+3 |
| | |||||
* | fix firmware helper generation | Pascal Terjan | 2009-04-06 | 2 | -3/+4 |
| | |||||
* | do not promo ibus-qt4, as it is not well-maintained upstream | Funda Wang | 2009-04-06 | 1 | -1/+1 |
| | |||||
* | Russian translation updated | Pavel Maryanov | 2009-04-06 | 1 | -940/+878 |
| | |||||
* | updated translation for turkish language | Atilla Öntaş | 2009-04-06 | 1 | -260/+0 |
| | |||||
* | updated translation for turkish language | Atilla Öntaş | 2009-04-06 | 2 | -20/+56 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2009-04-05 | 1 | -13/+18 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2009-04-05 | 1 | -39/+68 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2009-04-05 | 1 | -12/+15 |
| | |||||
* | 12.24.112.24.1 | Thierry Vignaud | 2009-04-05 | 2 | -1/+3 |
| | |||||
* | (ask_user_and_root) ensure login is lowercase when transliterating | Thierry Vignaud | 2009-04-05 | 2 | -1/+4 |
| | | | | | | | from real name (#49573) (regression introduced in r255158 on 2009-03-30) | ||||
* | * 2009-04-05 Reinout van Schouwen <reinout@gmail.com> | Reinout van Schouwen | 2009-04-05 | 1 | -9/+9 |
| | | | | | | - nl.po: Updated Dutch translation |