Skip to content

Automate staging workflow

Jimmy Berry edited this page Mar 11, 2017 · 10 revisions

Project

Track issues and pull requests in the github project: Automate staging workflow. The project is organized into categories rather than workflow steps that are sorted newest to oldest to provide an overview of what has been done and what remains to be done.

Example

See the gist for an example of the type of proposal that can be generated for Factory.

The command used was simply:

osc staging select --try-strategies
  • not all the requests were staged since some require bootstrapping, but a proposal is still generated
  • python3 is staged by itself via the special strategy
  • KDE Applications 16.12.2 -> 16.12.3 is staged together via the devel strategy
  • variety of remaining packages group using none strategy

If the command is run with --merge option future requests will also be merged into the appropriate stagings.

Clone this wiki locally