mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +02:00
reporters/swatbot: Update to upstream name changes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d7c17203e0
commit
e30237bd7a
|
@ -234,7 +234,7 @@ class SwatBotURI(object):
|
|||
class SwatBot(service.BuildbotService):
|
||||
name = "SwatBot"
|
||||
|
||||
neededDetails = dict(wantProperties=True, wantSteps=True)
|
||||
neededDetails = dict(want_properties=True, want_steps=True)
|
||||
# wantPreviousBuilds wantLogs
|
||||
|
||||
def checkConfig(self, bot_uri, user, password, **kwargs):
|
||||
|
|
Loading…
Reference in New Issue
Block a user