takeltau 0.40.7 → 0.40.9
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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e004a9547fa72e3982205205cb439fdc5061bfce7854d7eaf1e2364aa40c82b
|
|
4
|
+
data.tar.gz: 833751411b1925d283db880cb9fb3dcf0abdc22995d5940aaf5daa02e461ca60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1c734cff5164f4ccc74870af719a64f01d49ab3e1654bb52c6bc73371770e811da6176c5bb284e759961d0db780ca1eb47b002b4c20e9d7135bef4067b62ca72
|
|
7
|
+
data.tar.gz: 81f46b70b1def28efc3a3e141228fafd19571f3fee1993ab183f08069faeb07f208b62c4d6ac011117a5c0495e6a64200b449a85d44fd990cf5b96e47fecba71
|
|
@@ -58,7 +58,7 @@ module MutagenCheckDaemon
|
|
|
58
58
|
return false
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
-
unless stdout.include? 'Status: Forwarding
|
|
61
|
+
unless stdout.include? 'Status: Forwarding'
|
|
62
62
|
log.debug 'The mutagen forward connection to the host ' \
|
|
63
63
|
'is not forwarding connections'
|
|
64
64
|
return false
|
|
@@ -6,7 +6,7 @@ module MutagenSocketCreate
|
|
|
6
6
|
# rubocop:disable Metrics/MethodLength
|
|
7
7
|
def mutagen_socket_create(name, containersock, hostsock)
|
|
8
8
|
# See DockerContainerLib::_docker_container_lib_hostname
|
|
9
|
-
socketname = "#{@hostname[-11
|
|
9
|
+
socketname = "#{@hostname[-11..]}-#{name}"
|
|
10
10
|
log.debug "Create the mutagen socket \"#{socketname}\" in the container " \
|
|
11
11
|
"at \"#{containersock}\" pointing to the host at \"#{hostsock}\""
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@ module MutagenSocketDocker
|
|
|
6
6
|
# rubocop:disable Metrics/MethodLength
|
|
7
7
|
def mutagen_socket_docker(hostsock)
|
|
8
8
|
# See DockerContainerLib::_docker_container_lib_hostname
|
|
9
|
-
socketname = "#{@hostname[-11
|
|
9
|
+
socketname = "#{@hostname[-11..]}-docker"
|
|
10
10
|
log.debug "Create the mutagen docker socket \"#{socketname}\" in the container " \
|
|
11
11
|
"pointing to the host at \"#{hostsock}\""
|
|
12
12
|
|
data/lib/takeltau/version
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.40.
|
|
1
|
+
0.40.9
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: takeltau
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.40.
|
|
4
|
+
version: 0.40.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Takelwerk
|
|
@@ -293,7 +293,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
293
293
|
requirements:
|
|
294
294
|
- - ">="
|
|
295
295
|
- !ruby/object:Gem::Version
|
|
296
|
-
version: '2.
|
|
296
|
+
version: '2.6'
|
|
297
297
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
298
298
|
requirements:
|
|
299
299
|
- - ">="
|