forked from openlp/openlp
Fix a problem with the subject in the LP comment; Include test resources and fonts.
This commit is contained in:
parent
f0eb2f1513
commit
42523cfa86
@ -7,9 +7,11 @@ recursive-include openlp *.css
|
|||||||
recursive-include openlp *.png
|
recursive-include openlp *.png
|
||||||
recursive-include openlp *.ps
|
recursive-include openlp *.ps
|
||||||
recursive-include openlp *.json
|
recursive-include openlp *.json
|
||||||
|
recursive-include openlp *.ttf
|
||||||
recursive-include documentation *
|
recursive-include documentation *
|
||||||
recursive-include resources *
|
recursive-include resources *
|
||||||
recursive-include scripts *
|
recursive-include scripts *
|
||||||
|
recursive-include tests/resources *
|
||||||
include copyright.txt
|
include copyright.txt
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include README.txt
|
include README.txt
|
||||||
|
@ -41,7 +41,7 @@ def create_comment(merge_proposal, comment, subject):
|
|||||||
"""
|
"""
|
||||||
if not subject:
|
if not subject:
|
||||||
subject = 'Jenkins test update'
|
subject = 'Jenkins test update'
|
||||||
merge_proposal.createComment(subject, content=comment)
|
merge_proposal.createComment(subject=subject, content=comment)
|
||||||
|
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
Loading…
Reference in New Issue
Block a user