This is an automated email from the ASF dual-hosted git repository.

aajisaka pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 34e2abd  HADOOP-17352. Update PATCH_NAMING_RULE in the personality 
file. (#2433)
34e2abd is described below

commit 34e2abd811b271708c82bf4d5bedfc9d721366bf
Author: Akira Ajisaka <aajis...@apache.org>
AuthorDate: Tue Nov 10 13:58:27 2020 +0900

    HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (#2433)
    
    Reviewed-by: Ayush Saxena <ayushsax...@apache.org>
---
 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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to