Jan Kircher
Jan Kircher
I just ran into a very similar problem with Buildbot 3.6.1 and twisted-22.04.0, the root cause might be the same. Our internal SMTP relay setup is just like the one...
My issue was resolved with https://github.com/buildbot/buildbot/issues/5609.
I experience similar behavior when the parent directories exists. With `COPY --chmod=644 assets/ssh_known_hosts /etc/ssh/` the permissions of the existing parent directory `/etc/ssh/` are changed from `755` to `644`. When I...