mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 19:01:08 +00:00
autopkgtest: put delivery_mode in the right place
This commit is contained in:
parent
f8bfbfe164
commit
73b4c3b065
@ -611,9 +611,9 @@ class AutopkgtestPolicy(BasePolicy):
|
||||
params = json.dumps(params)
|
||||
|
||||
if self.amqp_channel:
|
||||
self.amqp_channel.basic_publish(amqp.Message(src + '\n' + params),
|
||||
routing_key=qname,
|
||||
delivery_mode=2) # persistent
|
||||
self.amqp_channel.basic_publish(amqp.Message(src + '\n' + params,
|
||||
delivery_mode=2), # persistent
|
||||
routing_key=qname)
|
||||
else:
|
||||
assert self.amqp_file
|
||||
with open(self.amqp_file, 'a') as f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user