Merge lp:~robru/queuebot/no-more-siloname into lp:queuebot

Proposed by Robert Bruce Park
Status: Merged
Merged at revision: 109
Proposed branch: lp:~robru/queuebot/no-more-siloname
Merge into: lp:queuebot
Diff against target: 11 lines (+0/-1)
1 file modified
plugins/landing.py (+0/-1)
To merge this branch: bzr merge lp:~robru/queuebot/no-more-siloname
Reviewer Review Type Date Requested Status
Stéphane Graber Pending
Review via email: mp+309291@code.launchpad.net

Description of the change

Drop reference to deprecated siloname field.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/landing.py'
2--- plugins/landing.py 2016-09-20 22:46:10 +0000
3+++ plugins/landing.py 2016-10-25 19:37:01 +0000
4@@ -29,7 +29,6 @@
5 request_list = data.get('requests', [])
6 request_dict = {req['request_id']: req for req in request_list}
7 for rid, req in request_dict.items():
8- req['siloname'] = req['siloname'] or 'unassigned'
9 req['status'] = req['status'].strip('. ')
10 old_req = self.requests.get(rid)
11 if not old_req:

Subscribers

People subscribed via source and target branches