summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 8.130f823ad67ca12e41ea022f4269b34fcc1fc094db38.130Martin Whitaker2023-01-286-5/+7
|
* Force timestamping=off when using wget to avoid conflict with --force-clobberMartin Whitaker2023-01-282-0/+4
| | | | | As seen on discuss@ml.mageia.org, if the user has set timestamping=on in /etc/wgetrc, wget fails due to conflicting options.
* Update Russian translation from TxYuri Chornoivan2023-01-241-2/+4
|
* 8.1298.129Martin Whitaker2023-01-214-3/+5
|
* Fix curl options to allow it to follow HTTP redirections (mga#31339)Martin Whitaker2023-01-212-6/+2
| | | | | | | '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 Whitaker2023-01-216-15/+17
|
* Fix man page for urpmi -aPascal Terjan2022-12-251-1/+4
| | | | mga#16728
* Do not warn about 14y+ old behavior change (mga#26448)Thierry Vignaud2022-12-102-5/+3
|
* Simplify: those are from the same scopeThierry Vignaud2022-12-101-3/+3
|
* Explain test layoutThierry Vignaud2022-12-101-0/+13
|
* Enhanced explanationThierry Vignaud2022-12-101-1/+1
|
* Skip mirrorlist tests if there's only one broken mirrorThierry Vignaud2022-12-102-0/+15
| | | | such as on mga[1-6]
* Update French translation from TxYuri Chornoivan2022-11-301-20/+40
|
* Update Spanish translation from TxYuri Chornoivan2022-11-221-18/+39
|
* 8.1288.128Martin Whitaker2022-11-054-3/+5
|
* library: fix download with curl 7.86+ when the URL has a query part (mga#31047)Martin Whitaker2022-11-052-2/+13
| | | | | 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 Whitaker2022-11-052-1/+4
|
* Update Swedish translation from TxYuri Chornoivan2022-09-011-12/+12
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2022-08-071-18/+21
|
* Update Greek translation from TxYuri Chornoivan2022-08-041-19/+22
|
* Update Swedish translation from TxYuri Chornoivan2022-07-301-20/+21
|
* Update Russian translation from TxYuri Chornoivan2022-07-291-0/+3
|
* Fix Russian translationYuri Chornoivan2022-07-281-2/+2
|
* Fix Russian translationYuri Chornoivan2022-07-281-6/+6
|
* Update Russian translation from TxYuri Chornoivan2022-07-281-29/+8
|
* Fix dash typoYuri Chornoivan2022-07-2875-104/+104
|
* Update Portuguese translation from TxYuri Chornoivan2022-07-051-34/+55
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2022-07-051-19/+40
|
* Update Catalan (Valencian) translation from TxYuri Chornoivan2022-06-171-0/+3319
|
* Update Catalan translation from TxYuri Chornoivan2022-06-171-8/+9
|
* Update Slovenian translation from TxYuri Chornoivan2022-06-171-6/+7
|
* Update Czech translation from TxYuri Chornoivan2022-06-171-7/+8
|
* Update German translation from TxYuri Chornoivan2022-06-161-15/+16
|
* Update Japanese translation from TxYuri Chornoivan2022-06-161-5/+8
|
* Update message catalogYuri Chornoivan2022-06-1373-8861/+9347
|
* Update German translation from TxYuri Chornoivan2022-06-011-2/+2
|
* Update German translation from TxYuri Chornoivan2022-05-311-5/+5
|
* Bump version in Changes tooThierry Vignaud2021-10-311-0/+2
|
* 8.1278.127Thierry Vignaud2021-10-313-3/+3
|
* Document previous changesThierry Vignaud2021-10-311-0/+1
|
* (migrate_forward_rpmdb_db_if_needed) Kill useless argThierry Vignaud2021-10-312-2/+2
|
* Remove uneeded argThierry Vignaud2021-10-312-6/+6
|
* Convert rpmdb to sqlite also when not chrootedThierry Vignaud2021-10-313-2/+4
| | | | | | | 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
* SimplifyThierry Vignaud2021-10-311-2/+2
|
* Skip rpm-v3 tests on known broken versions of rpmThierry Vignaud2021-10-314-3/+9
| | | | | | | | | | | | | | 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.
* Add a FIXME noteThierry Vignaud2021-10-311-0/+1
|
* Podify moreThierry Vignaud2021-10-313-36/+162
|
* Fix docThierry Vignaud2021-10-311-1/+1
|
* Update Asturian translation from TxYuri Chornoivan2021-10-011-7/+7
|
* Document that https is supportedDan Fandrich2021-09-047-9/+14
| | | | Also, update http:// links to https:// where appropriate.