Autoroller: switch back to old-style "=" tags for TBR to work

This partially revers commit 1ee9160a2e0bc6381caca2b8c42f7ce5507619bc

No-Try: True
Bug: chromium:888417
Change-Id: I72b4f95235d5132e8e82065ce2a78329d2f42f52
Reviewed-on: https://webrtc-review.googlesource.com/102621
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24893}
This commit is contained in:
Oleh Prypin
2018-09-28 15:18:29 +02:00
committed by Commit Bot
parent cb1b55612c
commit dca5a2ca73

View File

@ -479,8 +479,8 @@ def GenerateCommitMessage(rev_update, current_commit_pos, new_commit_pos,
working_dir=CHECKOUT_SRC_DIR)[0].splitlines()[0]
tbr_authors = git_author + ',' + tbr_authors
commit_msg.append('TBR: %s' % tbr_authors)
commit_msg.append('Bug: None')
commit_msg.append('TBR=%s' % tbr_authors)
commit_msg.append('BUG=None')
return '\n'.join(commit_msg)