engineyard-serverside 1.6.3 → 1.6.4.pre

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.
@@ -62,7 +62,7 @@ module EY
62
62
  out = verbose? ? Tee.new($stdout, log) : log
63
63
  err = Tee.new($stderr, log) # we always want to see errors
64
64
 
65
- cmd = "sh -c #{Escape.shell_command([cmd])}"
65
+ cmd = "sh -l -c #{Escape.shell_command([cmd])}"
66
66
  puts "running #{cmd}" if ENV['DEBUG']
67
67
  out << with_timestamp(":: running #{cmd}\n")
68
68
  status = systemu cmd, 'stdout' => out, 'stderr' => err
@@ -83,7 +83,7 @@ module EY
83
83
  if local?
84
84
  logged_system(command)
85
85
  else
86
- logged_system("#{ssh_command} #{user}@#{hostname} #{Escape.shell_command [command]}")
86
+ logged_system("#{ssh_command} #{user}@#{hostname} #{Escape.shell_command ["sh -l -c"] + [command]}")
87
87
  end
88
88
  end
89
89
 
@@ -1,5 +1,5 @@
1
1
  module EY
2
2
  module Serverside
3
- VERSION = '1.6.3'
3
+ VERSION = '1.6.4.pre'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-serverside
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
5
- prerelease:
4
+ version: 1.6.4.pre
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - EY Cloud Team
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-26 00:00:00.000000000 Z
12
+ date: 2012-04-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
@@ -323,8 +323,6 @@ files:
323
323
  - spec/deploy_hook_spec.rb
324
324
  - spec/deprecation_spec.rb
325
325
  - spec/fixtures/gemfiles/1.0.21-rails-31-with-sqlite
326
- - spec/fixtures/gitrepo/bar
327
- - spec/fixtures/gitrepo/foo
328
326
  - spec/fixtures/gitrepo.tar.gz
329
327
  - spec/fixtures/invalid_hook.rb
330
328
  - spec/fixtures/lockfiles/0.9-no-bundler
@@ -365,9 +363,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
365
363
  - - ! '>='
366
364
  - !ruby/object:Gem::Version
367
365
  version: '0'
368
- segments:
369
- - 0
370
- hash: -2108879952767088363
371
366
  required_rubygems_version: !ruby/object:Gem::Requirement
372
367
  none: false
373
368
  requirements:
@@ -387,8 +382,6 @@ test_files:
387
382
  - spec/deploy_hook_spec.rb
388
383
  - spec/deprecation_spec.rb
389
384
  - spec/fixtures/gemfiles/1.0.21-rails-31-with-sqlite
390
- - spec/fixtures/gitrepo/bar
391
- - spec/fixtures/gitrepo/foo
392
385
  - spec/fixtures/gitrepo.tar.gz
393
386
  - spec/fixtures/invalid_hook.rb
394
387
  - spec/fixtures/lockfiles/0.9-no-bundler
@@ -417,3 +410,4 @@ test_files:
417
410
  - spec/spec_helper.rb
418
411
  - spec/sqlite3_deploy_spec.rb
419
412
  - spec/support/integration.rb
413
+ has_rdoc:
File without changes
File without changes