summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bump copyrightThierry Vignaud2020-01-1739-42/+42
|
* testsuite needs rpmtoolsThierry Vignaud2020-01-172-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 //= operatorThierry Vignaud2020-01-172-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.0Thierry Vignaud2020-01-172-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 Vignaud2020-01-081-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 downloaderThierry Vignaud2020-01-082-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 commitThierry Vignaud2020-01-072-12/+17
| | | | also switching one character back from UTF to ASCII
* 8.1208.120Martin Whitaker2019-10-212-1/+3
|
* Fix test for whether any 32-bit packages are installed.Martin Whitaker2019-10-212-1/+3
|
* 8.1198.119Martin Whitaker2019-10-192-1/+6
|
* When adding distrib media, enable 32-bit media if needed (mga#24438)Martin Whitaker2019-09-281-11/+23
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2019-07-241-3/+4
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2019-07-231-6/+6
|
* Update Greek translation from TxYuri Chornoivan2019-07-031-316/+21
|
* Update Serbian translation from TxYuri Chornoivan2019-07-021-305/+484
|
* Update Tamil translation from TxYuri Chornoivan2019-07-011-0/+2992
|
* Update French translation from TxYuri Chornoivan2019-06-301-3/+4
|
* Update Czech translation from TxYuri Chornoivan2019-06-301-4/+4
|
* Update Uzbek translation from TxYuri Chornoivan2019-06-291-391/+141
|
* Update Kurdish translation from TxYuri Chornoivan2019-06-291-0/+2992
|
* Update Belarusian translation from TxYuri Chornoivan2019-06-291-0/+3012
|
* Update Azerbaijani translation from TxYuri Chornoivan2019-06-291-1141/+411
|
* Update Amharic translation from TxYuri Chornoivan2019-06-291-0/+2992
|
* Update Esperanto translation from TxYuri Chornoivan2019-06-271-6/+10
|
* Update Afrikaans translation from TxYuri Chornoivan2019-06-271-815/+501
|
* Update Kyrgyz translation from TxYuri Chornoivan2019-06-271-1106/+345
|
* Update Portuguese translation from TxYuri Chornoivan2019-06-271-7/+13
|
* Update Serbian translation from TxYuri Chornoivan2019-06-271-16/+16
|
* Update Spanish translation from TxYuri Chornoivan2019-06-271-8/+8
|
* Update French translation from TxYuri Chornoivan2019-06-271-5/+3
|
* Update Czech translation from TxYuri Chornoivan2019-06-271-6/+22
|
* Update Russian translation from TxYuri Chornoivan2019-06-271-303/+82
|
* Update German translation from TxYuri Chornoivan2019-06-261-7/+7
|
* Update Catalan translation from TxYuri Chornoivan2019-06-261-3/+3
|
* Update Estonian translation from TxYuri Chornoivan2019-06-261-9/+8
|
* Update Japanese translation from TxYuri Chornoivan2019-06-261-5/+3
|
* Update Slovenian translation from TxYuri Chornoivan2019-06-261-7/+6
|
* Update Ukrainian translationYuri Chornoivan2019-06-261-268/+13
|
* Update catalogYuri Chornoivan2019-06-2669-20042/+21535
|
* Update Ukrainian translationYuri Chornoivan2019-06-261-1/+1
|
* 8.1188.118Martin Whitaker2019-06-222-1/+3
|
* Ensure downloaded files are world-readable (mga#24636)Martin Whitaker2019-06-222-0/+9
| | | | | mgaapplet and urpm* commands run as a normal user need to be able to read the downloaded synthesis and info files.
* 8.1178.117Martin Whitaker2019-06-212-1/+3
|
* Ensure urpmi config and cache files are world-readable (mga#24636)Martin Whitaker2019-06-213-5/+28
| | | | | | | | | This is needed to allow mgaapplet and urpm* commands run as a normal user to work when run from a gdm-x-session, which sets the umask to 027. See also mga#9386 and mga#22262. We should perhaps take notice of the msec security level.
* 8.1168.116Martin Whitaker2019-05-272-2/+3
|
* On systems with 32-bit EFI, enable the Core 32bit media by default.Martin Whitaker2019-05-273-2/+25
|
* Don't enable 32-bit media by default on 64-bit systems (mga#24376)Martin Whitaker2019-05-252-2/+6
|
* Update Albanian translation from TxYuri Chornoivan2019-05-031-6/+10
|
* 8.1158.115Thierry Vignaud2019-05-012-2/+9
|
* relax cpan versus subversion of URPMThierry Vignaud2019-05-011-1/+1
|