[U-Boot] [PATCH] buildman: Correct 'Series-cover-cc' detection logic
Simon Glass
sjg at chromium.org
Wed Aug 26 06:05:02 CEST 2015
On 22 August 2015 at 17:28, Simon Glass <sjg at chromium.org> wrote:
> This requires 'Series-cover_cc' at present which is incorrect. Fix it.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> tools/patman/series.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/patman/series.py b/tools/patman/series.py
> index a17a7d1..3399f2c 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.
> --
> 2.5.0.457.gab17608
>
Applied to u-boot-dm.
More information about the U-Boot
mailing list