[coreboot-gerrit] Change in coreboot[master]: util/scripts/maintainers.go: drop special case for "THE REST"

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri Nov 16 12:42:48 CET 2018


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/29658


Change subject: util/scripts/maintainers.go: drop special case for "THE REST"
......................................................................

util/scripts/maintainers.go: drop special case for "THE REST"

It's not useful anymore.

Change-Id: Iba7f10dc87301911ff5f73c182b41c268fba310a
Signed-off-by: Patrick Georgi <pgeorgi at google.com>
---
M util/scripts/maintainers.go
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/29658/1

diff --git a/util/scripts/maintainers.go b/util/scripts/maintainers.go
index e0055e1..76306c8 100644
--- a/util/scripts/maintainers.go
+++ b/util/scripts/maintainers.go
@@ -149,7 +149,7 @@
 
 	for _, subsystem := range subsystems {
 		matched := match_file(fname, subsystem)
-		if matched && subsystem.name != "THE REST" {
+		if matched {
 			success = true
 			fmt.Println(fname, "is in subsystem",
 				subsystem.name)
@@ -166,7 +166,7 @@
 
 	for _, subsystem := range subsystems {
 		matched := match_file(fname, subsystem)
-		if matched && subsystem.name != "THE REST" {
+		if matched {
 			success = true
 			fmt.Println(fname, "is in subsystem",
 				subsystem.name)

-- 
To view, visit https://review.coreboot.org/29658
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: Iba7f10dc87301911ff5f73c182b41c268fba310a
Gerrit-Change-Number: 29658
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/20181116/e0980c0b/attachment-0001.html>


More information about the coreboot-gerrit mailing list