Added buildbot entry points
This commit is contained in:
parent
c5fba6c44a
commit
27a2d278b8
6
setup.py
6
setup.py
|
@ -15,6 +15,12 @@ setup(name='buildbot-gitea',
|
||||||
entry_points={
|
entry_points={
|
||||||
"buildbot.webhooks": [
|
"buildbot.webhooks": [
|
||||||
"gitea = buildbot_gitea.webhook:gitea"
|
"gitea = buildbot_gitea.webhook:gitea"
|
||||||
|
],
|
||||||
|
"buildbot.steps": [
|
||||||
|
"gitea = buildbot_gitea.step_source:Gitea"
|
||||||
|
],
|
||||||
|
"buildbot.reporters": [
|
||||||
|
"GiteaStatusPush = buildbot_gitea.reporter:GiteaStatusPush"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user