Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
HADOOP-17352. Update PATCH_NAMING_RULE in the personality file. (apac…
Browse files Browse the repository at this point in the history
…he#2433)

Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
(cherry picked from commit 34e2abd)
  • Loading branch information
aajisaka authored and Hexiaoqiao committed Nov 28, 2020
1 parent 968158e commit c68c062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/bin/hadoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c68c062

Please sign in to comment.