summaryrefslogtreecommitdiffstats
path: root/sbe
diff options
context:
space:
mode:
authorShakeeb <shakeebbk@in.ibm.com>2016-08-26 02:40:05 -0500
committerAMIT J. TENDOLKAR <amit.tendolkar@in.ibm.com>2016-08-27 03:50:59 -0400
commitc419bd20f046d6e03c4f36247e7e6d7128448c19 (patch)
tree7b095071640e54c4e1205837993f8a9a7a0d3ea5 /sbe
parente910d82a5e0c9d53412c5a0b7bd7483b00fdcc5a (diff)
downloadtalos-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 'sbe')
-rwxr-xr-xsbe/test/citest/check-copyright3
-rwxr-xr-xsbe/test/citest/copyright-check.sh3
-rwxr-xr-xsbe/tools/hooks/addCopyright (renamed from sbe/build/tools/hooks/addCopyright)2
-rwxr-xr-xsbe/tools/hooks/gerrit-hostname (renamed from sbe/build/tools/hooks/gerrit-hostname)3
-rwxr-xr-xsbe/tools/hooks/post-commit (renamed from sbe/build/tools/hooks/post-commit)3
-rwxr-xr-xsbe/tools/hooks/pre-commit (renamed from sbe/build/tools/hooks/pre-commit)3
-rwxr-xr-xsbe/tools/hooks/pre-commit-actions (renamed from sbe/build/tools/hooks/pre-commit-actions)3
-rwxr-xr-xsbe/tools/hooks/pre-commit-prologs (renamed from sbe/build/tools/hooks/pre-commit-prologs)3
-rwxr-xr-xsbe/tools/hooks/setupgithooks.sh (renamed from sbe/build/tools/hooks/setupgithooks.sh)3
-rwxr-xr-xsbe/tools/hooks/verify-commit (renamed from sbe/build/tools/hooks/verify-commit)3
10 files changed, 12 insertions, 17 deletions
diff --git a/sbe/test/citest/check-copyright b/sbe/test/citest/check-copyright
index 31c8c2a6..68e536d4 100755
--- a/sbe/test/citest/check-copyright
+++ b/sbe/test/citest/check-copyright
@@ -7,6 +7,7 @@
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
+# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -24,7 +25,7 @@
# IBM_PROLOG_END_TAG
COPYRIGHT_CHECK=${SBEROOT}/sbe/test/citest/copyright-check.sh
-COMMIT_CHECK=${SBEROOT}/sbe/test/tools/hooks/verify-commit
+COMMIT_CHECK=${SBEROOT}/sbe/tools/hooks/verify-commit
$COPYRIGHT_CHECK || exit -1
$COMMIT_CHECK || exit -1
diff --git a/sbe/test/citest/copyright-check.sh b/sbe/test/citest/copyright-check.sh
index 674bab94..c5c9534d 100755
--- a/sbe/test/citest/copyright-check.sh
+++ b/sbe/test/citest/copyright-check.sh
@@ -7,6 +7,7 @@
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
+# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -29,7 +30,7 @@
#
export WORKSPACE_DIR=`pwd`
-export ADDCOPYRIGHT=${WORKSPACE_DIR}/sbe/build/tools/hooks/addCopyright
+export ADDCOPYRIGHT=${WORKSPACE_DIR}/sbe/tools/hooks/addCopyright
## run git show to get a list of checked in files
CHECKINFILES=`git show --pretty=format: --name-only -n1 | tr '\n' ' '`
diff --git a/sbe/build/tools/hooks/addCopyright b/sbe/tools/hooks/addCopyright
index 4cc6e33a..13867e7e 100755
--- a/sbe/build/tools/hooks/addCopyright
+++ b/sbe/tools/hooks/addCopyright
@@ -2,7 +2,7 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: sbe/build/tools/addCopyright.pl $
+# $Source: sbe/tools/hooks/addCopyright.pl $
#
# OpenPOWER sbe Project
#
diff --git a/sbe/build/tools/hooks/gerrit-hostname b/sbe/tools/hooks/gerrit-hostname
index 5299a014..4676f04e 100755
--- a/sbe/build/tools/hooks/gerrit-hostname
+++ b/sbe/tools/hooks/gerrit-hostname
@@ -2,12 +2,11 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: sbe/build/tools/hooks/gerrit-hostname $
+# $Source: sbe/tools/hooks/gerrit-hostname $
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
-# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe/build/tools/hooks/post-commit b/sbe/tools/hooks/post-commit
index a993cd78..d2476f21 100755
--- a/sbe/build/tools/hooks/post-commit
+++ b/sbe/tools/hooks/post-commit
@@ -2,12 +2,11 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: sbe/build/tools/hooks/post-commit $
+# $Source: sbe/tools/hooks/post-commit $
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
-# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe/build/tools/hooks/pre-commit b/sbe/tools/hooks/pre-commit
index 9cdc7b7c..3cccf64f 100755
--- a/sbe/build/tools/hooks/pre-commit
+++ b/sbe/tools/hooks/pre-commit
@@ -2,12 +2,11 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: sbe/build/tools/hooks/pre-commit $
+# $Source: sbe/tools/hooks/pre-commit $
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
-# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe/build/tools/hooks/pre-commit-actions b/sbe/tools/hooks/pre-commit-actions
index 3e941ad9..b1c1ecfd 100755
--- a/sbe/build/tools/hooks/pre-commit-actions
+++ b/sbe/tools/hooks/pre-commit-actions
@@ -2,12 +2,11 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: sbe/build/tools/hooks/pre-commit-actions $
+# $Source: sbe/tools/hooks/pre-commit-actions $
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
-# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe/build/tools/hooks/pre-commit-prologs b/sbe/tools/hooks/pre-commit-prologs
index 2dc19f41..8d8245f1 100755
--- a/sbe/build/tools/hooks/pre-commit-prologs
+++ b/sbe/tools/hooks/pre-commit-prologs
@@ -2,12 +2,11 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: sbe/build/tools/hooks/pre-commit-prologs $
+# $Source: sbe/tools/hooks/pre-commit-prologs $
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
-# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe/build/tools/hooks/setupgithooks.sh b/sbe/tools/hooks/setupgithooks.sh
index b85300a9..10d6a44f 100755
--- a/sbe/build/tools/hooks/setupgithooks.sh
+++ b/sbe/tools/hooks/setupgithooks.sh
@@ -2,12 +2,11 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: sbe/build/tools/hooks/setupgithooks.sh $
+# $Source: sbe/tools/hooks/setupgithooks.sh $
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
-# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
diff --git a/sbe/build/tools/hooks/verify-commit b/sbe/tools/hooks/verify-commit
index 97226453..8f54439f 100755
--- a/sbe/build/tools/hooks/verify-commit
+++ b/sbe/tools/hooks/verify-commit
@@ -2,12 +2,11 @@
# IBM_PROLOG_BEGIN_TAG
# This is an automatically generated prolog.
#
-# $Source: sbe/build/tools/hooks/verify-commit $
+# $Source: sbe/tools/hooks/verify-commit $
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
-# [+] International Business Machines Corp.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
OpenPOWER on IntegriCloud