mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-25 06:00:43 +00:00
buildman: Correct 'Series-cover-cc' detection logic
This requires 'Series-cover_cc' at present which is incorrect. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e0bb89b14b
commit
d9917b0b6c
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue