Skip to content

Commit

Permalink
Hab plan file change and gemspec file name changed
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Nov 5, 2024
1 parent fa6bd14 commit 2e4cbc0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test-kitchen.gemspec → chef-test-kitchen-enterprise.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require "kitchen/version"
require "English"

Gem::Specification.new do |gem|
gem.name = "test-kitchen"
gem.name = "chef-test-kitchen-enterprise"
gem.version = Kitchen::VERSION
gem.license = "Apache-2.0"
gem.authors = ["Fletcher Nichol"]
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.homepage = "https://kitchen.ci/"

# The gemfile and gemspec are necessary for appbundler in ChefDK / Workstation
gem.files = %w{LICENSE test-kitchen.gemspec Gemfile Rakefile} + Dir.glob("{bin,lib,templates,support}/**/*")
gem.files = %w{LICENSE chef-test-kitchen-enterprise.gemspec Gemfile Rakefile} + Dir.glob("{bin,lib,templates,support}/**/*")
gem.executables = %w{kitchen}
gem.require_paths = ["lib"]

Expand Down
4 changes: 2 additions & 2 deletions habitat/plan.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = "Stop"
$PSDefaultParameterValues['*:ErrorAction']='Stop'

$env:HAB_BLDR_CHANNEL = "LTS-2024"
$pkg_name="test-kitchen"
$pkg_name="chef-test-kitchen-enterprise"
$pkg_origin="chef"
$pkg_version=$(Get-Content "$PLAN_CONTEXT/../VERSION")
$pkg_maintainer="The Chef Maintainers <[email protected]>"
Expand Down Expand Up @@ -47,7 +47,7 @@ function Invoke-Build {

gem build test-kitchen.gemspec
Write-BuildLine " ** Using gem to install"
gem install test-kitchen-*.gem --no-document
gem install chef-test-kitchen-enterprise*.gem --no-document
gem install kitchen-dokken

If ($lastexitcode -ne 0) { Exit $lastexitcode }
Expand Down
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export HAB_BLDR_CHANNEL="LTS-2024"
_chef_client_ruby="core/ruby3_1"
pkg_name="test-kitchen"
pkg_name="chef-test-kitchen-enterprise"
pkg_origin="chef"
pkg_maintainer="The Chef Maintainers <[email protected]>"
pkg_description="The Chef Test Kitchen"
Expand Down

0 comments on commit 2e4cbc0

Please sign in to comment.