<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21534">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/scripts/cross-repo-cherrypick: improve cros-side rewrite<br><br>Sometimes the BUG/BRANCH/TEST metadata isn't separated by a newline<br>from the later git/gerrit metadata, which messes up further processing.<br><br>Add that newline to minimize the amount of human intervention required.<br><br>Change-Id: I37171bf6764b64e0ab0e81297a03f4d8b7744256<br>Signed-off-by: Patrick Georgi <pgeorgi@google.com><br>---<br>M util/scripts/cross-repo-cherrypick<br>1 file changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/21534/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/scripts/cross-repo-cherrypick b/util/scripts/cross-repo-cherrypick<br>index 0f2acf8..38d4f46 100755<br>--- a/util/scripts/cross-repo-cherrypick<br>+++ b/util/scripts/cross-repo-cherrypick<br>@@ -65,6 +65,12 @@<br>                   '"${SPLICE_CMD}"'<br>           }<br>             end=1<br>+        }; /^(BUG|BRANCH|TEST|CQ-DEPEND)=/ {<br>+         if (end==0) {<br>+                        print "Original-Commit-Id: '"${CID}"'\nSigned-off-by: '"${GUID}"'";<br>+                    print "";<br>+          }<br>+            end=1<br>         }; {<br>          if (end==0)<br>                   print "Original-" $0;<br></pre><p>To view, visit <a href="https://review.coreboot.org/21534">change 21534</a>. To unsubscribe, 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/21534"/><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: I37171bf6764b64e0ab0e81297a03f4d8b7744256 </div>
<div style="display:none"> Gerrit-Change-Number: 21534 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>