Hi, I'm trying to build actual packages in systemd's CI for testing purposes instead of running meson install (see https://github.com/systemd/systemd/pull/31345). This requires checking out the packaging sources for each supported distribution (Arch, CentOS, Fedora, Ubuntu, Debian, OpenSUSE) in our CI. This is working great for every distribution except OpenSUSE. Getting the sources from OBS seems to require an OBS account which I really want to avoid. I was pointed to https://code.opensuse.org/ which mirrors the sources from OpenSUSE:Factory but this can lag behind Base:System quite a bit and it takes quite a while for my changes contributed to systemd in Base:System to end up in OpenSUSE:Factory. Would it be possible to mirror Base:System to code.opensuse.org as well as separate branches for each package? Or is there another solution that doesn't require everyone that wants to test a new upstream feature on OpenSUSE to register for an OBS account? Cheers, Daan De Meyer