veewee 0.4.5.pre1 → 0.4.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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzYyNmUyZTIyNGM0NDUxZTFjZjhjYzUyZjg5NjRjNzY5ZmJlODlhNw==
4
+ NTk1NWY3MjZjOGUzMmNjY2FlMDRjOTI3MjllYmYyODQwODY2ZjI4YQ==
5
5
  data.tar.gz: !binary |-
6
- ZDYwZjVhODY3OGFiYWIyMTlhMWVhZmEwMzhiYjNkODg5ZjJhYjE2Yw==
6
+ OTA4Nzg0YjAxZDE1YjI1MjQxNjMzYmU4ZDBhZDI3MTc1YjIxOTM2NQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODZkZmY2NmNmNThmZDMyYmUxN2UxNTY1MzFkMzJkZGU3ZDI0YjE1Y2U4MmE2
10
- ZGQyMDZmMDBiMzM3ODNjMGI4ZmNhODgxZWQ2MTdlNTZiMjYwYTE1MTFlNDA0
11
- MTUxMWU0NmI0NGZhN2IzNmJmNTY3Y2Q5MGRjODEzOGU2Nzg1ZDY=
9
+ M2I2MTdmMTY3ZmU4NzJhNDQzOGY4MzQzZDM0MjU4ZDhiZDRhOGU2NjVhMmQ1
10
+ NzQ2ZDBiMzE2OWMzMGE1NjAzNzIzN2QwY2VmZjI3NDQwMjVjNWFmY2RjNzhj
11
+ YTE4N2QxOGRmZDk2MjgxYzE4NzliYjg3MWI1MWYxNTkzMzY2ODU=
12
12
  data.tar.gz: !binary |-
13
- M2U3MzQwMGU5ZTIzZGFjZWYwZmIwZmI2YjY2ZTFhMGJjYjBlYTI1M2Q4YWVj
14
- MWI3NGE0MzQxNGQ5NDc0NjU2MTgzMDBmYjRkMzYzNjgzMjM2MGJlYTY1N2U4
15
- NzNlNWVmNDYyYWQ1YTYxMGRhYmQ3YjE5MmI1NjkzMjZhMzFhYTk=
13
+ NDk0YjAxMjkxZGVkYjhjMTU1ZDcxMzIzNDNiNmY0ZjdlMjFiODM0YWZkMjkz
14
+ ODAwZmY0OTUxNDFkMjhlYjExNWNhZGU5YWZhNjg1ZTA3ZTViMmRlNDMzOTUy
15
+ MTI4YWFmN2ViNTdiZjQ3ZGYwZDI5NTk0NGQ5Y2VhNTQ0YjA2NzI=
@@ -26,18 +26,19 @@ module Veewee
26
26
 
27
27
  urlpath = localfile.to_slug
28
28
  urlpath = urlpath.start_with?('/') ? urlpath : '/' + urlpath
29
- env.ui.warn "Spinning up an allow_for_http_request on http://#{host_ip_as_seen_by_guest}:#{definition.kickstart_port}#{localfile} at URL #{urlpath}"
30
- allow_for_http_request(
31
- localfile,
32
- urlpath,
33
- {
34
- :port => definition.kickstart_port,
35
- :timeout => definition.kickstart_timeout,
36
- }
37
- )
38
29
 
39
30
  begin
40
31
  self.when_winrm_login_works(self.ip_address,winrm_options.merge(options)) do
32
+ env.ui.warn "Spinning up an allow_for_http_request on http://#{host_ip_as_seen_by_guest}:#{definition.kickstart_port}#{localfile} at URL #{urlpath}"
33
+ allow_for_http_request(
34
+ localfile,
35
+ urlpath,
36
+ {
37
+ :port => definition.kickstart_port,
38
+ :timeout => 300,
39
+ }
40
+ )
41
+
41
42
  env.ui.info "Going to try and copy #{localfile} to #{remotefile.inspect}"
42
43
  self.exec("cmd.exe /C cscript %TEMP%\\wget.vbs /url:http://#{host_ip_as_seen_by_guest}:#{definition.kickstart_port}#{urlpath} /path:#{remotefile}")
43
44
  # while true do
@@ -4,5 +4,5 @@ end
4
4
 
5
5
  # Only set the version constant if it wasn't set before
6
6
  unless defined?(Veewee::VERSION)
7
- ::Veewee::VERSION="0.4.5.pre1"
7
+ ::Veewee::VERSION="0.4.5"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veewee
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5.pre1
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick Debois