Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.12 KB

factory-source.asciidoc

File metadata and controls

42 lines (30 loc) · 1.12 KB

Factory Source Check

Introduction

A review bot that checks if the sources of a submission are either in Factory or a request for Factory with the same sources exist. If the latter a request is only accepted if the Factory request is reviewed positive.

It’s based on the generic ReviewBot.py

Installation

No installation. The bot can run directly from git.

Command line

Check all request that have "factory-source" as reviewer:

./check_source_in_factory.py review

Checks done

This bot accepts review requests if sources for a request are accepted in factory. Either at top, in the history or due to a submit request with the same sources in state new. If not the request is rejected unless a submission with the same sources in state review exists. In that case the bot doesn’t touch the request.