image_builder 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/image_builder/backends/packer.rb +2 -1
- data/lib/image_builder/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e219c5e6fded5f9f988a28e5a69a9c6b67139fd
|
4
|
+
data.tar.gz: 8f12394a623b672697e1445c4349edaf4556d11c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 807bcad0836f8bcc844588d3d665458ce7ab4188bb37a7211368ca19868969fcfd996ca0879795fd4bf8d227a4b5c544f38a385cf5010b7a9900ee7fbf6b2c82
|
7
|
+
data.tar.gz: 6641a0f7a77b869d0fff15e990478e9a2293760ff74207b759f2c6ff55be139e243efb18feb67f3e8c919ba394bcaf553ae70ec7bd2018dd89b1941b59674e72
|
@@ -75,7 +75,8 @@ module ImageBuilder
|
|
75
75
|
|
76
76
|
# Some provisioners may take a long time to run without giving output (applying OS updates via Chef
|
77
77
|
# to CentOS6, and AMI copying, comes to mind), so extend the timeout to 1.5 hours.
|
78
|
-
shellout = Mixlib::ShellOut.new(cmd, env: { 'PATH' => @@default_path.join(':') }, input: to_json, timeout: 5400)
|
78
|
+
# shellout = Mixlib::ShellOut.new(cmd, env: { 'PATH' => @@default_path.join(':') }, input: to_json, timeout: 5400)
|
79
|
+
shellout = Mixlib::ShellOut.new(cmd, input: to_json, timeout: 5400)
|
79
80
|
shellout.live_stdout = STDOUT
|
80
81
|
shellout.live_stderr = STDERR
|
81
82
|
shellout.run_command
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: image_builder
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Morris
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-11-
|
11
|
+
date: 2014-11-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|