summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* urpmi 6.286.28Christophe Fergeau2009-08-312-1/+5
|
* use https when getting files from api.mandriva.comChristophe Fergeau2009-08-311-2/+2
|
* download: allow callee of get_content to pass downloader optionsChristophe Fergeau2009-08-311-2/+2
|
* download: add an option to be strict about SSL certificate checksChristophe Fergeau2009-08-311-2/+2
|
* wrap one forgotten print in $urpm->{print}Christophe Fergeau2009-08-311-1/+1
|
* move "\n" out of translatable stringChristophe Fergeau2009-08-311-2/+2
|
* fix format stringWanderlei Antonio Cavassin2009-08-281-1/+1
|
* - update Finnish translationAnssi Hannula2009-08-271-3/+3
|
* correct bug #52954Olivier Rosello2009-08-271-1/+3
|
* Updated Norwegian Bokmål translation. Worked down to string 448.Olav Dahlum2009-08-271-127/+129
|
* Hungarian translation updateGergely Lonyai2009-08-251-451/+341
|
* Updated Norwegian Bokmål Translation. Washed down to string 219, needs more ↵Olav Dahlum2009-08-241-203/+180
| | | | housecleaning.
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-08-221-4/+1
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-08-221-6/+6
|
* (_get_current_kernel_package) explainThierry Vignaud2009-08-201-0/+1
|
* (_kernel_callback,_get_orphan_kernels,_all_unrequested_orphans) offerThierry Vignaud2009-08-202-0/+51
| | | | | | | to remove old kernels (excluding the running one) do not do anything if we failed to detect the running one (ie: chroot))
* (add2hash_) copy it from MDK::Common (needed for next commit)Thierry Vignaud2009-08-201-0/+2
|
* (_get_current_kernel_package,_all_unrequested_orphans) do not offer to ↵Thierry Vignaud2009-08-202-0/+15
| | | | remove current kernel
* perl_checker cleanupThierry Vignaud2009-08-201-1/+1
|
* module must return a true valueThierry Vignaud2009-08-201-0/+2
|
* add new line after message suggesting to remove orphansChristophe Fergeau2009-08-201-2/+2
| | | | Fixes bug #53003
* release 6.27.16.27.1Christophe Fergeau2009-08-202-1/+3
|
* Updated Estonian translation.Marek Laane2009-08-191-3/+3
|
* undefine distepoch & disttag so that it won't affect buildroot namePer Øyvind Karlsen2009-08-191-0/+2
|
* append a 'reason' field to api.mandriva.com queries when the query isChristophe Fergeau2009-08-182-3/+14
| | | | meant to update the mirror list
* updated fi translationJani Välimaa2009-08-181-13/+11
|
* Update Greek translationGlentadakis Dimitris2009-08-171-4/+3
|
* updated translations for pt_brSergio Rafael Lemke2009-08-171-23/+39
|
* sync with codeThierry Vignaud2009-08-1768-5871/+6318
|
* update NEWSChristophe Fergeau2009-08-171-0/+3
|
* don't attempt to expand empty media urls, fixes #52860Christophe Fergeau2009-08-171-1/+1
|
* fix display of installation errorsChristophe Fergeau2009-08-171-1/+1
|
* russsian translation updatedPavel Maryanov2009-08-151-312/+322
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-08-141-20/+28
|
* 6.276.27Thierry Vignaud2009-08-132-1/+3
|
* remove debugging printChristophe Fergeau2009-08-131-4/+0
|
* code cleanups, small fixes in media.cfg savingChristophe Fergeau2009-08-131-25/+20
|
* Save media.cfg files locally to map urpmi.cfg media to media.cfgChristophe Fergeau2009-08-133-4/+159
| | | | | | | | | | | To make it possible to associate more metainformation with the media stored in urpmi.cfg, we need to be able to associate a given urpmi.cfg medium with the media.cfg files it was created from. To do that, we save media.cfg files locally in /etc/urpmi/mediacfg.d/$name with an additional 'url' or 'mirrorlist' files. Those files are used to resolve the relative names stored in media.cfg so that we can associate them with the absolute names stored in urpmi.cfg. The mediacfg.d dir is cleaned up when a medium is removed (if necessary).
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-08-121-33/+21
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-08-121-1/+9
|
* Updated Estonian translation.Marek Laane2009-08-121-6/+8
|
* Hungarian transtation updateGergely Lonyai2009-08-121-452/+345
|
* update Finnish translationAnssi Hannula2009-08-121-10/+15
|
* Update Greek translationGlentadakis Dimitris2009-08-111-10/+15
|
* Enable urpmi testcase for now fixed bug #52667.Anssi Hannula2009-08-111-2/+2
|
* (install,run) prevent garbaging text installer (#50776)Thierry Vignaud2009-08-114-11/+14
| | | | | | rationale: all prints in transaction/installation code now go through a callback that redirects the output at install time
* add missing spaceThierry Vignaud2009-08-111-0/+1
|
* supplement blacklistThierry Vignaud2009-08-111-0/+6
|
* update NEWSChristophe Fergeau2009-08-111-0/+4
|
* urpmq: add support for -a option combined with --srcChristophe Fergeau2009-08-111-1/+2
| | | | Fixes bug #52672