vagrant-unison-morroni 0.0.20 → 0.0.21

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3fa98d4ec7213165ae90b15dfd5801c050159dea
4
- data.tar.gz: 6b62c1b805e8fa92754ecf2a3e76a4e37676ae1c
3
+ metadata.gz: 7aaa2262330d7383a213bb36eed5ef3bc9fb5b73
4
+ data.tar.gz: 350660fad8bf858ad7814db327ea47215de0c080
5
5
  SHA512:
6
- metadata.gz: 248b4519e756a3be0772bc82d245ea19a9d0297cc2fdcea0d2f159064b0bebbb8a21f503a5a04d073d1d22d79986922a5b67474c143fc8e62a94cd8c007de57b
7
- data.tar.gz: a8ca22bba75fc058918c2e134a1ba88796c0a4da7bcd437ce3909d69e5cc85d54311e8a15b6313881f109c00307d8870d72992956a095272e9e4bc4ada220e46
6
+ metadata.gz: 40ec130afd38a9f01b3905d810cb3a6d4c271d8119c7aef2356135d0f03e25503bb95a5f8146093ea8a72e60c2633663ea069bf2f6092903b2cb8df571baa012
7
+ data.tar.gz: bf04535f9a6f52e61b593ad40d61d833420ce80a3ce11eadadb3563b0f9ccc86eaf0aa8d46a39e1282fe705472c5ac3064b07100b96773299dbd68ac570f2dd5
@@ -116,7 +116,7 @@ module VagrantPlugins
116
116
  unisonflags = ''
117
117
  end
118
118
  =end
119
- unisonflags = ' -ignorearchives '
119
+ unisonflags = ' -ignorearchives -ignorelocks '
120
120
 
121
121
  command.repeat = true
122
122
  command.terse = true
@@ -105,9 +105,22 @@ module VagrantPlugins
105
105
  ssh_command = SshCommand.new(@@machine, unison_paths)
106
106
  command = ShellCommand.new(@@machine, unison_paths, ssh_command)
107
107
 
108
+ =begin
109
+ #load @@machine.env.root_path.to_s + '/include-common/load-ini/load-ini.rb'
110
+ load ENV['host_proj_dir'] + '/include-common/load-ini/load-ini.rb'
111
+
112
+ properties = load_ini()
113
+ if (properties.has_key?('UNISONFLAGS'))
114
+ unisonflags = ' '+properties['UNISONFLAGS']+' '
115
+ else
116
+ unisonflags = ''
117
+ end
118
+ =end
119
+ unisonflags = ' -ignorearchives '
120
+
108
121
  command.repeat = true
109
122
  command.terse = true
110
- command = command.to_s + ' -ignorearchives > ' + @@machine.env.root_path.to_s + '/.vagrant/unison.log 2>&1 &'
123
+ command = command.to_s + unisonflags + ' > ' + @@machine.env.root_path.to_s + '/.vagrant/unison.log 2>&1 &'
111
124
 
112
125
  @@machine.env.ui.info "Running #{command}"
113
126
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Unison
3
- VERSION = "0.0.20"
3
+ VERSION = "0.0.21"
4
4
  end
5
5
  end
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Unison
3
- VERSION = "0.0.19"
3
+ VERSION = "0.0.20"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-unison-morroni
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.20
4
+ version: 0.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Laing
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-30 00:00:00.000000000 Z
11
+ date: 2015-12-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: listen