Dávid Paksy created HBASE-30281:
-----------------------------------
Summary: Fix YETUS @author check on master Jenkins build
Key: HBASE-30281
URL: https://issues.apache.org/jira/browse/HBASE-30281
Project: HBase
Issue Type: Bug
Components: jenkins
Reporter: Dávid Paksy
The master build is still red because of the YETUS @author check:
{noformat}
dev-support/hbase-personality.sh:311: big_console_header "Checking for @author
tags: ${BUILDMODE}"
dev-support/hbase-personality.sh:321: "${GIT}" grep -n -I --extended-regexp -i
-e '^[^-].*@author' \{noformat}
It seems that the hbase-personality.sh is not ignored by the check.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)