From c5e947ef17d98722d27a67d65a84a28fd5861dbd Mon Sep 17 00:00:00 2001 From: David Hendricks Date: Mon, 11 Nov 2013 18:43:39 -0800 Subject: rename status-related stuff to board_status This just moves stuff to be more clear about the purpose of the script. Other suggestions are welcome. Change-Id: Ic6095fd4eb347daa5a03eff21b5952d2d42a6bfd Signed-off-by: David Hendricks Reviewed-on: http://review.coreboot.org/4038 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich Reviewed-by: Paul Menzel --- util/board_status/board_status.sh | 137 +++++++++++++++++++++++ util/board_status/getrevision.sh | 228 ++++++++++++++++++++++++++++++++++++++ util/status/getrevision.sh | 228 -------------------------------------- util/status/status.sh | 137 ----------------------- 4 files changed, 365 insertions(+), 365 deletions(-) create mode 100644 util/board_status/board_status.sh create mode 100755 util/board_status/getrevision.sh delete mode 100755 util/status/getrevision.sh delete mode 100644 util/status/status.sh diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh new file mode 100644 index 0000000000..d2955e0d63 --- /dev/null +++ b/util/board_status/board_status.sh @@ -0,0 +1,137 @@ +#!/bin/sh +# +# This file is part of the coreboot project. +# +# Copyright (C) 2013 Google Inc. +# + +EXIT_SUCCESS=0 +EXIT_FAILURE=1 +OUTDIR="status" + +# Stuff from command-line switches +REMOTE_HOST="" +CLOBBER_OUTPUT=0 +UPLOAD_RESULTS=0 + +show_help() { + echo "Usage: + ${0}