[coreboot-gerrit] New patch to review for coreboot: 401f42e towiki.sh Move vendor link to the first column.

Rudolf Marek (r.marek@assembler.cz) gerrit at coreboot.org
Sun Apr 27 21:04:55 CEST 2014


Rudolf Marek (r.marek at assembler.cz) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5593

-gerrit

commit 401f42efe5302f371829f047ae2e928764a9228f
Author: Rudolf Marek <r.marek at assembler.cz>
Date:   Sun Apr 27 20:29:10 2014 +0200

    towiki.sh Move vendor link to the first column.
    
    It is not easy to see that there are two links,
    one to coreboot wiki and second to the vendor page.
    This change moves the vendor page link to the vendor
    column, separating it nicely.
    
    Change-Id: I3063be476231d04f833350043010a6e0001697e7
    Signed-off-by: Rudolf Marek <r.marek at assembler.cz>
---
 util/board_status/to-wiki/towiki.sh | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index 5244843..1778061 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -379,13 +379,14 @@ EOF
 		esac
 
 		echo "|- bgcolor=\"#$color\""
-		echo "| $vendor_nice"
-		echo -n "| [[Board:$vendor/$board|$board_nice]]"
+
 		if [ -z "$board_url" ]; then
-			echo
+			echo "| $vendor_nice"
 		else
-			echo " [$board_url vendor page]"
+			echo "| [$board_url $vendor_nice]"
 		fi
+		echo "| [[Board:$vendor/$board|$board_nice]]"
+
 		if [ -z "$lastgood" ]; then
 			echo "| style=\"background:red\" | Unknown"
 		else



More information about the coreboot-gerrit mailing list