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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7aaa2262330d7383a213bb36eed5ef3bc9fb5b73
|
4
|
+
data.tar.gz: 350660fad8bf858ad7814db327ea47215de0c080
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40ec130afd38a9f01b3905d810cb3a6d4c271d8119c7aef2356135d0f03e25503bb95a5f8146093ea8a72e60c2633663ea069bf2f6092903b2cb8df571baa012
|
7
|
+
data.tar.gz: bf04535f9a6f52e61b593ad40d61d833420ce80a3ce11eadadb3563b0f9ccc86eaf0aa8d46a39e1282fe705472c5ac3064b07100b96773299dbd68ac570f2dd5
|
@@ -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 + '
|
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
|
|
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.
|
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
|
+
date: 2015-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: listen
|