From a540ada1e1d5759d890d38476f056e418ac914ce Mon Sep 17 00:00:00 2001 From: stefan Date: Mon, 18 Jul 2016 11:15:55 -0700 Subject: [PATCH] Remove stefan@webrtc.org from libvpx roll notification. TBR=kjellander@webrtc.org NOTRY=true Review-Url: https://codereview.webrtc.org/2159873003 Cr-Commit-Position: refs/heads/master@{#13498} --- tools/autoroller/roll_chromium_revision.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/autoroller/roll_chromium_revision.py b/tools/autoroller/roll_chromium_revision.py index c5f830a254..6a7f1709c1 100755 --- a/tools/autoroller/roll_chromium_revision.py +++ b/tools/autoroller/roll_chromium_revision.py @@ -274,7 +274,7 @@ def GenerateCommitMessage(current_cr_rev, new_cr_rev, current_commit_pos, c.current_rev[0:10], c.new_rev[0:10])) if 'libvpx' in c.path: - tbr_authors += 'marpan@webrtc.org, stefan@webrtc.org, ' + tbr_authors += 'marpan@webrtc.org, ' change_url = CHROMIUM_FILE_TEMPLATE % (rev_interval, 'DEPS') commit_msg.append('DEPS diff: %s\n' % change_url)