This website requires JavaScript.
Explore
Help
Sign In
almalinux
/
lorax
Watch
13
Star
0
Fork
0
You've already forked lorax
Code
Issues
Pull Requests
Releases
Activity
18528b4f47
lorax
/
rel-eng
/
lorax_tito
/
__init__.py
4 lines
77 B
Python
Raw
Normal View
History
Unescape
Escape
Silence relative import warnings
2017-10-12 11:34:58 +00:00
from
lorax_tito
.
tagger
import
LoraxRHELTagger
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 18:17:41 +00:00
Don't redefine builtins
2017-10-12 11:44:20 +00:00
__all__
=
[
'
LoraxRHELTagger
'
]
Reference in New Issue
Copy Permalink