kitchen-appbundle-updater 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e56dbe5fffa487a7a5f1b1f61187e8d0b321d588
|
4
|
+
data.tar.gz: c6a1621c924878767da4f112e7f9a6639715e039
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7ef9e87fb3cc17d0161043698c93f2cb2c2696845b04c815a258da87323a3c955b4a68f7b1322d35a055649061e0c3a9c995e052f55d56f5aa597bff58c53ba
|
7
|
+
data.tar.gz: 5beeec5ee1ae206aa6290920810c68e428dbfd4ab2dac2743685383601575ded72a512642ce7f1a1d8bc3aae958b50e65854dc2e572e40059d93ca5fe1d32520
|
@@ -6,6 +6,8 @@ module Kitchen
|
|
6
6
|
default_config :refname, "master"
|
7
7
|
default_config :github_owner, "chef"
|
8
8
|
default_config :github_repo, "chef"
|
9
|
+
default_config :chef_omnibus_url, "https://omnitruck.chef.io/current/install.sh"
|
10
|
+
default_config :chef_omnibus_install_options, "-n"
|
9
11
|
|
10
12
|
def prepare_command
|
11
13
|
ruby_bin = remote_path_join(config[:ruby_bindir], "ruby").
|
@@ -1,6 +1,6 @@
|
|
1
1
|
$ErrorActionPreference = "Stop";
|
2
2
|
|
3
|
-
Write-Host "-----> Installing appbundle-updater gem`n"
|
4
|
-
& "$gem" install appbundle-updater
|
3
|
+
Write-Host "-----> Installing appbundler and appbundle-updater gem`n"
|
4
|
+
& "$gem" install appbundler appbundle-updater
|
5
5
|
Write-Host "-----> Running appbundle-updater to upgrade chef inside omnibus-chef (takes awhile)`n"
|
6
6
|
& "$ruby" "$appbundle_updater" chef chef "$refname" --tarball --github "$github_owner/$github_repo"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kitchen-appbundle-updater
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jay Mundrawala
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
122
122
|
version: '0'
|
123
123
|
requirements: []
|
124
124
|
rubyforge_project:
|
125
|
-
rubygems_version: 2.
|
125
|
+
rubygems_version: 2.5.2
|
126
126
|
signing_key:
|
127
127
|
specification_version: 4
|
128
128
|
summary: A Test Kitchen Driver for Appbundle-updater
|