This is an automated email from Gerrit.

Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/167

-- gerrit

commit b6d2fa6a9f0892500b5c632dccc46f0f24cb6031
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Thu Nov 3 23:33:37 2011 +0000

    tools: add checkpatch script
    
    execute from openocd root dir after commiting change but before
    pushing to gerrit.
    tools/checkpatch.sh
    
    This is the same script used by the jenkins build server to validate
    a change.
    
    Change-Id: Ib40d44b160e1c50a5e47ab55fc48a554381ea763
    Signed-off-by: Spencer Oliver <s...@spen-soft.co.uk>

diff --git a/tools/checkpatch.sh b/tools/checkpatch.sh
new file mode 100644
index 0000000..33b6dfc
--- /dev/null
+++ b/tools/checkpatch.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+#
+
+git format-patch -M --stdout HEAD^ | tools/scripts/checkpatch.pl - --no-tree

-- 
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to