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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b47fd44c5fc5835fc630abf73ac041dcf2edbc5
4
- data.tar.gz: eacc37bcbf5a7af1b668c42829fdc264a3b7a12e
3
+ metadata.gz: 4e219c5e6fded5f9f988a28e5a69a9c6b67139fd
4
+ data.tar.gz: 8f12394a623b672697e1445c4349edaf4556d11c
5
5
  SHA512:
6
- metadata.gz: fb232552396f11d07e7ab86e0bb207ef9cc65e2834d66a656524b72f744330a556d2f61d6702bc3d29b1adbefd71e57de23a06f146dbc103e87ebebea5a48e85
7
- data.tar.gz: cb214036519814178a237c2d98c1612ad6f10ed2273d5322607680fe81e63e6b9864cd190c023a35db80c154a905bd76cd1afc1482eb1eea9f3d7b1475953caf
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
@@ -1,4 +1,4 @@
1
1
  # Generic top-level module comment
2
2
  module ImageBuilder
3
- VERSION = '0.0.4'
3
+ VERSION = '0.0.5'
4
4
  end
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
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-24 00:00:00.000000000 Z
11
+ date: 2014-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler