diff options
author | Shakeeb <shakeebbk@in.ibm.com> | 2016-08-26 02:40:05 -0500 |
---|---|---|
committer | AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com> | 2016-08-27 03:50:59 -0400 |
commit | c419bd20f046d6e03c4f36247e7e6d7128448c19 (patch) | |
tree | 7b095071640e54c4e1205837993f8a9a7a0d3ea5 /env.bash | |
parent | e910d82a5e0c9d53412c5a0b7bd7483b00fdcc5a (diff) | |
download | talos-sbe-c419bd20f046d6e03c4f36247e7e6d7128448c19.tar.gz talos-sbe-c419bd20f046d6e03c4f36247e7e6d7128448c19.zip |
SBE code restructure: moving hooks directory to tools
Change-Id: I009a2e301553e894f682eea8f4b342d10249dd76
RTC:159709
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28832
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: AMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>
Diffstat (limited to 'env.bash')
-rwxr-xr-x | env.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ export DEFAULT_MACHINE=nimbus # The following ENV variables are required by the pre/post commit hooks export PROJECT_NAME=sbe -export TOOLSDIR=$SBEROOT/sbe/build/tools/hooks +export TOOLSDIR=$SBEROOT/sbe/tools/hooks export HOOKSDIR=$SBEROOT/.git/hooks export IMPORT_REL_PATH=import export IMPORT_DIR=$SBEROOT/$IMPORT_REL_PATH |