Download raw body.
Hi Stefan, On 10.03.25 10:23 Stefan Sperling wrote: >> Any idea how to fix those? Is there documentation on the tests so I >> can RTFM myself? > > The tests are shell scripts which are fairly self-documenting. They > shouldn't be too difficult to read and tweak. > It might need some getting used to initially but there is not a lot of > varation. Once you've read and understood a few basic test cases it > shouldn't be too hard to add your own debug prints / set -x tweaks to > see where things are going off the rails. OK, I'll have a look. > Regarding the failure, it looks like 'git commit' and 'git show' are in > disagreement with 'date -u' about the current hour of UTC on your machine. > How could that be? I have no idea. This is an openSUSE VM, started fresh using vagrant with just some provisioning by Ansible to prepare everything for the builds and install all dependencies. My guess would be some language setting or LC_* or LANG* or something like this. Or maybe this has been messed up in the build environment while building got. I'll try to poke around and see what I can find. Kind Regards, Johannes