[coreboot-gerrit] Change in coreboot[master]: board_status/towiki: Fix link to last report for "clone" boards

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Fri Oct 6 11:49:05 CEST 2017


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/21906


Change subject: board_status/towiki: Fix link to last report for "clone" boards
......................................................................

board_status/towiki: Fix link to last report for "clone" boards

I noticed that the "last known good" field for the ThinkPad R400 pointed
nowhere. Instead of

	https://www.coreboot.org/Supported_Motherboards#lenovo.2Ft400

it pointed to

	https://www.coreboot.org/Supported_Motherboards#lenovo.2Fr400

which does not exist because if a board is marked as a "Clone of"
another one in board_info.txt, towiki uses the original board's reports
to derive the "last known good" date and color.

Change-Id: Ie235ca8e8691f49d041de7c5770eae77cdd444a7
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
---
M util/board_status/to-wiki/towiki.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/21906/1

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 769ae5f..add3398 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -434,7 +434,7 @@
 				lastgood_diff_hex="0${lastgood_diff_hex}"
 			fi
 			cell_bgcolor="#${lastgood_diff_hex}ff00"
-			echo "| style=\"background:${cell_bgcolor}\" | [[#$vendor/$board|$lastgood]]"
+			echo "| style=\"background:${cell_bgcolor}\" | [[#$venboard|$lastgood]]"
 		fi
 
 		echo "| $northbridge_nice"

-- 
To view, visit https://review.coreboot.org/21906
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie235ca8e8691f49d041de7c5770eae77cdd444a7
Gerrit-Change-Number: 21906
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171006/33917bcd/attachment.html>


More information about the coreboot-gerrit mailing list