| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Now kernel names are unversionned and we've multiple packages with the
same "kernel" name which make orphans handling to derail
|
| |
|
|
|
|
| |
such as on mga[1-6]
|
| |
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
Rationale:
- sqlite backend is supported since rpm-4.16
- bdb backend is deprecated in 4.16 & removed in 4.17 (really 4.16.90)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
.. or for a CD/USB key
See mga#26564 comment 9:
https://bugs.mageia.org/show_bug.cgi?id=26564#c9
|
| |
|
|
|
|
|
|
|
|
| |
This reverts commit 2dd723034550c3e71242c26a101a0941976fe37b.
Because of:
not ok 12 - no_symlinks
# Failed test 'no_symlinks'
# at t/03kwality.t line 4.
|
|
|