<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29604">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/scripts/maintainers.go: Provide delimiters between maintainers<br><br>Help automated tools make sense of the output.<br>Instead of "[name 1 <email> name 2 <email>]", it now prints<br>"name 1 <email>, name 2 <email>". As long as there are no commas in the<br>maintainer names, they can be split easily.<br><br>Change-Id: I4a254f566404b081a08923bc7ceb49f02039aa2a<br>Signed-off-by: Patrick Georgi <pgeorgi@google.com><br>---<br>M util/scripts/maintainers.go<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/29604/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/scripts/maintainers.go b/util/scripts/maintainers.go</span><br><span>index f99dc37..901817a 100644</span><br><span>--- a/util/scripts/maintainers.go</span><br><span>+++ b/util/scripts/maintainers.go</span><br><span>@@ -19,6 +19,7 @@</span><br><span>       "log"</span><br><span>      "os"</span><br><span>       "os/exec"</span><br><span style="color: hsl(120, 100%, 40%);">+   "strings"</span><br><span> </span><br><span>      "github.com/gobwas/glob"</span><br><span> )</span><br><span>@@ -172,7 +173,7 @@</span><br><span>                        success = true</span><br><span>                       fmt.Println(fname, "is in subsystem",</span><br><span>                              subsystem.name)</span><br><span style="color: hsl(0, 100%, 40%);">-                 fmt.Println("Maintainers: ", subsystem.maintainer)</span><br><span style="color: hsl(120, 100%, 40%);">+                  fmt.Println("Maintainers: ", strings.Join(subsystem.maintainer, ", "))</span><br><span>           }</span><br><span>    }</span><br><span>    if !success {</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29604">change 29604</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/29604"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I4a254f566404b081a08923bc7ceb49f02039aa2a </div>
<div style="display:none"> Gerrit-Change-Number: 29604 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>