-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
try fix license scout issue [didn't work]
Encountered error(s) with project's licensing information. Failing the build because :fatal_licensing_warnings is set in the configuration. Error(s): Can not automatically detect licensing information for 'server-ctl-cookbooks' using license_scout. Error is: 'Project at '/var/cache/omnibus/chef-server/src/server-ctl-cookbooks' is a Berkshelf project but berkshelf gem is not available in your bundle. Add berkshelf to your bundle in order to collect licenses for this project.' 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. Signed-off-by: Lincoln Baker <[email protected]> temporarily turn off license scout Signed-off-by: Lincoln Baker <[email protected]> try to fix license scout error Signed-off-by: Lincoln Baker <[email protected]> try bypass license scout error Signed-off-by: Lincoln Baker <[email protected]> berkshelf Signed-off-by: Lincoln Baker <[email protected]> license scout Signed-off-by: Lincoln Baker <[email protected]> run make bump_bundles Signed-off-by: Lincoln Baker <[email protected]> add Gemfile.locks to try to cure license_scout errors Signed-off-by: Lincoln Baker <[email protected]> license scout public_suffix Signed-off-by: Lincoln Baker <[email protected]>
- Loading branch information
1 parent
28a5c59
commit 61f62ea
Showing
8 changed files
with
916 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'berkshelf' | ||
gem 'public_suffix' | ||
#gem 'berkshelf', '~> 8.0', '>= 8.0.9' |
Oops, something went wrong.