summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update Swedish translation from TxHEADmasterYuri Chornoivan11 days1-3/+3
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-10-111-478/+528
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2024-09-041-5/+7
|
* Set up i586 to i686 mediumThierry Vignaud2024-06-032-0/+7
|
* Fix building test pkgs with rpm-4.20Thierry Vignaud2024-06-0314-0/+31
|
* Fix yearThierry Vignaud2024-06-021-2/+2
|
* List some missing spec files in MANIFESTThierry Vignaud2024-06-022-0/+13
| | | | Should have been part of commit 4410c36726f236e4f561020c10491d7c08ce0149
* Explain how it's actually usedThierry Vignaud2024-06-011-2/+7
|
* 8.1338.133Thierry Vignaud2024-06-013-2/+4
|
* Use a more generic compiler for cpan testersThierry Vignaud2024-05-312-3/+7
| | | | | Else it fails to link on eg FreeBSD Likewise linux32 isn't available there
* 8.1328.132Thierry Vignaud2024-05-313-2/+4
|
* Add i586 to i686 upgrate testThierry Vignaud2024-05-316-0/+53
|
* Merge tag '8.131' into HEADThierry Vignaud2024-05-3129-13/+529
|\
| * 8.1318.131distro/mga9Thierry Vignaud2023-04-133-2/+4
| |
| * Workaround removing real life kernelsThierry Vignaud2023-04-131-0/+3
| | | | | | | | | | | | | | | | | | | | Rationale: testsuite didn't covered the "kmod(vboxdrv.ko)" provides. So we were skipping eg virtualbox-kernel-6.0.9-desktop-1.mga9 because it provided "kmod(vboxdrv.ko)[== 7.0.4]" which was needed because virtualbox-7.0.4-1.mga9.x86_64 requires "kmod(vboxdrv.ko)" We need a better fix as in check if a (non orphaned) pkg still provides the property instead.
| * Add some fake dkms packagesThierry Vignaud2023-04-1311-4/+207
| |
| * Explain how to run parts of testsThierry Vignaud2023-04-131-0/+9
| |
| * Add kernel testsuite for new style kernelsThierry Vignaud2023-04-137-2/+110
| | | | | | | | | | | | | | | | Kernel naming as used in mga9+: each kernel is named "kernel". So we can have multiple packages named "kernel" installed at the same time, with different versions It now works with previous commit.
| * (_all_unrequested_orphans) handle mga9 kernelsThierry Vignaud2023-04-132-1/+15
| | | | | | | | | | Now kernel names are unversionned and we've multiple packages with the same "kernel" name which make orphans handling to derail
| * (_replace_kernel_by_its_provide) Adjust for new kernel namingThierry Vignaud2023-04-131-1/+4
| |
| * (_replace_kernel_by_its_provide) split it outThierry Vignaud2023-04-131-2/+19
| | | | | | | | Rationale: so that we can document kernel management
| * Track kernels by their NVRAThierry Vignaud2023-04-131-7/+10
| | | | | | | | | | | | | | No change for mdv-mga8, but it's needed for mga9+ where multiple kernel with the same short name "kernel-foobar" are installed with different versions instead of having different pkgs names such as "kernel-foobar-5.12-1-1.mga8" and "kernel-foobar-5.16.3-1-1.mga8"
| * (_kernel_callback) Describe it moreThierry Vignaud2023-04-131-1/+4
| |
| * Document that only urpmq uses get_orphans()Thierry Vignaud2023-04-131-0/+2
| |
| * Add kernel testsuite for old style kernelsThierry Vignaud2023-04-137-0/+148
| | | | | | | | | | | | Aka the jernel naming as used in mdv & mga[1-8]. Each kernel has an unique name ("kernel-v-r") Thus fullname is "kernel-v-r-1-1".
| * Revert bogus changeThierry Vignaud2023-04-132-2/+2
| | | | | | | | | | Rationale: commit f823ad67ca12e41ea022f4269b34fcc1fc094db3 included wrong changes
* | Update German translation from TxYuri Chornoivan2024-01-281-6/+7
| |
* | Update Portuguese translation from TxYuri Chornoivan2023-11-021-8/+11
| |
* | Update Russian translation from TxYuri Chornoivan2023-11-021-6/+6
| |
* | Update Russian translation from TxYuri Chornoivan2023-08-301-2/+3
| |
* | Update Spanish translation from TxYuri Chornoivan2023-08-251-4/+5
| |
* | Update Russian translation from TxYuri Chornoivan2023-07-281-4/+27
| |
* | Update Czech translation from TxYuri Chornoivan2023-07-181-6/+7
| |
* | Changelog++Nicolas Lécureuil2023-06-171-0/+1
| |
* | (available_ftp_http_downloaders) Set wget as default downloader (mga#24362)Nicolas Lécureuil2023-06-171-1/+1
| |
* | Update Finnish translation from TxYuri Chornoivan2023-04-191-29/+65
| |
* | Adopt config to the new tx CLIYuri Chornoivan2023-04-191-1/+1
|/
* Update Dutch translation from TxYuri Chornoivan2023-02-101-15/+17
|
* 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]