<p>Jonathan Neuschäfer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21906">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">board_status/towiki: Fix link to last report for "clone" boards<br><br>I noticed that the "last known good" field for the ThinkPad R400 pointed<br>nowhere. Instead of<br><br>     https://www.coreboot.org/Supported_Motherboards#lenovo.2Ft400<br><br>it pointed to<br><br>      https://www.coreboot.org/Supported_Motherboards#lenovo.2Fr400<br><br>which does not exist because if a board is marked as a "Clone of"<br>another one in board_info.txt, towiki uses the original board's reports<br>to derive the "last known good" date and color.<br><br>Change-Id: Ie235ca8e8691f49d041de7c5770eae77cdd444a7<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>---<br>M util/board_status/to-wiki/towiki.sh<br>1 file changed, 1 insertion(+), 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/06/21906/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh<br>index 769ae5f..add3398 100755<br>--- a/util/board_status/to-wiki/towiki.sh<br>+++ b/util/board_status/to-wiki/towiki.sh<br>@@ -434,7 +434,7 @@<br>                           lastgood_diff_hex="0${lastgood_diff_hex}"<br>                   fi<br>                    cell_bgcolor="#${lastgood_diff_hex}ff00"<br>-                   echo "| style=\"background:${cell_bgcolor}\" | [[#$vendor/$board|$lastgood]]"<br>+                    echo "| style=\"background:${cell_bgcolor}\" | [[#$venboard|$lastgood]]"<br>          fi<br> <br>                 echo "| $northbridge_nice"<br></pre><p>To view, visit <a href="https://review.coreboot.org/21906">change 21906</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/21906"/><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: Ie235ca8e8691f49d041de7c5770eae77cdd444a7 </div>
<div style="display:none"> Gerrit-Change-Number: 21906 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>