Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 8.1298.129 | Martin Whitaker | 2023-01-21 | 1 | -0/+2 |
| | |||||
* | Fix curl options to allow it to follow HTTP redirections (mga#31339) | Martin Whitaker | 2023-01-21 | 1 | -0/+1 |
| | | | | | | | 'curl -h' no longer outputs the full list of options, so the test for whether '--location-trusted' is supported always failed. As that option was added to curl in 2003, we can reasonably assume it is available. | ||||
* | Prefer wget to curl as the default downloader (mga#24362) | Martin Whitaker | 2023-01-21 | 1 | -0/+2 |
| | |||||
* | Do not warn about 14y+ old behavior change (mga#26448) | Thierry Vignaud | 2022-12-10 | 1 | -0/+2 |
| | |||||
* | Skip mirrorlist tests if there's only one broken mirror | Thierry Vignaud | 2022-12-10 | 1 | -0/+3 |
| | | | | such as on mga[1-6] | ||||
* | 8.1288.128 | Martin Whitaker | 2022-11-05 | 1 | -0/+2 |
| | |||||
* | library: fix download with curl 7.86+ when the URL has a query part (mga#31047) | Martin Whitaker | 2022-11-05 | 1 | -0/+2 |
| | | | | | curl 7.86 changed the -O option to remove any trailing query part from the output file name. So if we have a query part, use the -o option instead. | ||||
* | gurpmi2: fix Cancel button getting lost after first batch of downloads is done. | Martin Whitaker | 2022-11-05 | 1 | -0/+3 |
| | |||||
* | Bump version in Changes too | Thierry Vignaud | 2021-10-31 | 1 | -0/+2 |
| | |||||
* | Document previous changes | Thierry Vignaud | 2021-10-31 | 1 | -0/+1 |
| | |||||
* | Convert rpmdb to sqlite also when not chrooted | Thierry Vignaud | 2021-10-31 | 1 | -0/+2 |
| | | | | | | | This is needed for live upgrades, either using urpmi or mgaonline (mga#29364). Two changes are needed: - fix detecting rpm version - fix converting rpmdb when not in a chroot | ||||
* | Skip rpm-v3 tests on known broken versions of rpm | Thierry Vignaud | 2021-10-31 | 1 | -0/+3 |
| | | | | | | | | | | | | | | We know that 4.15.1.1 & 4.16.1.3 had a bad regression regarding handling old rpm v3 packages. See https://github.com/rpm-software-management/rpm/issues/1635 So just skip those tests on affected CPAN smokers. Eg: http://www.cpantesters.org/cpan/report/db1b368e-c68b-11eb-8660-be641f24ea8f error: [fd 10]: invalid signature tag Archivesize (1046) bad rpm media/rpm-v3_no_subdir/libtermcap-2.0.8-2.i386.rpm Failed test 'genhdlist2 --xml-info media/rpm-v3_no_subdir' at t/helper.pm line 151. | ||||
* | 8.1268.126 | Thierry Vignaud | 2021-06-05 | 1 | -0/+2 |
| | |||||
* | Convert from bdb backend to sqlite | Thierry Vignaud | 2021-06-05 | 1 | -0/+2 |
| | | | | | | Rationale: - sqlite backend is supported since rpm-4.16 - bdb backend is deprecated in 4.16 & removed in 4.17 (really 4.16.90) | ||||
* | 8.1258.125 | Thomas Backlund | 2021-02-17 | 1 | -0/+4 |
| | |||||
* | forgot missing bit | Thierry Vignaud | 2020-11-24 | 1 | -0/+2 |
| | |||||
* | Sort found pkgs list for reproductable logs | Thierry Vignaud | 2020-11-24 | 1 | -0/+4 |
| | |||||
* | gurpmi2: ensure download error report fits on screen. | Martin Whitaker | 2020-07-10 | 1 | -0/+2 |
| | | | | | | 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 Vignaud | 2020-06-25 | 1 | -0/+1 |
| | |||||
* | Stop truncating disk names when prompting for a CD | Thierry Vignaud | 2020-05-06 | 1 | -0/+1 |
| | | | | | | | .. or for a CD/USB key See mga#26564 comment 9: https://bugs.mageia.org/show_bug.cgi?id=26564#c9 | ||||
* | rename NEWS as Changes (Kwalitee) | Thierry Vignaud | 2020-05-06 | 1 | -0/+4846 |
| | |||||
* | Revert "Add Changes symlink for CPAN Kwalitee" | Thierry Vignaud | 2020-05-06 | 1 | -1/+0 |
| | | | | | | | | This reverts commit 2dd723034550c3e71242c26a101a0941976fe37b. Because of: not ok 12 - no_symlinks # Failed test 'no_symlinks' # at t/03kwality.t line 4. | ||||
* | Add Changes symlink for CPAN Kwalitee | Thierry Vignaud | 2020-05-04 | 1 | -0/+1 |