Skip to content
Snippets Groups Projects
Commit d9917b0b authored by Simon Glass's avatar Simon Glass
Browse files

buildman: Correct 'Series-cover-cc' detection logic


This requires 'Series-cover_cc' at present which is incorrect. Fix it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent e0bb89b1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment