Bug 224480

Summary: FreeBSD bugzilla doesn't set maintainer-feedback flags to bug reports about individual ports if maintainer isn't "someone@FreeBSD.org"
Product: Services Reporter: Yasuhiro Kimura <yasu>
Component: Bug TrackerAssignee: Oleksandr Tymoshenko <gonzo>
Status: Closed FIXED    
Severity: Affects Many People CC: bugmeister, gonzo, yuri
Priority: ---    
Version: unspecified   
Hardware: Any   
OS: Any   

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2017-12-20 13:08:14 UTC
Until at least a few months ago FreeBSD bugzilla behaved as following when bug report about individual ports (i.e. "Products" is "Ports&Packages" and "Component" is "Individual Port(s)") was submitted:

1. maintainer-feedback flag is set unless maintainer is "ports@FreeBSD.org".
2. If maintainer is "someone@FreeBSD.org" other than "ports@FreBSD.org", "Assignee" is set to him.

But recently I submitted some bug reports and found that FreeBSD bugzilla didn't always behave as above.

For example when I submitted following bug reports, it worked just as is explained.

* Bug #224152
* Bug #224327
* Bug #224349
* Bug #224356
* Bug #224477
* Bug #224478

But when I submitted following bug reports, it didn't set maintainer-feedback flag.

* Bug #224239
* Bug #224429

So it seems that maintainer-feedback flag is not set if maintainer isn't "someone@FreeBSD.org".
Comment 1 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2018-02-17 03:38:12 UTC
This is not related to maintainer email. Looks like there is some kind of either floating bug or host system issue that make port directory existence check fail. There are ~30  "Port directory ... not found" messages for valid directories in error log per month. I added some debug and will monitor logs to narrow down possible reasons.
Comment 2 Oleksandr Tymoshenko freebsd_committer freebsd_triage 2018-02-19 00:52:45 UTC
*** Bug 224832 has been marked as a duplicate of this bug. ***
Comment 3 Yasuhiro Kimura freebsd_committer freebsd_triage 2018-07-18 09:34:11 UTC
Recently FreeBSD bugzilla seems to work fine. So I close this bug report now.