diff options
| author | Zane Shelley <zshelle@us.ibm.com> | 2014-03-25 16:18:49 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-04-10 15:57:20 -0500 |
| commit | 8031426efe467232b8338b839c1862bd84932c00 (patch) | |
| tree | d737089d4ab35e36778d6548f1e4de43097a6b92 /src/build/tools/post-commit | |
| parent | cab2e5a1ddcb47adf1d1ccc18f85f240f784afbd (diff) | |
| download | blackbird-hostboot-8031426efe467232b8338b839c1862bd84932c00.tar.gz blackbird-hostboot-8031426efe467232b8338b839c1862bd84932c00.zip | |
Fixed some issues with pre/post commit scripts
Change-Id: I9da6959c32fcc967ef86348b7d4a93b1c2bf86f3
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9877
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build/tools/post-commit')
| -rwxr-xr-x | src/build/tools/post-commit | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/src/build/tools/post-commit b/src/build/tools/post-commit index ba33c6106..da225ad0e 100755 --- a/src/build/tools/post-commit +++ b/src/build/tools/post-commit @@ -1,4 +1,29 @@ +#!/bin/sh +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/build/tools/post-commit $ +# +# IBM CONFIDENTIAL +# +# COPYRIGHT International Business Machines Corp. 2013,2014 +# +# p1 +# +# Object Code Only (OCO) source materials +# Licensed Internal Code Source Materials +# IBM HostBoot Licensed Internal Code +# +# The source code for this program is not published or otherwise +# divested of its trade secrets, irrespective of what has been +# deposited with the U.S. Copyright Office. +# +# Origin: 30 +# +# IBM_PROLOG_END_TAG + . git-sh-setup export GIT_DIR=$GIT_DIR +export TOOLS_DIR=$GIT_DIR/../src/build/tools -$GIT_DIR/../src/build/tools/verify-commit +$TOOLS_DIR/verify-commit |

