mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
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>
This commit is contained in:
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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user