Merge "Type of review mark has changed in Gerrit 2.8.4"

This commit is contained in:
Jenkins 2014-04-29 14:32:08 +00:00 committed by Gerrit Code Review
commit 84d8d52591
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def update_generator(memcached, default_data, ci_ids_map, force_update=False):
branch = review['branch']
for approval in (review['currentPatchSet'].get('approvals') or []):
if approval['type'] != 'VRIF':
if approval['type'] != 'Verified':
continue
ci = approval['by']['username']