[coreboot-gerrit] New patch to review for coreboot: d3f9801 util/board_status/board_status.sh: Only pass switch `-a` once to `git commit`

Paul Menzel (paulepanter@users.sourceforge.net) gerrit at coreboot.org
Sun Feb 9 10:28:59 CET 2014


Paul Menzel (paulepanter at users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5172

-gerrit

commit d3f98017d6833462dba1831dbc22e672cf8099fe
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Feb 9 10:24:22 2014 +0100

    util/board_status/board_status.sh: Only pass switch `-a` once to `git commit`
    
    Change-Id: Iabcb26229401b03ad4ba2df0f78eee08f379aa03
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
 util/board_status/board_status.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/board_status/board_status.sh b/util/board_status/board_status.sh
index 735932b..3cff231 100755
--- a/util/board_status/board_status.sh
+++ b/util/board_status/board_status.sh
@@ -202,7 +202,7 @@ if [ $UPLOAD_RESULTS -eq 1 ]; then
 
 	echo "Uploading results"
 	git add "${vendor}"
-	git commit -a -am "${mainboard_dir}/${tagged_version}/${timestamp}"
+	git commit -a -m "${mainboard_dir}/${tagged_version}/${timestamp}"
 	git push origin
 
 	# Results have been uploaded so it's pointless to keep the



More information about the coreboot-gerrit mailing list