From e30d05137000c2f1ab463b394734c7faaa8cf447 Mon Sep 17 00:00:00 2001 From: Andrii Shyshkalov Date: Tue, 2 Apr 2019 17:40:52 +0000 Subject: [PATCH] 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 Auto-Submit: Andrii Shyshkalov Reviewed-by: Marc-Antoine Ruel --- roll_dep.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roll_dep.py b/roll_dep.py index af581d0276..1748054589 100755 --- a/roll_dep.py +++ b/roll_dep.py @@ -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'