roll_dep: update blacklist with new recipe roller.

R=maruel

Change-Id: Iebe989314c9dffa5b433641c4f099806291350f0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/1548718
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
Auto-Submit: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
changes/18/1548718/3
Andrii Shyshkalov 6 years ago committed by Commit Bot
parent 3c830222ae
commit e30d051370

@ -92,7 +92,7 @@ def generate_commit_message(
lines = logs.splitlines()
cleaned_lines = [
l for l in lines
if not l.endswith('recipe-roller Roll recipe dependencies (trivial).')
if not l.endswith('Roll recipe dependencies (trivial).')
]
logs = '\n'.join(cleaned_lines) + '\n'

Loading…
Cancel
Save