My project was deleted from OBS due no maintenance. I decided to restart some of them, but I put it onto OBS only, when they got big audience/user base.
I need to build package without creating project on OBS and with pointing onto local repo store as additional repository to download other packages prepared by my.
OBS suggest to access via web browser. I access it on host, but link provides to localhost with no path. I could even change localhost to IP address, but this is hard. How to configure this? By setting host name on guest and edit /etc/hosts to make host_name (guest) to pointing host ip?
Ok.
I disables certificate checking for my guest (in ~/.config/osc/oscrc). build.opensuse.org fill be still checked against valid key.
Problem is, when I type osc build, I got:
server returned an error: HTTP Error 400: Bad Request
remote error: unknown repository type UNDEFINED
I look again into logs given thanks to --http-full-debug parameter and see, that server returned unauthorized in prior request. That odd, because commit changes works.
Also, when pressing on download button in repositories tab, when using a web browser, I got server 404 code.