Bug 198214

Summary: Auto-Assigner: Summaries containing port references of form /usr/ports/cat/port are not auto-assigned
Product: Services Reporter: Kubilay Kocak <koobs>
Component: Bug TrackerAssignee: Oleksandr Tymoshenko <gonzo>
Status: Closed FIXED    
Severity: Affects Only Me CC: bugmeister, mmokhi
Priority: Normal Keywords: easy, needs-patch, needs-qa
Version: unspecified   
Hardware: Any   
OS: Any   
URL: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198213
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198213
Bug Depends on:    
Bug Blocks: 205735    

Description Kubilay Kocak freebsd_committer freebsd_triage 2015-03-03 05:05:31 UTC
Issue summaries (titles) containing port references of the form:

"/path/to/category/port"

are not auto-assigned. See bug 198213
Comment 1 Marcus von Appen freebsd_committer freebsd_triage 2015-03-03 07:03:42 UTC
The auto-assigner only checks for "category/port", not more, not less to avoid false positives with other paths. I do not see a good way to change this without creating more issues.
Comment 2 Kubilay Kocak freebsd_committer freebsd_triage 2015-11-02 07:18:49 UTC
@Marcus

What if the path match was limited to /usr/ports/<category>/<portname> ?

What other issues can you foresee?
Comment 3 Marcus von Appen freebsd_committer freebsd_triage 2015-11-03 13:29:09 UTC
We could include /usr/ports/ as valid prefix for a cat/port detection, since this is the FreeBSD default path for ports. Other path constructs however may lead to false positives, esp. if console output is posted in the initial description.
Comment 4 Kubilay Kocak freebsd_committer freebsd_triage 2015-11-03 15:10:07 UTC
Sounds good Marcus. That (matching /usr/ports) covers for the example that spawned this issue.

If it occurs in future with different path references we can evaluate any additional opportunities then.
Comment 5 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2018-02-17 00:32:01 UTC
Implemented in https://github.com/gonzoua/bugzilla/commit/d47b8f17a35814c280313d1e35829da62c558f55