[coreboot-gerrit] New patch to review for coreboot: 593406c Revert "board-status: Add field for release year"

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Fri Apr 24 18:13:32 CEST 2015


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9990

-gerrit

commit 593406ca788b0c2f12b2eea0837c3e8ac9356f83
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Fri Apr 24 18:13:31 2015 +0200

    Revert "board-status: Add field for release year"
    
    This reverts commit d555d5a2b5364d2eeb13e2ace00844c7b6321bb9.
    
    It produces too much clutter, and is not particularly useful.
    
    Change-Id: I62268a215a22a5cc76a10cdcfcae86349b466963
    Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 util/board_status/to-wiki/towiki.sh | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/util/board_status/to-wiki/towiki.sh b/util/board_status/to-wiki/towiki.sh
index fb15358..3e80d44 100755
--- a/util/board_status/to-wiki/towiki.sh
+++ b/util/board_status/to-wiki/towiki.sh
@@ -176,7 +176,6 @@ EOF
 			vendor_cooperation_page="$(sed -n "/^[[:space:]]*Vendor cooperation page:/ s,^[[:space:]]*Vendor cooperation page:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
 			board_url="$(sed -n "/^[[:space:]]*Board URL:/ s,^[[:space:]]*Board URL:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
 			clone_of="$(sed -n "/^[[:space:]]*Clone of:/ s,^[[:space:]]*Clone of:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
-			release_year="$(sed -n "/^[[:space:]]*Release year:/ s,^[[:space:]]*Release year:[[:space:]]*,,p" "$vendor_board_dir/board_info.txt")"
 		else
 			vendor_2nd=
 			board_nice=
@@ -188,7 +187,6 @@ EOF
 			vendor_cooperation_page=
 			board_url=
 			clone_of=
-			release_year=
 		fi
 		if [ "$last_vendor" != "$vendor" ]; then
 			last_vendor="$vendor"
@@ -405,10 +403,6 @@ EOF
 
 		echo "| [[Board:$vendor/$board|$board_nice]]"
 
-		if ! [ -z "$release_year" ]; then
-			echo " (released $release_year)"
-		fi
-
 		if [ -z "$lastgood" ]; then
 			echo "| style=\"background:red\" | Unknown"
 		else



More information about the coreboot-gerrit mailing list