today in #fedora qa:
* investigated failure of resultsdb reporting in staging overnight, turned out to be the thing that broke redirects in elections.fp.o months ago, filed/updated issues and implemented the same workaround - https://forge.fedoraproject.org/infra/tickets/issues/12997 , https://github.com/release-engineering/resultsdb/issues/366 , https://forge.fedoraproject.org/infra/ansible/commit/fdf857f
* sent resultsdb PR with a fix that was needed to debug above issue - https://github.com/release-engineering/resultsdb/pull/365
* fixed tricky rmdepcheck issue with packages not built on all arches - https://forge.fedoraproject.org/quality/os-autoinst-distri-fedora/commit/a5823d9

1/2

Wrong redirects on elections.fedoraproject.org

When logging in or out of elections.fedoraproject.org , you get redirected to `https://elections.fedoraproject.org,elections.fedoraproject.org/`, which is obviously wrong. It's the same on staging. I've been poking into this and it's quite weird. One thing I noticed is that if you log out and ...

Fedora Forge

* made #openqa rmdepcheck use dnf 5.4 to get correct rich dep results - https://forge.fedoraproject.org/quality/os-autoinst-distri-fedora/commit/54383e9
* finally started actual work on the 'compose critical package' thing - https://forge.fedoraproject.org/releng/tickets/issues/12943#issuecomment-596718

2/2

rmdepcheck: use COPR to get dnf 5.4 for correct rich dep checks · 54383e9306

dnf 5.4 has proper rich dependency checking in repoclosure (yay). F43 only has dnf 5.2 (boo). Let's use the dnf team's COPR to get dnf 5.4 for rmdepcheck so we get the most correct results. This is guarded so it won't do anything inadvisable when the disk image bumps to f44. Signed-off-by: Ada...

Fedora Forge