summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 8.1218.121Thierry Vignaud2020-04-093-2/+4
|
* cpan_testers: strip as used by rpm fails on FreeBSDThierry Vignaud2020-04-094-0/+12
|
* FreeBSD's cpio doesn't support --dereferenceThierry Vignaud2020-04-091-1/+7
|
* cpan-testers: fix building rpms on FreeBSDThierry Vignaud2020-04-0933-34/+36
| | | | install do not have -d option on FreeBSD
* cpan-testers: fix an error on FreeBSDThierry Vignaud2020-04-092-0/+3
| | | | | | commit 1089a6c113c53cd77147808ebeb4f6d0ef03fa89 really was about silencing a warning, so let's not break other OSes who do not have that lib or not in this location
* cpan_testers: fix a warning when skipping testsThierry Vignaud2020-04-091-2/+10
| | | | should have been in commit ad953e4c4bca7e5bd9f5b5664298e04272537479
* cpan_testers: workaround 'nogroup' not existing on CentOSThierry Vignaud2020-04-092-1/+2
|
* cpan_testers: workaround disabled nobody accountThierry Vignaud2020-04-092-1/+2
| | | | | On CentOS7, the error message is: 'This account is currently not available.'
* cpan_testers: fix a test with rpm < 4.13.0Thierry Vignaud2020-04-093-3/+8
| | | | | | | | It was failing for older versions of rpm since commit 32c4bc874e3f7fc99188bf045902b1018f38855a This fix the counting & adjust to missing pkg name when erasing with older rpms
* cpan_testers: set PATHThierry Vignaud2020-04-092-0/+4
| | | | | rationale: CPAN testers installs genhdlist2 using cpan but do not have /usr/local/bin in their PATH
* add manual provides for urpmi (RT#127881)Thierry Vignaud2020-04-091-0/+10
| | | | | ensure urpm.pm has a lesser version than URPM.pm due to CPAN ignoring case because of Windows users, thus making sure URPM is indexed
* add dummy package for CPAN & proper indexationThierry Vignaud2020-04-093-0/+10
| | | | Related: RT#127881
* cpan_testers: skip weak deps test on CentOS 7 (unsupported)Thierry Vignaud2020-04-096-3/+28
| | | | | | | | | | | | rationale: CentOS 7's rpm doesn't support eg Recommendstag, it only knows their definitions but is unable to parse a spec file using Recommends Ideally we should be able to detect a too old/unpatched rpm... Technically, we could check whether it's Mageia < 6 which did have an non upstream implementation (but was using Suggests tag instead of Recommends and so would need testsuite adaption -- not worth it)
* Update Asturian translation from TxYuri Chornoivan2020-04-091-31/+31
|
* Update Asturian translation from TxYuri Chornoivan2020-04-021-663/+439
|
* add support for --reinstallThierry Vignaud2020-03-055-3/+7
| | | | Needs perl-URPM-5.25 (it won't work with rpm < 4.12.x)
* Update Czech translation from TxYuri Chornoivan2020-03-041-4/+6
|
* cpan_testers: require a newer rpmtoolsThierry Vignaud2020-03-022-2/+2
| | | | | | we need a rpmtools that rely on Digest::MD5 instead of md5sum so that urpmi's coverage can increase (aka stop t/02create_pkgs.t to fail everywhere)
* cpan_testers: require a newer enough Test::MoreThierry Vignaud2020-03-022-1/+2
| | | | | | | | | | should workaround some failures such as: http://www.cpantesters.org/cpan/report/6d3e1bc0-3755-11ea-83ea-5104bae6192e The plan was already output at /usr/lib/perl5/5.22.3/Test/Builder.pm line 2510. t/superuser--suggests.t ......................................... All 126 subtests passed
* urpmq -i: display epoch when using -i (mga#25735)Thierry Vignaud2020-03-022-0/+3
|
* Update Norwegian (Bokmal) translation from TxYuri Chornoivan2020-02-021-4/+6
|
* Update Serbian translation from TxYuri Chornoivan2020-01-311-4/+6
|
* Update Catalan translation from TxYuri Chornoivan2020-01-281-4/+5
|
* Update Slovenian translation from TxYuri Chornoivan2020-01-241-4/+6
|
* Update Japanese translation from TxYuri Chornoivan2020-01-211-5/+8
|
* Update Spanish translation from TxYuri Chornoivan2020-01-201-5/+6
|
* Update French translation from TxYuri Chornoivan2020-01-201-5/+7
|
* Update Russian translation from TxYuri Chornoivan2020-01-201-5/+5
|
* Update Lithuanian translation from TxYuri Chornoivan2020-01-181-11/+21
|
* Update German translation from TxYuri Chornoivan2020-01-181-4/+5
|
* Update Estonian translation from TxYuri Chornoivan2020-01-181-4/+6
|
* Ukrainian translation updateYuri Chornoivan2020-01-181-5/+6
|
* Update translation catalogYuri Chornoivan2020-01-1873-2899/+3043
|
* remove unused variableThierry Vignaud2020-01-171-1/+0
| | | | | should have been done 14 years ago in commit 8a85388373bca5c259c3c57411dc3bd2b4a234d7
* cpan_testers: skip mirrorlist tests on !MageiaThierry Vignaud2020-01-172-0/+3
| | | | | Rationale: It needs a Mageia specific patch that introduces Time::ZoneInfo->current_zone()"
* fix testsuite errors on CentOs (NVR vs NVRA)Thierry Vignaud2020-01-178-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 mountedThierry Vignaud2020-01-171-0/+1
| | | | | no need to show red in cpan-testers matrix if local chroot's /proc isn't mounted :-)
* explain build processThierry Vignaud2020-01-171-0/+4
|
* 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
|