File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev-support/git-jira-validation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ and this changelist can be identified based on Fixed/Closed Jiras
2525with the correct fix versions. However, sometimes we face few
2626inconsistencies between fixed Jira and Git commit message.
2727
28- git_jira_fix_version_check.py script takes care of
28+ git_jira_fix_version_check.py script takes care of
2929identifying all git commits with commit
3030messages with any of these issues:
3131
@@ -48,7 +48,7 @@ Python 3.9.7
4848
4949$ python3 -m venv ./venv
5050
51- $ ./venv/bin/pip install -r dev-support/git-jira-validation/requirements.txt
51+ $ ./venv/bin/pip install -r dev-support/git-jira-validation/requirements.txt
5252
5353$ ./venv/bin/python dev-support/git-jira-validation/git_jira_fix_version_check.py
5454
@@ -87,7 +87,7 @@ Example of script execution:
8787JIRA Project Name (e.g HADOOP / OZONE etc): HADOOP
8888First commit hash to start excluding commits from history: fa4915fdbbbec434ab41786cb17b82938a613f16
8989Fix Version: 3.3.2
90- Jira server url (default: https://issues.apache.org/jira):
90+ Jira server url (default: https://issues.apache.org/jira):
9191Path of project's working dir with release branch checked-in: /Users/vjasani/Documents/src/hadoop-3.3/hadoop
9292
9393Check git status output and verify expected branch
You can’t perform that action at this time.
0 commit comments