[coreboot-gerrit] Change in coreboot[master]: util/scripts/maintainers.go: Stub support for website tag

Patrick Georgi (Code Review) gerrit at coreboot.org
Mon Nov 12 17:34:26 CET 2018


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 at 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)

-- 
To view, visit https://review.coreboot.org/29601
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifc23e28daba9d85bf690557a80134accea8bed21
Gerrit-Change-Number: 29601
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181112/6bb60115/attachment-0001.html>


More information about the coreboot-gerrit mailing list