summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adjust expected test resultsChristophe Fergeau2010-01-122-4/+4
| | | | | | These tests have 2 valid outputs depending on which order the packages are picked by urpmi, seems this order changed, so we have to adjust the expected results
* fix handling of media with redirectionsChristophe Fergeau2010-01-121-1/+1
| | | | This was broken when trying to handle $RELEASE/$ARCH in urpmi.addmedia
* honour $RELEASE/$ARCH/... in urpmi.addmedia --distribChristophe Fergeau2010-01-121-3/+5
|
* -updated polish translationMarek Walczak2010-01-111-7/+16
|
* (_kernel_callback) add packages requiring orphan kernels to the orphanThierry Vignaud2010-01-052-2/+14
| | | | lists too, eg dkms packages (#53414)
* rename @requested_kernels as @latest_kernels as its purpopse really is toThierry Vignaud2010-01-051-3/+3
| | | | | track latest kernels for every flavor, not kernel packages that are required by 3rd party packages
* perl_checker cleanups & annotationsThierry Vignaud2010-01-051-2/+4
|
* fix typo in French translation, spotted by pterjanChristophe Fergeau2009-12-221-1/+1
|
* updated Polish translationSergio Rafael Lemke2009-12-141-3325/+3306
|
* update NEWS fileChristophe Fergeau2009-12-081-1/+4
|
* reload mirror list cache if it's in an "old" formatChristophe Fergeau2009-12-081-0/+3
| | | | | | | | old mirror list caches didn't store the time of the product.id file. When such a file is encountered, make sure we invalidate the cache. Otherwise, when upgrading from a distro where the mirror list cache didn't have the product.id mtime to a distro where the mirror list cache would have it, the mirror list cache won't be invalidated
* update po filesChristophe Fergeau2009-12-0716-891/+1233
|
* fix documentation of urpmq --sourcesChristophe Fergeau2009-12-071-1/+1
|
* updated tr translationAtilla Öntaş2009-11-301-2/+2
|
* update copyrightThierry Vignaud2009-11-2413-13/+13
|
* (handle_need_restart) do not advice to reboot when inside a chrootThierry Vignaud2009-11-242-0/+2
|
* better phrasingThierry Vignaud2009-11-241-2/+2
|
* (handle_need_restart) split it out of run() for readabilityThierry Vignaud2009-11-241-8/+18
| | | | (it has kept growing and it's needed for next commit anyway)
* (run) perl_checker cleanupThierry Vignaud2009-11-241-1/+1
|
* documentation files for urpmi-dudf addedOlivier Rosello2009-11-202-0/+91
|
* test for /boot/vmlinuz-$release existence before using itChristophe Fergeau2009-11-181-1/+1
| | | | | | kernel orphaning assumes this file is present, however in rare cases when the user erased its running kernel (or in chroots), the file may not exist which causes an error message
* Exclude gpg-pubkey from missing packages, not available onesPascal Terjan2009-11-181-3/+3
|
* ignore gpg_pubkey packages in urpmq --not-availablePascal Terjan2009-11-182-1/+3
|
* fix bash completion script (#54946)Christophe Fergeau2009-11-181-2/+2
| | | | | sh urpmi.bash_completions was reporting errors when trying to run it. Patch by Pedro MC
* don't cache media.cfg files on virtual mediaChristophe Fergeau2009-11-102-2/+9
| | | | | | media.cfg files were cached to /etc/urpmi/media.cfg even when using --use-distrib or other media for which we don't want to cache the media matadata. Make sure we no longer do that.
* updated fi translationJani Välimaa2009-11-041-2/+2
|
* Osatuta.Iñigo Salvador Azurmendi2009-11-011-6/+7
|
* 6.326.32Christophe Fergeau2009-10-292-1/+3
|
* don't use aria2 to fetch mirrorlist, fixes #53434Christophe Fergeau2009-10-293-5/+14
|
* update NEWSChristophe Fergeau2009-10-291-0/+4
|
* updated fi translationJani Välimaa2009-10-291-3/+3
|
* be careful when an obsoleted package is listed in potential orphansChristophe Fergeau2009-10-281-2/+4
| | | | | | | | | | When package B obsoletes package A and package A is listed as a potential orphan (ie it appears in installed-through-deps.list), then B is marked as a potential orphan too (since "obsoletes" more or less means that A was renamed to B). However, if B was originally installed and does not appear in installed-through-deps, that means it's not a potential orphan and thus it shouldn't be added to the potential orphans list. Fixes #54590.
* 6.316.31Christophe Fergeau2009-10-282-1/+3
|
* translation updateSergey Ribalchenko2009-10-281-1/+1
|
* translation updateSergey Ribalchenko2009-10-271-18/+13
|
* Translated the last-two-unrelated strings, as well as copy every English ↵Ma'moun Diraneyya2009-10-261-531/+770
| | | | string from Msgid to Msgstr because I don't like to see the red lines in Lokalization Statistics page as much as possible
* Restored the .pot file contents for Arabic language, until the exist ↵Ma'moun Diraneyya2009-10-261-1310/+552
| | | | terminal emulators natively support BiDi languages
* Hungarian translation updateGergely Lonyai2009-10-261-462/+347
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2009-10-241-5/+6
|
* updated el translationGlentadakis Dimitris2009-10-221-9/+9
|
* update Italian translation - by Moreno ManziniAndrea Celli2009-10-221-97/+54
|
* updatesKeld Simonsen2009-10-221-69/+38
|
* updated fi translationJani Välimaa2009-10-221-7/+8
|
* Updated Translation for Norwegian Bokmål.Olav Dahlum2009-10-211-85/+46
|
* Updated Czech translation.Michal Bukovjan2009-10-211-8/+7
|
* update russian translationAlexander Kazancev2009-10-211-84/+46
|
* Updated Romanian translationCatalin Florin Russen2009-10-211-6/+6
|
* updated tr translationAtilla Öntaş2009-10-211-349/+330
|
* Updated Slovenian translationJure Repinc2009-10-211-6/+6
|
* updated translation for pt_BRSergio Rafael Lemke2009-10-211-12/+10
|