26 lines
615 B
Markdown
26 lines
615 B
Markdown
OBS Status Service
|
|
==================
|
|
|
|
Reports build status of OBS service as an easily to produce SVG
|
|
|
|
Requests for individual build results:
|
|
/obs:project/package/repo/arch
|
|
Requests for project results
|
|
/obs:project
|
|
|
|
|
|
Areas of Responsibility
|
|
-----------------------
|
|
|
|
* Monitors RabbitMQ interface for notification of OBS package and project status
|
|
* Produces SVG output based on GET request
|
|
* Cache results (sqlite) and periodically update results from OBS (in case of messages are missing)
|
|
|
|
|
|
Target Usage
|
|
------------
|
|
|
|
* README.md of package git or project git
|
|
* comment section of a Gitea PR
|
|
|