Bug 204839

Summary: Auto-Assigner: "Category/portname" (note case of category) results in no auto-assignment
Product: Services Reporter: Kubilay Kocak <koobs>
Component: Bug TrackerAssignee: Oleksandr Tymoshenko <gonzo>
Status: Closed FIXED    
Severity: Affects Only Me CC: bugmeister, gonzo, mmokhi
Priority: --- Keywords: dogfood, easy, needs-patch
Version: unspecified   
Hardware: Any   
OS: Any   
URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204838
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204838
Bug Depends on:    
Bug Blocks: 205735    

Description Kubilay Kocak freebsd_committer freebsd_triage 2015-11-27 03:26:54 UTC
It appears that category/portname matching is case sensitive, as seen in bug 204838 which did not result in assignment to MAINTAINER (me)

Update auto-assigner summary matching to be case-insensitive
Comment 1 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2018-02-17 02:29:57 UTC
(Snatching bug from mmokhi@)

Fixed in https://github.com/gonzoua/bugzilla/commit/947088b8ef1657dce4d4d84cb6b3d67332cc0ee3

Fix forces category part of port name to be lower case because all categories are lower case. Actual port name can be mixed case and should be case-sensitive