pagure-bz-override

Created
Was maintained by karsten
pagure plugin to allow overrides of the default assignee (Fedora/EPEL)
git clone
pagure-bz-override
===============
.. split here
This project implements an interface and releated code to set different 
default assignees of bugzillas tickets for either Fedora or EPEL.
Configuration
=============
This plugin reuses the Pagure configuration, and might add new keys to it at
a later development stage.
- ``OVERRIDE_DEBUG``: Whether to print some output with information decisions are 
  based on.
Example configurations
======================
Fedora
------
:: 
   OVERRIDE_DEBUG = False
Tests
=====
The tests here require the *test suite* of pagure itself to work.  You have to
modify your PYTHONPATH to find them. Run with::
    $ PYTHONPATH=.:/path/to/pagure/checkout nosetests bugzilla-override-tests.py