I created experimental project and package:
https://build.opensuse.org/package/show/home:Vindex:OS-18/amalthea
This package is my small library. It builds successfully for Fedora (on x86-64 and aarch64), but link ‘Download package’ leads to the message “No data for home:Vindex:OS-18 / amalthea”. This problem does not appear with regular (no library) packages.
Hi and welcome to the Forum
Not sure, but if you look at the icon on the page until it changes to the delivery truck, the package would not have been published to the repository, I see it is now. Also if you are not logged into OBS, then you cannot download packages. You can however use osc from the command line to grab built binaries etc.
if I am not logged into OBS, I can download packages. I see it by other my package:
https://software.opensuse.org//download.html?project=home%3AVindex%3AOS-18&package=vts-fs-open
Now the library package doesn’t have download page, but the icon on the package page is delivery truck with the label “Repository has been published”.
Now I think, there are problems of final rpm-package names. Probably, my spec-file contains wrong description and the Open Build System doesn’t see results.
However, the problem was not solved after big improvement of the spec file.
But packages are available to download:
https://download.opensuse.org/repositories/home:/Vindex:/OS-18/
Download page doesn’t work yet (“No data for …”).
The problem is solved. The name of project package must be replaced to real name of package in the end of the link:
https://software.opensuse.org//download.html?project=home:Vindex:OS-18&package=libamalthea-ldc2-0
instead
https://software.opensuse.org//download.html?project=home:Vindex:OS-18&package=amalthea
I think, this is a bug of the Web interface.