mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-28 12:42:09 +08:00
Get the test suite working agian for https://pagure.io/fm-orchestrator/pull-request/73
This commit is contained in:
@@ -146,7 +146,7 @@ class ModuleBuild(RidaBase):
|
||||
session.add(module)
|
||||
session.commit()
|
||||
rida.messaging.publish(
|
||||
modname='rida',
|
||||
service='rida',
|
||||
topic='module.state.change',
|
||||
msg=module.json(), # Note the state is "init" here...
|
||||
conf=conf,
|
||||
@@ -165,7 +165,7 @@ class ModuleBuild(RidaBase):
|
||||
|
||||
log.debug("%r, state %r->%r" % (self, old_state, self.state))
|
||||
rida.messaging.publish(
|
||||
modname='rida',
|
||||
service='rida',
|
||||
topic='module.state.change',
|
||||
msg=self.json(), # Note the state is "init" here...
|
||||
conf=conf,
|
||||
|
||||
Reference in New Issue
Block a user