Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/29601
Change subject: util/scripts/maintainers.go: Stub support for website tag ......................................................................
util/scripts/maintainers.go: Stub support for website tag
ME Cleaner's component has an entry specifying its website, which this parser didn't know how to handle. Avoid the resulting warning.
Change-Id: Ifc23e28daba9d85bf690557a80134accea8bed21 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M util/scripts/maintainers.go 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/29601/1
diff --git a/util/scripts/maintainers.go b/util/scripts/maintainers.go index 03c7709..1b8b645 100644 --- a/util/scripts/maintainers.go +++ b/util/scripts/maintainers.go @@ -124,6 +124,10 @@ line[3:len(line)]) break } + case 'W': + { + break + } default: { fmt.Println("No such specifier: ", line)