summaryrefslogtreecommitdiffstats
path: root/src/build/tools/hb
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2016-03-24 14:12:39 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-08-05 10:44:47 -0400
commit36b757e4ce2bac2107c6776ca4c4f529a5fa1b83 (patch)
tree9f8fa87b778259f4c306022d574f9848d7b84cf3 /src/build/tools/hb
parent51dd9c2385c56836385acbc0d95258682b7d01d3 (diff)
downloadtalos-hostboot-36b757e4ce2bac2107c6776ca4c4f529a5fa1b83.tar.gz
talos-hostboot-36b757e4ce2bac2107c6776ca4c4f529a5fa1b83.zip
Enable the import tree to have hostboot prologs
Also removed suffix from addCopyright script Change-Id: I83f633ee8a9e91eccf817756e8f4f19a6c89da27 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22460 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/tools/hb')
-rwxr-xr-xsrc/build/tools/hb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/tools/hb b/src/build/tools/hb
index f5d2620fc..c5aa4ce9d 100755
--- a/src/build/tools/hb
+++ b/src/build/tools/hb
@@ -189,7 +189,7 @@ hb_helptext()
echo " Usage:"
echo " hb copyright_check"
echo
- echo " Executes addCopyright.pl in validate mode against the most"
+ echo " Executes addCopyright in validate mode against the most"
echo " recent commit in your repository to ensure the prologs are"
echo " all added properly."
;;
@@ -483,7 +483,7 @@ hb_objsizes()
hb_copyright_check()
{
- git diff HEAD~1 --name-only | xargs addCopyright.pl validate
+ git diff HEAD~1 --name-only | xargs addCopyright validate
}
hb_errlparser()
OpenPOWER on IntegriCloud