-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix debian-testing image refresh #6341
Fix debian-testing image refresh #6341
Conversation
We had to upgrade from Debian 12 bookworm in the early days after its release, but proper trixie (i.e. testing) cloud images have been available for a long time. This greatly reduces the amount of package upgrades.
image-refresh debian-testing done: https://github.com/cockpit-project/bots/commits/image-refresh-debian-testing-20240506-145740 |
All IPA tests fail:
this needs investigation, reporting, etc. |
FreeIPA b0rkage figured out, see https://bugs.debian.org/1070680 . I'll add naughties. |
The 64 bit time transition changed the glib package name and hence also the dbgsym name. But all of that is obsolete anyway: Debian has had a debuginfo server [1] for a while now, so that gdb can directly download all necessary symbols. This is much more comfortable and comprehensive. So just drop the explicit dbgsym repo. [1] https://wiki.debian.org/Debuginfod
These three fell out of testing as part of the giant time64 transition, and haven't re-entered testing in several weeks. In all likelihood it will take several more weeks to months to get them fixed. So install these from unstable as well to continue our testing. Make the globs loose enough to also cover their dependencies, like libsss-*, python3-sss, or python3-ipaclient. Fixes cockpit-project#6274
image-refresh debian-testing done: https://github.com/cockpit-project/bots/commits/image-refresh-debian-testing-20240507-050817 |
TestIPA.testClientCertAuthentication and TestIPA.testQualifiedUsers join with the UI; TestIPA.testUnqualifiedUsers and TestKerberos join with the CLI. Add patterns for both. Downstream report: https://bugs.debian.org/1070680 Known issue cockpit-project#6346
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the cleanups in general.
I'm not crazy about installing the packages from unstable (I probably would have just waited) but I trust your judgement here about how long it would take to clear up.
Thanks!
@@ -130,6 +131,18 @@ Pin-Priority: -1 | |||
Package: thin-provisioning-tools | |||
Pin: release a=unstable | |||
Pin-Priority: 10 | |||
|
|||
Package: virtinst |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure we don't forget to take these out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's not much harm to it -- once the packages enter testing again, the choice of priorities will install it from there again, and this will just be dead code.
Fixes #6274