summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Prefer http mirrors when using a mirrorlistAnssi Hannula2015-12-312-1/+6
| | | | | | | | | | Sort http mirrors to the beginning of the mirror list. This avoids an rsync mirror being selected as the mirror sometimes, which causes the preferred aria2 downloader from not being used. This also has the effect that in practice aria2 will only be given http mirrors. If this causes issues, the sorting code can be changed to reverse sort with the presence of "rsync://" instead.
* Update Welsh translation from TxYuri Chornoivan2015-12-271-744/+204
|
* Update Lithuanian translation from TxYuri Chornoivan2015-12-221-14/+14
|
* Update Catalan translation from TxYuri Chornoivan2015-11-271-64/+71
|
* Update Albanian translation from TxYuri Chornoivan2015-11-231-72/+170
|
* Update Japanese translation from TxYuri Chornoivan2015-11-181-551/+127
|
* Update Danish translation from TxYuri Chornoivan2015-11-181-4/+6
|
* Update Bulgarian translation from TxYuri Chornoivan2015-10-211-1144/+438
|
* fix PODThierry Vignaud2015-10-092-2/+4
| | | | why isn't this catched by testsuite????
* 8.108.10Thierry Vignaud2015-10-092-1/+3
|
* fix urpm::bug_report (mga#16925)Thierry Vignaud2015-10-092-0/+3
| | | | breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
* convert comments to PODThierry Vignaud2015-10-091-5/+30
|
* add basic POD for urpmi::parallelThierry Vignaud2015-10-091-0/+26
|
* drop useless __END__Thierry Vignaud2015-10-0917-17/+0
|
* add Mga copyrightThierry Vignaud2015-10-091-0/+2
|
* Update Persian translation from TxYuri Chornoivan2015-10-061-1092/+361
|
* Update Lithuanian translation from TxYuri Chornoivan2015-10-061-1178/+413
|
* Fix minor typos in the manpagesYuri Chornoivan2015-09-124-5/+5
|
* bump mga copyrightThierry Vignaud2015-09-048-8/+8
|
* better synopsysThierry Vignaud2015-09-041-1/+1
|
* 8.098.09Thierry Vignaud2015-09-042-1/+3
|
* fix urpm::parallelThierry Vignaud2015-09-042-0/+3
| | | | breakage in commit ab62a489340294a8cf0f4960b8201b07f2e29bb3
* 8.088.08Thierry Vignaud2015-09-042-1/+3
|
* help perl_checkerThierry Vignaud2015-09-041-0/+3
|
* fix installing /sbin/*Shlomi Fish2015-09-042-2/+8
| | | | | | | Apparently perl-2.22's ExtUtils-MakeMaker started wrapping the $(....) variables in double-quotes, which broke urpmi's "make install"... v2: perl_checker cleanups (Thierry Vignaud)
* perl_checker cleanupThierry Vignaud2015-09-041-1/+1
|
* log latest commitThierry Vignaud2015-09-041-0/+2
| | | | | while real perl code, this wasn't parsable by perl_checker, which broke urpmi-8.07's build :-(
* help perl_checkerThierry Vignaud2015-09-042-2/+2
|
* 8.078.07Thierry Vignaud2015-09-042-1/+3
|
* fix Term::ReadKey warnings when redirectedThierry Vignaud2015-09-033-4/+9
|
* fix previous commit :-(Thierry Vignaud2015-09-031-0/+1
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-0232-32/+0
|
* do not break orphan tracking when downgradingThierry Vignaud2015-08-312-1/+5
| | | | | thus fixing unmarking packages as potential orphans when downgrading (mga#16149)
* explain a little moreThierry Vignaud2015-08-281-0/+2
|
* convert comments to PODThierry Vignaud2015-08-281-28/+63
|
* describe a cople more functionsThierry Vignaud2015-08-281-0/+50
|
* Merge tag '8.06'Thierry Vignaud2015-08-272-1/+5
|\
| * 8.068.06Thierry Vignaud2015-05-182-1/+5
| |
* | fix using a proxy without an auth user (mga#11265)Thierry Vignaud2015-08-262-1/+3
| |
* | Update Spanish translation from TxYuri Chornoivan2015-08-191-187/+479
| |
* | blacklist Net::LDAPThierry Vignaud2015-08-071-0/+1
| |
* | fix spacingThierry Vignaud2015-08-051-2/+2
| |
* | fix a testsuite warningThierry Vignaud2015-08-041-1/+1
| | | | | | | | | | | | | | | | Explicitely adding libnss3.so fixes installing that package: warning: %post(rpm-query-in-scriptlet-1-1.x86_64) scriptlet failed, exit status 127 Which is b/c of: error: Failed to initialize NSS library
* | speedup build by skipping debuginfoThierry Vignaud2015-08-041-0/+3
| |
* | do check that %%pretrans do fail (rpm-4.10+)Thierry Vignaud2015-08-042-5/+2
| | | | | | | | | | | | | | basically reverting commit 5d7414cd5dc0c7dbdfe5314df4253cb14f86e9b2 and inversing the test expected result needs rpm-4.12.90-2.mga6 or newer
* | convert trigger scriptlets from lua to shThierry Vignaud2015-08-0415-42/+44
| | | | | | | | | | needed for next commit because: lua's exit(1) is ignored since rpm-4.9.0
* | install sh as dep for failing-scriplets pkgsThierry Vignaud2015-08-041-4/+7
| |
* | introduce new helper funcThierry Vignaud2015-08-041-0/+5
| | | | | | | | needed for next commits
* | add /bin/sh providerThierry Vignaud2015-08-041-0/+12
| | | | | | | | (needed for next commit)
* | kill useless Group: definitionsThierry Vignaud2015-08-04298-299/+0
| | | | | | | | uneeded since rpm-4.6.0