obs-status-service: Add a link builder as default page #114

Open
opened 2026-01-20 11:37:48 +01:00 by dgarcia · 0 comments

Right now the https://br.opensuse.org/ returns 404. It could be nice to have a default page here.

It could be just a plain HTML with basic information about how to use, maybe copy from README.md file.

It could be also nice to add a form to build the corresponding link, for example:

# Get your Build Result Image:

project: [ devel:languages:python:Factory ]
package (optional): [ python313 ]
repo & arch (optional) [ openSUSE_Tumbleweed/x86_64 ]

## Link

https://br.opensuse.org/status/devel:languages:python:Factory/python313/openSUSE_Tumbleweed/x86_64

## Markdown

![br](https://br.opensuse.org/status/devel:languages:python:Factory/python313/openSUSE_Tumbleweed/x86_64)

## Preview

+-----------+
| succeeded |
+-----------+
Right now the https://br.opensuse.org/ returns 404. It could be nice to have a default page here. It could be just a plain HTML with basic information about how to use, maybe copy from README.md file. It could be also nice to add a form to build the corresponding link, for example: ``` # Get your Build Result Image: project: [ devel:languages:python:Factory ] package (optional): [ python313 ] repo & arch (optional) [ openSUSE_Tumbleweed/x86_64 ] ## Link https://br.opensuse.org/status/devel:languages:python:Factory/python313/openSUSE_Tumbleweed/x86_64 ## Markdown ![br](https://br.opensuse.org/status/devel:languages:python:Factory/python313/openSUSE_Tumbleweed/x86_64) ## Preview +-----------+ | succeeded | +-----------+ ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: git-workflow/autogits#114