Moved GiteaAuth to buildbot.plugins.util since buildbot.plugins.auth does not exist.
This commit is contained in:
parent
64c521f55b
commit
4ea3571442
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ setup(name='buildbot-gitea',
|
||||||
"buildbot.reporters": [
|
"buildbot.reporters": [
|
||||||
"GiteaStatusPush = buildbot_gitea.reporter:GiteaStatusPush"
|
"GiteaStatusPush = buildbot_gitea.reporter:GiteaStatusPush"
|
||||||
],
|
],
|
||||||
"buildbot.auth": [
|
"buildbot.util": [
|
||||||
"GiteaAuth = buildbot_gitea.auth:GiteaAuth"
|
"GiteaAuth = buildbot_gitea.auth:GiteaAuth"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user