new review bots factory-source and maintbot
factory-source checks if submissions contain sources already accepted in Factory. maintbot makes sure maintenance submissions are authored by the Factory package maintainer. Both are based on a new generic ReviewBot.py class that can serve as common framework for review bots.
This commit is contained in:
40
docs/maintbot.asciidoc
Normal file
40
docs/maintbot.asciidoc
Normal file
@@ -0,0 +1,40 @@
|
||||
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.
|
||||
Furthermore the bot checks if the submission is for the CPE project. In that
|
||||
case it adds factory-source as reviewer.
|
Reference in New Issue
Block a user