]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
script/ptl-tool: fix redmine_linkage_correct case in _get_active_issues() 69769/head
authorIlya Dryomov <idryomov@gmail.com>
Fri, 26 Jun 2026 10:56:27 +0000 (12:56 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 26 Jun 2026 11:07:31 +0000 (13:07 +0200)
commitc82a83fc96036bacccebff19834c3b584a870e2e
tree930a8724490b6cdc69e7adbd0f34adadf8e29ef7
parenta9ab67306b1816baf2397ea2a370be1f802b66c8
script/ptl-tool: fix redmine_linkage_correct case in _get_active_issues()

If redmine_linkage_correct is True, _get_active_issues() is supposed to
ignore issues with "Multiple Source PRs" category.  However that doesn't
happen because the category string is compared against (category, text)
pair.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
src/script/ptl-tool.py