bosh-stemcell 1.2200.0 → 1.2291.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,6 +19,7 @@ module Bosh::Stemcell
19
19
  stage_config_script = File.join(build_path, 'stages', stage.to_s, 'config.sh')
20
20
 
21
21
  puts "=== Configuring '#{stage}' stage ==="
22
+ puts "== Started #{Time.now.strftime('%a %b %e %H:%M:%S %Z %Y')} =="
22
23
  if File.exists?(stage_config_script) && File.executable?(stage_config_script)
23
24
  run_sudo_with_command_env("#{stage_config_script} #{settings_file}")
24
25
  end
@@ -45,7 +46,7 @@ module Bosh::Stemcell
45
46
  def run_sudo_with_command_env(command)
46
47
  shell = Bosh::Core::Shell.new
47
48
 
48
- shell.run("sudo #{command_env} #{command} 2>&1")
49
+ shell.run("sudo #{command_env} #{command} 2>&1", output_command: true)
49
50
  end
50
51
  end
51
52
  end
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Stemcell
3
- VERSION = '1.2200.0'
3
+ VERSION = '1.2291.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bosh-stemcell
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2200.0
4
+ version: 1.2291.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-03-14 00:00:00.000000000 Z
12
+ date: 2014-03-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bosh_aws_cpi
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 1.2200.0
21
+ version: 1.2291.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
- version: 1.2200.0
29
+ version: 1.2291.0
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: fakefs
32
32
  requirement: !ruby/object:Gem::Requirement
@@ -188,7 +188,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
188
  version: '0'
189
189
  segments:
190
190
  - 0
191
- hash: 2870165919734630849
191
+ hash: -5093617795989210
192
192
  requirements: []
193
193
  rubyforge_project:
194
194
  rubygems_version: 1.8.23