dust-deploy 0.12.1 → 0.12.2

Sign up to get free protection for your applications and to get access to all the features.
data/changelog.md CHANGED
@@ -1,6 +1,12 @@
1
1
  Changelog
2
2
  =============
3
3
 
4
+ 0.12.2
5
+ ------------
6
+
7
+ - makes cjdroute wait 2s before firing up again, should fix issues with cjdroute not coming up after upgrading
8
+
9
+
4
10
  0.12.1
5
11
  ------------
6
12
 
@@ -153,6 +153,7 @@ class Cjdroute< Recipe
153
153
 
154
154
  # fire up cjdroute
155
155
  def start_cjdroute
156
+ sleep 2 # sleep to make sure old cjdroute is dead
156
157
  ::Dust.print_msg 'fireing up cjdroute'
157
158
  ::Dust.print_result @node.exec("nohup #{@config['bin_dir']}/cjdroute < #{@config['etc_dir']}/cjdroute.conf &> /dev/null &")[:exit_code]
158
159
  end
data/lib/dust/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Dust
2
- VERSION = "0.12.1"
2
+ VERSION = "0.12.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dust-deploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: