Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpan-testers: work without glibc-static-devel | Thierry Vignaud | 2020-04-29 | 2 | -3/+18 |
| | | | | | | just build a dynamic binary but exclude its deps rationale: quite a lot of CPAN testers do not have static libs installed... | ||||
* | explain why we need our own "static shell" | Thierry Vignaud | 2020-04-29 | 1 | -0/+2 |
| | | | | historically we were used static dash but that was too Mageia centered | ||||
* | describe the testsuite | Thierry Vignaud | 2020-04-29 | 2 | -0/+30 |
| | |||||
* | disable fsync/fdatasync while running tests | Thierry Vignaud | 2020-04-29 | 2 | -0/+3 |
| | |||||
* | cpan-testers: fix failing test on Debian 9/FreeBSD | Thierry Vignaud | 2020-04-28 | 2 | -2/+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 | ||||
* | Also look at $Config{bin} for genhdlist2 | Thierry Vignaud | 2020-04-28 | 1 | -1/+2 |
| | | | | | | | | | | It should help http://www.cpantesters.org/cpan/report/9e067a66-83f1-11ea-85a9-af7f1f24ea8f which fails. That smoker had rpmtools/URPM already installed normally into this perl's sitedir & bindir. Adding the blib/script directories didn't help that case. So try $Config{bin} too | ||||
* | try harder to find genhdlist2 on CPAN testers | Thierry Vignaud | 2020-04-28 | 2 | -0/+7 |
| | | | | | | | | | | | | rationale: in some cases, all dependency modules and scripts still reside in the uninstalled blib directories. CPAN.pm knows how to deal with uninstalled modules (all the blib/lib directories go into the PERL5LIB environment variable). But it does not do something similar for the blib/script directories. So we have to try harder to find genhdlist2 by adding those blib/script directories to PATH if they exist | ||||
* | split set_path() | Thierry Vignaud | 2020-04-28 | 2 | -3/+7 |
| | |||||
* | fix test with rpm < 4.13 on CentOS7 | Thierry Vignaud | 2020-04-28 | 2 | -1/+2 |
| | |||||
* | perform some file conflict tests only on Mageia | Thierry Vignaud | 2020-04-28 | 2 | -12/+31 |
| | | | | | rationale: Mageia's rpm is patched in order to not conflict for doc files: | ||||
* | introduce is_mageia() | Thierry Vignaud | 2020-04-28 | 2 | -2/+6 |
| | |||||
* | check & report where genhdlist2 is | Thierry Vignaud | 2020-04-28 | 2 | -0/+5 |
| | |||||
* | describe more tests to help pinpoint regressions | Thierry Vignaud | 2020-04-28 | 10 | -25/+26 |
| | |||||
* | make test output clearer | Thierry Vignaud | 2020-04-28 | 1 | -1/+3 |
| | |||||
* | check that web server has actually started | Thierry Vignaud | 2020-04-28 | 3 | -0/+13 |
| | | | | reports its error messages if any | ||||
* | perl_checker cleanups | Thierry Vignaud | 2020-04-28 | 1 | -1/+1 |
| | |||||
* | 8.1218.121 | Thierry Vignaud | 2020-04-09 | 3 | -2/+4 |
| | |||||
* | cpan_testers: strip as used by rpm fails on FreeBSD | Thierry Vignaud | 2020-04-09 | 4 | -0/+12 |
| | |||||
* | FreeBSD's cpio doesn't support --dereference | Thierry Vignaud | 2020-04-09 | 1 | -1/+7 |
| | |||||
* | cpan-testers: fix building rpms on FreeBSD | Thierry Vignaud | 2020-04-09 | 33 | -34/+36 |
| | | | | install do not have -d option on FreeBSD | ||||
* | cpan-testers: fix an error on FreeBSD | Thierry Vignaud | 2020-04-09 | 2 | -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 tests | Thierry Vignaud | 2020-04-09 | 1 | -2/+10 |
| | | | | should have been in commit ad953e4c4bca7e5bd9f5b5664298e04272537479 | ||||
* | cpan_testers: workaround 'nogroup' not existing on CentOS | Thierry Vignaud | 2020-04-09 | 2 | -1/+2 |
| | |||||
* | cpan_testers: workaround disabled nobody account | Thierry Vignaud | 2020-04-09 | 2 | -1/+2 |
| | | | | | On CentOS7, the error message is: 'This account is currently not available.' | ||||
* | cpan_testers: fix a test with rpm < 4.13.0 | Thierry Vignaud | 2020-04-09 | 3 | -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 PATH | Thierry Vignaud | 2020-04-09 | 2 | -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 Vignaud | 2020-04-09 | 1 | -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 indexation | Thierry Vignaud | 2020-04-09 | 3 | -0/+10 |
| | | | | Related: RT#127881 | ||||
* | cpan_testers: skip weak deps test on CentOS 7 (unsupported) | Thierry Vignaud | 2020-04-09 | 6 | -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 Tx | Yuri Chornoivan | 2020-04-09 | 1 | -31/+31 |
| | |||||
* | Update Asturian translation from Tx | Yuri Chornoivan | 2020-04-02 | 1 | -663/+439 |
| | |||||
* | add support for --reinstall | Thierry Vignaud | 2020-03-05 | 5 | -3/+7 |
| | | | | Needs perl-URPM-5.25 (it won't work with rpm < 4.12.x) | ||||
* | Update Czech translation from Tx | Yuri Chornoivan | 2020-03-04 | 1 | -4/+6 |
| | |||||
* | cpan_testers: require a newer rpmtools | Thierry Vignaud | 2020-03-02 | 2 | -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::More | Thierry Vignaud | 2020-03-02 | 2 | -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 Vignaud | 2020-03-02 | 2 | -0/+3 |
| | |||||
* | Update Norwegian (Bokmal) translation from Tx | Yuri Chornoivan | 2020-02-02 | 1 | -4/+6 |
| | |||||
* | Update Serbian translation from Tx | Yuri Chornoivan | 2020-01-31 | 1 | -4/+6 |
| | |||||
* | Update Catalan translation from Tx | Yuri Chornoivan | 2020-01-28 | 1 | -4/+5 |
| | |||||
* | 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 |