capistrano-karaf 1.6.4 → 1.6.5
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.
- data/lib/capistrano-karaf/install.rb +1 -4
- metadata +2 -2
@@ -101,15 +101,12 @@ module Install
|
|
101
101
|
feature_install(f[:feature])
|
102
102
|
trigger_event(f, :after_install_feature)
|
103
103
|
end
|
104
|
-
|
104
|
+
ensure
|
105
105
|
# restore the runlevel to the level before upgrading
|
106
106
|
startlevel_set initial_level
|
107
107
|
ensure_all_bundles_are_restarted args[:startlevel_before_upgrade], initial_level
|
108
108
|
end
|
109
109
|
|
110
|
-
# increase the start level
|
111
|
-
startlevel_set args[:startlevel_after_upgrade]
|
112
|
-
|
113
110
|
restart_failed_bundles
|
114
111
|
end
|
115
112
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: capistrano-karaf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.5
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-07-
|
12
|
+
date: 2014-07-11 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email: brecht.hoflack@gmail.com
|