David Moreau Simard
David Moreau Simard
Thanks for reporting the issue, I haven't run into this one before. Timezones are hard.
Looks like this issue has shown up in the [container CI job](https://ansible.softwarefactory-project.io/zuul/build/f41f6519b9e34fe0b49fe7ec8a674629/logs) (logs [here](https://1a846e8cdfbfe4342757-02fac59c71fd966508f1bee49d379c34.ssl.cf5.rackcdn.com/404/fc84dfd5d8b82add3477c9c51a63601448a4cb86/check/ara-container-images/f41f651/job-output.txt)). It works for Fedora but fails on CentOS, perhaps a hint to investigate and troubleshoot later.
I'm not sure how we should resolve this yet but one thing to consider would be to update the tzlocal dependency. It's not impossible that we are running into a...
I've tried updating tzlocal to the latest release, it only required a little adjustment in the settings: https://github.com/ansible-community/ara/pull/404/commits/db8e5017255fd9b6d4eb05b4bb2b2144ea5896bc It worked locally but let's find out if it resolves the issue...
I can reproduce the 'local' issue with CentOS 9 but not with CentOS 8. I haven't yet tested if the tzlocal update fixes the CentOS 9 case since the image...
There is something else going on. I've briefly reproduced the issue in a simplified way: centos9: ``` > podman run -it quay.io/centos/centos:stream9 bash [root@0d09dd13b73b /]# dnf -y install python3-pip [root@0d09dd13b73b...
Thanks for checking @hille721 ! I'm not convinced it's the right fix but it will help mitigate the issue until we can find out what's the root cause based on...
> Why do you think it is not the right fix. @hille721 I mean to say that it doesn't reproduce everywhere (i.e, on centos but not on fedora) and I...
This is just updating the CSS files and looking at the result. There are a few broken bits here and there like the color of the status, the theme switcher,...
Moving this out of 1.5.8, it should be bundled with the update of django: https://github.com/ansible-community/ara/pull/360