vagrant-sptsync 0.0.62 → 0.0.63

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: d21ad9a667298faf0071ebe820295ec483c87adb
4
- data.tar.gz: e24a7e4d3b2064a3f5e82ae6cd10cdf9f822b127
3
+ metadata.gz: 5c7feacca031ede6f93eca746f65578fce0e5b08
4
+ data.tar.gz: 1dc641214cab9285c66c5ff73cdadd935c2437b9
5
5
  SHA512:
6
- metadata.gz: f65987b8da9c887f32a5ed7105377ebdeab033b8551422d81b028139d444edd2d90a5d8ca864630338a892d55292fb503e245215c15190cda6924652dfab59a7
7
- data.tar.gz: 80978b759985d88521e74338ff973b40e9db8778077f298934b532c9c95768d65ff2fd02fa5d80fa0fc3ccc75d39bda93e9d65a647b22cd323142a9a5eddfc45
6
+ metadata.gz: 7286e3d77f7960c512f3d9a5a640c126d55453100ee797364b90407450469c34fe0062082a87fc78ea435d919eaa56e968d4397524b34536ea327f779e770311
7
+ data.tar.gz: 2cf2e19e67afb8fc4230e44c9c57cfb1cb6366a7ba281ecb2ec4ac3e73dc9bc8a7b35ffadbbacc9a1d5090929ff0e581cd252da75ea4ad5e6210a0bcf8a1b57a
@@ -66,6 +66,7 @@ module VagrantPlugins
66
66
  site = @options[:site]
67
67
  drush = "#{site}.v#{revision.gsub('.', '')}"
68
68
  files_dir = "/var/www/sites/virtual/deploy/shared/#{drush}/files/"
69
+ server = server == 'stage' ? 'stg' : server
69
70
  server_name = "tn-#{server}-web00.lax.spehosting.com"
70
71
  commands = {
71
72
  "downloading files" => "sudo -E rsync --recursive --compress --times --rsh='ssh -l deploy' #{server_name}:#{files_dir} #{files_dir} --exclude=cdn --exclude=css --exclude=js --exclude=languages --exclude=styles --exclude=xmlsitemap",
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module SPTSync
3
- VERSION = "0.0.62"
3
+ VERSION = "0.0.63"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-sptsync
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.62
4
+ version: 0.0.63
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sean Sehr
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-08 00:00:00.000000000 Z
11
+ date: 2016-02-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler