Skip to content
Snippets Groups Projects
Commit 1775c322 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

audit: new formulae should not require patches.

We may under some circumstances accept these anyway but it's better to
nudge people into the right behaviours on local `audit`s.
parent 6e1faf5b
No related branches found
No related tags found
No related merge requests found
......@@ -732,7 +732,10 @@ class FormulaAuditor
}
end
next if spec.patches.empty?
spec.patches.each { |p| patch_problems(p) if p.external? }
next unless @new_formula
problem "New formulae should not require patches to build. Patches should be submitted and accepted upstream first."
end
%w[Stable Devel].each do |name|
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment