lorax/rel-eng/lorax_tito/__init__.py
Brian C. Lane 84514e18ce Add a custom RHEL tagger for tito
The default tagger doesn't add Related/Resolves lines to the changelog,
resulting in builds that have to be fixed up manually.

The output from this code still needs to be edited to remove the '-'
prefix from the Related/Resolves lines because tito appends them to
every line of output from the Tagger. But this is better than having to
add them manually.
2015-07-15 11:17:41 -07:00

4 lines
61 B
Python

from .tagger import LoraxRHELTagger
all = [LoraxRHELTagger]