summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add kernel testsuite for new style kernelsThierry Vignaud2022-12-107-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 Vignaud2022-12-102-1/+14
| | | | | 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 Vignaud2022-12-101-1/+4
|
* (_replace_kernel_by_its_provide) split it outThierry Vignaud2022-12-101-2/+19
| | | | Rationale: so that we can document kernel management
* Track kernels by their NVRAThierry Vignaud2022-12-101-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 Vignaud2022-12-101-1/+4
|
* Document that only urpmq uses get_orphans()Thierry Vignaud2022-12-101-0/+2
|
* Add kernel testsuite for old style kernelsThierry Vignaud2022-12-107-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".
* 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
|