veewee 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock
CHANGED
data/lib/veewee/session.rb
CHANGED
@@ -154,7 +154,7 @@ module Veewee
|
|
154
154
|
rel_path=path1.relative_path_from(path2).to_s
|
155
155
|
|
156
156
|
puts
|
157
|
-
puts "
|
157
|
+
puts "We did not find an isofile in <currentdir>/iso. The definition provided the following download information:"
|
158
158
|
puts "- Download url: #{@definition[:iso_src]}"
|
159
159
|
puts "- Md5 Checksum: #{@definition[:iso_md5]}"
|
160
160
|
puts ""
|
data/lib/veewee/version.rb
CHANGED
@@ -19,7 +19,7 @@ Veewee::Session.declare( {
|
|
19
19
|
:ssh_login_timeout => "10000",:ssh_user => "vagrant", :ssh_password => "vagrant",:ssh_key => "",
|
20
20
|
:ssh_host_port => "7222", :ssh_guest_port => "22",
|
21
21
|
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
|
22
|
-
:shutdown_cmd => "shutdown -
|
22
|
+
:shutdown_cmd => "shutdown -P now",
|
23
23
|
:postinstall_files => [ "postinstall.sh"],:postinstall_timeout => "10000"
|
24
24
|
}
|
25
25
|
)
|
@@ -19,7 +19,7 @@ Veewee::Session.declare( {
|
|
19
19
|
:ssh_login_timeout => "10000",:ssh_user => "vagrant", :ssh_password => "vagrant",:ssh_key => "",
|
20
20
|
:ssh_host_port => "7222", :ssh_guest_port => "22",
|
21
21
|
:sudo_cmd => "echo '%p'|sudo -S sh '%f'",
|
22
|
-
:shutdown_cmd => "shutdown -
|
22
|
+
:shutdown_cmd => "shutdown -P now",
|
23
23
|
:postinstall_files => [ "postinstall.sh"],:postinstall_timeout => "10000"
|
24
24
|
}
|
25
25
|
)
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: veewee
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 10
|
10
|
+
version: 0.1.10
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Patrick Debois
|