I have a Home project on the Opensuse build service https://build.opensuse.org/project/show/home:rikj.
It has a subproject phpvirtualbox in https://build.opensuse.org/project/show/home:rikj:phpvirtualbox.
After building package phpVirtualBox (which is in https://build.opensuse.org/package/show/home:rikj:phpvirtualbox/phpVirtualBox), on that page there is a “Download package” link to that package. That link points to https://software.opensuse.org//download.html?project=home%3Arikj%3Aphpvirtualbox&package=phpVirtualBox, which does not resolve but gives the error “No data for home:rikj:phpvirtualbox / phpVirtualBox”.
What appears to have happened, is that the build service places the package files in
https://download.opensuse.org/repositories/home:/rikj:/phpvirtualbox/openSUSE_Leap_15.1
, and NOT in
https://download.opensuse.org/repositories/home:/rikj/phpvirtualbox/openSUSE_Leap_15.1
(note: “rikj:” vs. “rikj”)
where I would expect it (and the opensuse build service apparently also does expect it).
What can I do to let this work?
Thanks a lot,
Jan