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

hexiaoqiao 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 59a7836d13b HADOOP-18789. Remove ozone from hadoop dev support. 
(#5800). Contributed by Xiaoqiao He.
59a7836d13b is described below

commit 59a7836d13b5e3ba4a7af7e9e55a7c5eeb4d98fd
Author: Hexiaoqiao <hexiaoq...@apache.org>
AuthorDate: Sun Jul 2 15:23:32 2023 +0800

    HADOOP-18789. Remove ozone from hadoop dev support. (#5800). Contributed by 
Xiaoqiao He.
    
    Reviewed-by: Wei-Chiu Chuang <weic...@apache.org>
    Reviewed-by: Shilun Fan <slfan1...@apache.org>
---
 dev-support/git-jira-validation/README.md                     | 6 +++---
 dev-support/git-jira-validation/git_jira_fix_version_check.py | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-support/git-jira-validation/README.md 
b/dev-support/git-jira-validation/README.md
index 308c54228d1..56fc82dab47 100644
--- a/dev-support/git-jira-validation/README.md
+++ b/dev-support/git-jira-validation/README.md
@@ -68,8 +68,8 @@ The script also requires below inputs:
    Exact fixVersion that we would like to compare all Jira's fixVersions
    with. e.g for 3.3.2 release, it should be 3.3.2.
 
-3. JIRA Project Name:
-   The exact name of Project as case-sensitive e.g HADOOP / OZONE
+3. JIRA Project Name (default Project Name: HADOOP):
+   The exact name of Project as case-sensitive.
 
 4. Path of project's working dir with release branch checked-in:
    Path of project from where we want to compare git hashes from. Local fork
@@ -84,7 +84,7 @@ The script also requires below inputs:
 
 Example of script execution:
 ```
-JIRA Project Name (e.g HADOOP / OZONE etc): HADOOP
+JIRA Project Name (default: HADOOP): HADOOP
 First commit hash to start excluding commits from history: 
fa4915fdbbbec434ab41786cb17b82938a613f16
 Fix Version: 3.3.2
 Jira server url (default: https://issues.apache.org/jira):
diff --git a/dev-support/git-jira-validation/git_jira_fix_version_check.py 
b/dev-support/git-jira-validation/git_jira_fix_version_check.py
index 513cc8e25ff..644c4f5141c 100644
--- a/dev-support/git-jira-validation/git_jira_fix_version_check.py
+++ b/dev-support/git-jira-validation/git_jira_fix_version_check.py
@@ -30,7 +30,7 @@ import subprocess
 
 from jira import JIRA
 
-jira_project_name = input("JIRA Project Name (e.g HADOOP / OZONE etc): ") \
+jira_project_name = input("JIRA Project Name (default: HADOOP): ") \
                     or "HADOOP"
 # Define project_jira_keys with - appended. e.g for HADOOP Jiras,
 # project_jira_keys should include HADOOP-, HDFS-, YARN-, MAPREDUCE-


---------------------------------------------------------------------
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