[ https://issues.apache.org/jira/browse/HBASE-22853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17266527#comment-17266527 ]
Viraj Jasani commented on HBASE-22853: -------------------------------------- In fact, when I tried building sqlite initially, branch-2.4 didn't show up {code:java} $ ./venv/bin/python3 ./git_jira_release_audit.py \ > --db-path=audit.db \ > --development-branch-fix-version=3.0.0 \ > --branch-1-fix-version=1.7.0 \ > --branch-2-fix-version=2.5.0 {code} origin/branch-2.3 was the last one in 2.x release lines: origin/branch-1 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 4267/4267 [00:01<00:00, 6563.93 commit/s] origin/branch-1.0 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1432/1432 [00:00<00:00, 9293.56 commit/s] origin/branch-1.1 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2110/2110 [00:00<00:00, 9439.07 commit/s] origin/branch-1.2 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2736/2736 [00:00<00:00, 9366.57 commit/s] origin/branch-1.3 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3284/3284 [00:00<00:00, 9047.70 commit/s] origin/branch-1.4 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3853/3853 [00:00<00:00, 8928.15 commit/s] origin/branch-2 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3945/3945 [00:00<00:00, 8700.95 commit/s] origin/branch-2.0 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2086/2086 [00:00<00:00, 8141.29 commit/s] origin/branch-2.1 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2779/2779 [00:00<00:00, 8503.77 commit/s] origin/branch-2.2 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3236/3236 [00:00<00:00, 8366.93 commit/s] origin/branch-2.3 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 3768/3768 [00:00<00:00, 8405.73 commit/s] fetch from Jira 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 6422/6422 [11:50<00:00, 9.04 issue/s] > Git/Jira Release Audit Tool > --------------------------- > > Key: HBASE-22853 > URL: https://issues.apache.org/jira/browse/HBASE-22853 > Project: HBase > Issue Type: Task > Components: build > Reporter: Michael Stack > Assignee: Nick Dimiduk > Priority: Minor > Fix For: 3.0.0-alpha-1 > > > Before cutting RC, need to make reconciliation between what's in JIRA and > then what has been actually committed to ensure JIRA is accurate before > starting the RC build (in order to ensure CHANGES/RELEASENOTES are accurate, > etc.). > Would be good to have a tool that compared git log for the release to > fixVersion in JIRA (and then fixVersion in JIRA to what is in git) to ensure > matching mentions in both places. It can get complicated when there has been > reverts in git or when an issue is an umbrella issue w/ no direct patch > associated in JIRA but tool could start out simple dumping out a list of > hashes/JIRAs for the RM to 'check' where anomalies; i.e. mention in one > system but not in the other. This would save on a bunch of work aligning the > two systems. Could also do stuff like check git log to ensure all commits > have associated JIRA, and so on. > (Should there be a PR component?). -- This message was sent by Atlassian Jira (v8.3.4#803005)