Bug 238971
Summary: | koji honours ExcludeArch even without bug numbers. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> |
Component: | koji | Assignee: | David Cantrell <dcantrell> |
Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | mikem |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2007-06-12 19:25:58 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
David Woodhouse
2007-05-04 09:17:25 UTC
This is the only reference I can find to the policy: http://fedoraproject.org/wiki/Packaging/ReviewGuidelines?highlight=%28ExcludeArch%29 Is this the extent of it, or is there something more specific? Currently Koji does not not parse the spec directly, it lets rpm handle that. Since this policy involves a comment, we could have to rip the spec out and parse it. This is complicated by the fact that the policy does not set a strict format for the bug reference(s). All this should be doable in principle, but I would feel better about things if there was a more rigid rule for the bug reference. Did plague enforce this? No, plague did not enforce this. I wonder if it would make more sense at the SCM level instead, parse the spec at check in time or what not and if no proper comment is found... Enforcing at SCM occurred to me as well. This may make more sense. - spec is more easily available at that point - developer gets the needed feedback sooner Yeah, doing it at the SCM level seems sensible. I'm closing this WONTFIX as we want this at the SCM level. |