2014-10-08 14:31:55 +02:00
|
|
|
Maintenance Bot
|
|
|
|
===============
|
|
|
|
:author: Ludwig Nussel <ludwig.nussel@suse.de>
|
|
|
|
:toc:
|
|
|
|
|
|
|
|
|
|
|
|
Introduction
|
|
|
|
------------
|
|
|
|
[id="intro"]
|
|
|
|
|
|
|
|
A review bot that handles maintenance incident requests.
|
|
|
|
|
|
|
|
It's based on the generic ReviewBot.py
|
|
|
|
|
|
|
|
Installation
|
|
|
|
------------
|
|
|
|
[id="install"]
|
|
|
|
|
|
|
|
No installation. The bot can run directly from git.
|
|
|
|
|
|
|
|
Command line
|
|
|
|
------------
|
|
|
|
[id="cli"]
|
|
|
|
|
|
|
|
Check all request that have "maintbot" as reviewer:
|
|
|
|
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
./check_maintenance_incidents.py review
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
Checks done
|
|
|
|
-----------
|
|
|
|
[id="checks"]
|
|
|
|
|
|
|
|
|
|
|
|
This bot accepts review requests if the author of the request is a known
|
|
|
|
maintainer of the package in Factory. If not the devel project/package is set
|
|
|
|
as reviewer.
|
2015-02-04 16:43:56 +01:00
|
|
|
Furthermore the bot checks if the submission is for the Backports project. In that
|
2014-10-08 14:31:55 +02:00
|
|
|
case it adds factory-source as reviewer.
|