summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update Hebrew translation from TxYuri Chornoivan2020-11-261-17/+18
|
* forgot missing bitThierry Vignaud2020-11-241-0/+2
|
* 8.1248.124Thierry Vignaud2020-11-243-3/+3
|
* Sort found pkgs list for reproductable logsThierry Vignaud2020-11-242-1/+5
|
* Add --ignorearch to urpmi.addmedia --distribPascal Terjan2020-11-233-1/+8
| | | | | | | | urpmi.addmedia --distrib --ignorearch allows to use --distrib to create a chroot for a different architecture. This is useful to build for armv5 or armv7 on the other one, and to create chroots with qemu used to execute foreign binaries.
* Update Hebrew translation from TxYuri Chornoivan2020-11-221-3/+3
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-181-9/+9
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-151-7/+7
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-151-12/+12
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-121-5/+5
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-101-2/+2
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-091-12/+11
|
* Update Hindi translation from TxYuri Chornoivan2020-11-081-3/+3
|
* Update Asturian translation from TxYuri Chornoivan2020-11-081-14/+15
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-071-3/+3
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-061-3/+3
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-041-19/+21
|
* Update Hebrew translation from TxYuri Chornoivan2020-11-031-16/+16
|
* Update Asturian translation from TxYuri Chornoivan2020-11-021-5/+25
|
* Update Asturian translation from TxYuri Chornoivan2020-10-311-1/+6
|
* Update Hebrew translation from TxYuri Chornoivan2020-10-121-22/+21
|
* Update Bulgarian translation from TxYuri Chornoivan2020-09-291-3/+3
|
* Update Hebrew translation from TxYuri Chornoivan2020-09-191-29/+30
|
* Update Russian translation from TxYuri Chornoivan2020-09-181-4/+4
|
* Update Spanish translation from TxYuri Chornoivan2020-09-071-10/+11
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2020-09-071-25/+25
|
* Update Norwegian (Bokmal) translation from TxYuri Chornoivan2020-07-231-1/+1
|
* Update Czech translation from TxYuri Chornoivan2020-07-211-2/+2
|
* Fix translation validityYuri Chornoivan2020-07-105-11/+11
|
* Sync with TransifexYuri Chornoivan2020-07-1070-14411/+5654
|
* Update translation catalogue.Martin Whitaker2020-07-1073-2996/+3725
|
* gurpmi2: ensure download error report fits on screen.Martin Whitaker2020-07-102-2/+19
| | | | | | With a batch size of 50, the number of failed downloads can be large. That causes the message dialogue to exceed the screen height, making the retry Yes/No buttons invisible and inaccessible.
* Make it work with no feature qw(indirect) (aka perl7)Thierry Vignaud2020-06-253-2/+3
|
* Update German translation from TxYuri Chornoivan2020-05-301-3/+3
|
* Update MANIFESTThierry Vignaud2020-05-061-1/+1
|
* Add kwalitee testThierry Vignaud2020-05-062-0/+10
|
* Stop truncating disk names when prompting for a CDThierry Vignaud2020-05-063-4/+3
| | | | | | | .. or for a CD/USB key See mga#26564 comment 9: https://bugs.mageia.org/show_bug.cgi?id=26564#c9
* kill cvs/svn Id that are obsolete for 10 yearsThierry Vignaud2020-05-064-4/+0
|
* rename NEWS as Changes (Kwalitee)Thierry Vignaud2020-05-061-0/+0
|
* Revert "Add Changes symlink for CPAN Kwalitee"Thierry Vignaud2020-05-061-1/+0
| | | | | | | | This reverts commit 2dd723034550c3e71242c26a101a0941976fe37b. Because of: not ok 12 - no_symlinks # Failed test 'no_symlinks' # at t/03kwality.t line 4.
* Make Makefile.PL not executable (Kwalitee)Thierry Vignaud2020-05-042-0/+1
|
* Use strictThierry Vignaud2020-05-041-0/+2
| | | | The fake module was the only one not using strict (Kwalitee)
* Add Changes symlink for CPAN KwaliteeThierry Vignaud2020-05-041-0/+1
|
* Update Greek translation from TxYuri Chornoivan2020-05-041-5/+6
|
* cpan_testers: fix genhdlist2 defaulting to zstdThierry Vignaud2020-05-022-3/+6
| | | | | fix a local zstd change in genhdlist2 that wrongly made it into testsuite's bundled version
* I am the current maintainerThierry Vignaud2020-05-029-9/+19
|
* bump Magia copyrightThierry Vignaud2020-05-024-4/+4
|
* forgot the version bannerThierry Vignaud2020-05-011-0/+2
|
* 8.1238.123Thierry Vignaud2020-05-013-3/+3
|
* fix running genhlist2 with the right perl versionThierry Vignaud2020-05-012-0/+4
| | | | | | | | | | | | | | | | | | | | Else genhdlist2 may fail to load URPM if it doesn't use the perl version for which URPM was installed. This affects CPAN smokers where several perl versions are installed. Eg in http://www.cpantesters.org/cpan/report/6808b728-8a34-11ea-bab2-e37d1f24ea8f CPAN says INC= /usr/perl5.30.0p/lib/site_perl/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/site_perl/5.30.0 /usr/perl5.30.0p/lib/5.30.0/amd64-freebsd /usr/perl5.30.0p/lib/5.30.0 Which is consistent with $^X = /usr/perl5.30.0p/bin/perl5.30.0 But genhdlist2 fails with: Can't locate URPM.pm in @INC (you may need to install the URPM module) (@INC contains: /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/blib/lib /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/blib/arch /usr/perl5.28.2-RC1p/lib/site_perl/5.28.2/amd64-freebsd /usr/perl5.28.2-RC1p/lib/site_perl/5.28.2 /usr/perl5.28.2-RC1p/lib/5.28.2/amd64-freebsd /usr/perl5.28.2-RC1p/lib/5.28.2 .) at /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/t/genhdlist2 line 6. BEGIN failed--compilation aborted at /usr/home/cpansand/.cpan/build/2020042914/urpmi-v8.122-1/t/genhdlist2 line 6. Ie it used the wrong perl-5.28.2 instead of perl-5.30.0