From d9917b0b6c84c6a1a36d54c9f0df66aa6061fa65 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 22 Aug 2015 18:28:01 -0600 Subject: buildman: Correct 'Series-cover-cc' detection logic This requires 'Series-cover_cc' at present which is incorrect. Fix it. Signed-off-by: Simon Glass --- tools/patman/series.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/patman/series.py b/tools/patman/series.py index a17a7d1de7..3399f2c8dd 100644 --- a/tools/patman/series.py +++ b/tools/patman/series.py @@ -12,7 +12,7 @@ import terminal # Series-xxx tags that we understand valid_series = ['to', 'cc', 'version', 'changes', 'prefix', 'notes', 'name', - 'cover-cc', 'process_log'] + 'cover_cc', 'process_log'] class Series(dict): """Holds information about a patch series, including all tags. -- cgit v1.2.1