Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Slovenian translation from Tx | Yuri Chornoivan | 2020-01-24 | 1 | -4/+6 |
| | |||||
* | Update Japanese translation from Tx | Yuri Chornoivan | 2020-01-21 | 1 | -5/+8 |
| | |||||
* | Update Spanish translation from Tx | Yuri Chornoivan | 2020-01-20 | 1 | -5/+6 |
| | |||||
* | Update French translation from Tx | Yuri Chornoivan | 2020-01-20 | 1 | -5/+7 |
| | |||||
* | Update Russian translation from Tx | Yuri Chornoivan | 2020-01-20 | 1 | -5/+5 |
| | |||||
* | Update Lithuanian translation from Tx | Yuri Chornoivan | 2020-01-18 | 1 | -11/+21 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2020-01-18 | 1 | -4/+5 |
| | |||||
* | Update Estonian translation from Tx | Yuri Chornoivan | 2020-01-18 | 1 | -4/+6 |
| | |||||
* | Ukrainian translation update | Yuri Chornoivan | 2020-01-18 | 1 | -5/+6 |
| | |||||
* | Update translation catalog | Yuri Chornoivan | 2020-01-18 | 73 | -2899/+3043 |
| | |||||
* | remove unused variable | Thierry Vignaud | 2020-01-17 | 1 | -1/+0 |
| | | | | | should have been done 14 years ago in commit 8a85388373bca5c259c3c57411dc3bd2b4a234d7 | ||||
* | cpan_testers: skip mirrorlist tests on !Mageia | Thierry Vignaud | 2020-01-17 | 2 | -0/+3 |
| | | | | | Rationale: It needs a Mageia specific patch that introduces Time::ZoneInfo->current_zone()" | ||||
* | fix testsuite errors on CentOs (NVR vs NVRA) | Thierry Vignaud | 2020-01-17 | 8 | -13/+14 |
| | | | | | | where rpmquery default to outputing NVRA (vs NVR on Mageia) reuse check_installed_fullnames() where needed instead of introducing %{NVR} | ||||
* | skip test if /proc is not mounted | Thierry Vignaud | 2020-01-17 | 1 | -0/+1 |
| | | | | | no need to show red in cpan-testers matrix if local chroot's /proc isn't mounted :-) | ||||
* | explain build process | Thierry Vignaud | 2020-01-17 | 1 | -0/+4 |
| | |||||
* | bump copyright | Thierry Vignaud | 2020-01-17 | 39 | -42/+42 |
| | |||||
* | testsuite needs rpmtools | Thierry Vignaud | 2020-01-17 | 2 | -0/+2 |
| | | | | | | | | | | | | | | | | | actually it really needs genhdlist2 from rpmtools The later provides a dummy rpmtools.pm package so that cpan testers can be happy We need at least 7.11 as previous versions forced vendor dir which is usually not defined, thus resulting in: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ERROR: Can't create '/' Do not have write permissions on '/' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Which made urpmi's testsuite to fail on most cpan testers due to genhdlist2 not being available | ||||
* | cpan-testers: actually needs perl >= 5.10 for //= operator | Thierry Vignaud | 2020-01-17 | 2 | -0/+2 |
| | | | | | | | | thus fixing: Tried to use 'urpm::args'. Error: syntax error at /data/home/cpansand/.cpan/build/2020010714/urpmi-v8.120.3-4/blib/lib/urpm/util.pm line 71, near "/." (Might be a runaway multi-line // string starting on line 69) | ||||
* | fix failing scriptlets test with rpm < 4.13.0 | Thierry Vignaud | 2020-01-17 | 2 | -1/+7 |
| | | | | | it got broken when wee added support for rpm 4.13.0 in commit cdcb6c6359e8ee2a590c3c40aa3b4d57ec3b1e80 | ||||
* | fix "Undefined subroutine &urpm::select::_rpm_version" | Thierry Vignaud | 2020-01-08 | 1 | -0/+1 |
| | | | | | | | Undefined subroutine &urpm::select::_rpm_version called at t/superuser--media_info_dir.t line 55. which wents undetected by the testsuite for quite some time... sigh... bug introduced in commit 60b5009cc4679d4b55fb0490d4d273b5cc6f220c | ||||
* | skip tests if we have no supported downloader | Thierry Vignaud | 2020-01-08 | 2 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as seen in CPAN reports: <<< ...retrieving failed: no webfetch found, supported webfetch are: curl, wget, prozilla, aria2 no metadata found for medium "various" >>> Whic results in: <<< Test Summary Report ------------------- t/superuser--http.t (Wstat: 2560 Tests: 11 Failed: 10) Failed tests: 2-11 Non-zero exit status: 10 Files=40, Tests=3775, 953 wallclock secs ( 1.19 usr 0.08 sys + 309.33 cusr 52.13 csys = 362.73 CPU) Result: FAIL Failed 1/40 test programs. 10/3775 subtests failed. make: *** [Makefile:1155: test_dynamic] Error 255 (/usr/bin/make test exited with 512) CPAN::Reporter: Test result is 'fail', One or more tests failed. >>> And indeed: $ rpm -q curl wget prozilla aria2 package curl is not installed package wget is not installed package prozilla is not installed package aria2 is not installed Should have been done in commit 360f05b8db2029cb62c11f7eddb7fb57f3b774f1 | ||||
* | (need_downloader) split it for next commit | Thierry Vignaud | 2020-01-07 | 2 | -12/+17 |
| | | | | also switching one character back from UTF to ASCII | ||||
* | 8.1208.120 | Martin Whitaker | 2019-10-21 | 2 | -1/+3 |
| | |||||
* | Fix test for whether any 32-bit packages are installed. | Martin Whitaker | 2019-10-21 | 2 | -1/+3 |
| | |||||
* | 8.1198.119 | Martin Whitaker | 2019-10-19 | 2 | -1/+6 |
| | |||||
* | When adding distrib media, enable 32-bit media if needed (mga#24438) | Martin Whitaker | 2019-09-28 | 1 | -11/+23 |
| | |||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2019-07-24 | 1 | -3/+4 |
| | |||||
* | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2019-07-23 | 1 | -6/+6 |
| | |||||
* | Update Greek translation from Tx | Yuri Chornoivan | 2019-07-03 | 1 | -316/+21 |
| | |||||
* | Update Serbian translation from Tx | Yuri Chornoivan | 2019-07-02 | 1 | -305/+484 |
| | |||||
* | Update Tamil translation from Tx | Yuri Chornoivan | 2019-07-01 | 1 | -0/+2992 |
| | |||||
* | Update French translation from Tx | Yuri Chornoivan | 2019-06-30 | 1 | -3/+4 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2019-06-30 | 1 | -4/+4 |
| | |||||
* | Update Uzbek translation from Tx | Yuri Chornoivan | 2019-06-29 | 1 | -391/+141 |
| | |||||
* | Update Kurdish translation from Tx | Yuri Chornoivan | 2019-06-29 | 1 | -0/+2992 |
| | |||||
* | Update Belarusian translation from Tx | Yuri Chornoivan | 2019-06-29 | 1 | -0/+3012 |
| | |||||
* | Update Azerbaijani translation from Tx | Yuri Chornoivan | 2019-06-29 | 1 | -1141/+411 |
| | |||||
* | Update Amharic translation from Tx | Yuri Chornoivan | 2019-06-29 | 1 | -0/+2992 |
| | |||||
* | Update Esperanto translation from Tx | Yuri Chornoivan | 2019-06-27 | 1 | -6/+10 |
| | |||||
* | Update Afrikaans translation from Tx | Yuri Chornoivan | 2019-06-27 | 1 | -815/+501 |
| | |||||
* | Update Kyrgyz translation from Tx | Yuri Chornoivan | 2019-06-27 | 1 | -1106/+345 |
| | |||||
* | Update Portuguese translation from Tx | Yuri Chornoivan | 2019-06-27 | 1 | -7/+13 |
| | |||||
* | Update Serbian translation from Tx | Yuri Chornoivan | 2019-06-27 | 1 | -16/+16 |
| | |||||
* | Update Spanish translation from Tx | Yuri Chornoivan | 2019-06-27 | 1 | -8/+8 |
| | |||||
* | Update French translation from Tx | Yuri Chornoivan | 2019-06-27 | 1 | -5/+3 |
| | |||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2019-06-27 | 1 | -6/+22 |
| | |||||
* | Update Russian translation from Tx | Yuri Chornoivan | 2019-06-27 | 1 | -303/+82 |
| | |||||
* | Update German translation from Tx | Yuri Chornoivan | 2019-06-26 | 1 | -7/+7 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2019-06-26 | 1 | -3/+3 |
| | |||||
* | Update Estonian translation from Tx | Yuri Chornoivan | 2019-06-26 | 1 | -9/+8 |
| |