summaryrefslogtreecommitdiffstats
path: root/src/build/tools/post-commit
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2013-03-01 09:26:58 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-04-08 13:29:46 -0500
commit29ed4694a5a55efbb245acbd75d9f38eb10d232e (patch)
treea52e4438e3a2ac8bb155587029b342e0fff0feb4 /src/build/tools/post-commit
parentd582f293ca042a34df6d52bfeb41a4fb2d91f62f (diff)
downloadtalos-hostboot-29ed4694a5a55efbb245acbd75d9f38eb10d232e.tar.gz
talos-hostboot-29ed4694a5a55efbb245acbd75d9f38eb10d232e.zip
Add commit verification tool.
Change-Id: Ie14cb4b2e01686403c215500efa8b39689ff077e Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3852 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/tools/post-commit')
-rwxr-xr-xsrc/build/tools/post-commit4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/build/tools/post-commit b/src/build/tools/post-commit
new file mode 100755
index 000000000..ba33c6106
--- /dev/null
+++ b/src/build/tools/post-commit
@@ -0,0 +1,4 @@
+. git-sh-setup
+export GIT_DIR=$GIT_DIR
+
+$GIT_DIR/../src/build/tools/verify-commit
OpenPOWER on IntegriCloud