kalikiana / openqa_bugfetcher

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openqa_bugfetcher

Tool to update the openqa bug status cache

Installation

python3 setup.py install

Configuration

You will need to configure your openQA API Key in /etc/openqa/client.conf:

[openqa.opensuse.org]
key = FOO
secret = BAR

Then you will need to edit /etc/openqa/bugfetcher.conf and set up the desired openQA server and bugtracker login information.

Running

Just run fetch_openqa_bugs (you can set it up as a cron for every 10min - it will only refresh the bugs that haven't been refreshed within the timespan configured in bugfetcher.conf)

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%