This is an automated email from the ASF dual-hosted git repository.
aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.2 by this push:
new 9cffa8c HADOOP-17352. Update PATCH_NAMING_RULE in the personality
file. (#2433)
9cffa8c is described below
commit 9cffa8c6478a6d971f3c07d9dfec01b0b87f27e5
Author: Akira Ajisaka <[email protected]>
AuthorDate: Tue Nov 10 13:58:27 2020 +0900
HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (#2433)
Reviewed-by: Ayush Saxena <[email protected]>
(cherry picked from commit 34e2abd811b271708c82bf4d5bedfc9d721366bf)
---
dev-support/bin/hadoop.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-support/bin/hadoop.sh b/dev-support/bin/hadoop.sh
index 88b6005..3343014 100755
--- a/dev-support/bin/hadoop.sh
+++ b/dev-support/bin/hadoop.sh
@@ -30,7 +30,7 @@ function personality_globals
#shellcheck disable=SC2034
PATCH_BRANCH_DEFAULT=trunk
#shellcheck disable=SC2034
- PATCH_NAMING_RULE="https://wiki.apache.org/hadoop/HowToContribute"
+
PATCH_NAMING_RULE="https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute"
#shellcheck disable=SC2034
JIRA_ISSUE_RE='^(HADOOP|YARN|MAPREDUCE|HDFS)-[0-9]+$'
#shellcheck disable=SC2034
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]