projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae8d190
)
buildman: Correct 'Series-cover-cc' detection logic
author
Simon Glass
<sjg@chromium.org>
Sun, 23 Aug 2015 00:28:01 +0000
(18:28 -0600)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Thu, 10 Sep 2015 10:19:15 +0000
(12:19 +0200)
This requires 'Series-cover_cc' at present which is incorrect. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/series.py
patch
|
blob
|
history
diff --git
a/tools/patman/series.py
b/tools/patman/series.py
index
a17a7d1
..
3399f2c
100644
(file)
--- 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.