Skip to content

Commit

Permalink
Merge pull request #932 from chef/praj/add_instructions
Browse files Browse the repository at this point in the history
Update instructions to get builds passing when a new license needs to be added.
  • Loading branch information
tas50 authored Feb 19, 2020
2 parents 6b0f340 + 3da41d3 commit 00784ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omnibus/licensing.rb
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def raise_if_warnings_fatal!

if Config.fatal_transitive_dependency_licensing_warnings && !transitive_dependency_licensing_warnings.empty?
warnings_to_raise << transitive_dependency_licensing_warnings
warnings_to_raise << "If you are encountering missing license or missing license file errors for **transitive** dependencies, you can provide overrides for the missing information at https://github.com/chef/license_scout/blob/1-stable/lib/license_scout/overrides.rb#L93"
warnings_to_raise << "If you are encountering missing license or missing license file errors for **transitive** dependencies, you can provide overrides for the missing information at https://github.com/chef/license_scout/blob/1-stable/lib/license_scout/overrides.rb#L93. \n Promote license_scout to Rubygems with `/expeditor promote chef/license_scout:1-stable X.Y.Z` in slack."
end

warnings_to_raise.flatten!
Expand Down

0 comments on commit 00784ec

Please sign in to comment.