forked from chef/chef
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use locked dependencies to build chef
- Loading branch information
Showing
23 changed files
with
879 additions
and
49 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
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,14 @@ | ||
name "chef-appbundle" | ||
default_version "local_source" | ||
source path: project.files_path | ||
|
||
dependency "chef" | ||
|
||
build do | ||
# This is where we get the definitions below | ||
require_relative "../../files/chef-appbundle/build-chef-appbundle" | ||
extend BuildChefAppbundle | ||
|
||
appbundle_gem "chef" | ||
appbundle_gem "ohai" | ||
end |
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,20 @@ | ||
name "chef-complete" | ||
|
||
license :project_license | ||
|
||
dependency "chef" | ||
dependency "chef-appbundle" | ||
dependency "chef-remove-docs" | ||
|
||
dependency "shebang-cleanup" | ||
dependency "version-manifest" | ||
dependency "openssl-customization" | ||
|
||
if windows? | ||
# TODO can this be safely moved to before the chef? | ||
# It would make caching better ... | ||
dependency "ruby-windows-devkit" | ||
dependency "ruby-windows-devkit-bash" | ||
end | ||
|
||
dependency "clean-static-libs" |
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,6 @@ | ||
# gem installs this gem from the version specified in chef's Gemfile.lock | ||
# so we can take advantage of omnibus's caching. Just duplicate this file and | ||
# add the new software def to chef software def if you want to separate | ||
# another gem's installation. | ||
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" | ||
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) |
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,6 @@ | ||
# gem installs this gem from the version specified in chef's Gemfile.lock | ||
# so we can take advantage of omnibus's caching. Just duplicate this file and | ||
# add the new software def to chef software def if you want to separate | ||
# another gem's installation. | ||
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" | ||
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) |
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,6 @@ | ||
# gem installs this gem from the version specified in chef's Gemfile.lock | ||
# so we can take advantage of omnibus's caching. Just duplicate this file and | ||
# add the new software def to chef software def if you want to separate | ||
# another gem's installation. | ||
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" | ||
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) |
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,8 @@ | ||
# gem installs this gem from the version specified in chef's Gemfile.lock | ||
# so we can take advantage of omnibus's caching. Just duplicate this file and | ||
# add the new software def to chef software def if you want to separate | ||
# another gem's installation. | ||
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" | ||
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) | ||
|
||
dependency "chef-gem-libyajl2" |
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,6 @@ | ||
# gem installs this gem from the version specified in chef's Gemfile.lock | ||
# so we can take advantage of omnibus's caching. Just duplicate this file and | ||
# add the new software def to chef software def if you want to separate | ||
# another gem's installation. | ||
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" | ||
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) |
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,6 @@ | ||
# gem installs this gem from the version specified in chef's Gemfile.lock | ||
# so we can take advantage of omnibus's caching. Just duplicate this file and | ||
# add the new software def to chef software def if you want to separate | ||
# another gem's installation. | ||
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" | ||
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) |
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,6 @@ | ||
# gem installs this gem from the version specified in chef's Gemfile.lock | ||
# so we can take advantage of omnibus's caching. Just duplicate this file and | ||
# add the new software def to chef software def if you want to separate | ||
# another gem's installation. | ||
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" | ||
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) |
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,6 @@ | ||
# gem installs this gem from the version specified in chef's Gemfile.lock | ||
# so we can take advantage of omnibus's caching. Just duplicate this file and | ||
# add the new software def to chef software def if you want to separate | ||
# another gem's installation. | ||
require_relative "../../files/chef-gem/build-chef-gem/gem-install-software-def" | ||
BuildChefGem::GemInstallSoftwareDef.define(self, __FILE__) |
Oops, something went wrong.