Skip to content

Factory Dashboard

Saray Cabrera Padrón edited this page Sep 4, 2019 · 5 revisions

Since 07/2018, the Factory dashboard is part of the OBS codebase and not an engine anymore.

Project setup

To get a working dashboard in development environment, it is required to setup projects with special names. These are:

  • openSUSE:Factory
  • openSUSE:Factory:Rings:0-Bootstrap
  • openSUSE:Factory:Rings:1-MinimalX
  • openSUSE:Factory:Staging
  • openSUSE:Factory:Staging:A (at least one Staging project)

In order to see some content in the dashboard, we have to follow these steps:

  • Ensure the openSUSE:Factory project have the group factory-staging assigned with role reviewer.
  • Submit a request from any source package to a package inside openSUSE:Factory project.
  • Associate the request to the staging project openSUSE:Factory:Staging:A by adding the following to the description.
requests:
- { author: Admin, id: 2, package: test_package, type: submit }
  • Go to the request page and ...
    • accept the review by user that was created by default (this removes the request from the Backlog list),
    • add a review by project for openSUSE:Factory:Staging:A.

We can also create an ADI project with a name like openSUSE:Factory:Staging:adi:1 and then sumit a request to openSUSE:Factory and associate the request via description.

Useful URLS:

Clone this wiki locally