takeltau 0.40.6 → 0.40.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a9f528a62f30a403c13db7d70795446c0645a309d1c3e7c33db9160f41ac2d6b
4
- data.tar.gz: 2ff094105f954a14a79e5e7978a29d2756db85b3cd0beeb3744d9b4deebc1a47
3
+ metadata.gz: 36e5345fd6b55be001f841d4181d01e1efcc47e35ad6ea5650536dfd1ef49321
4
+ data.tar.gz: 94db651e1825390239623b0c803fa8c903af90949b7e0f6ca10e173ba0c2ec9f
5
5
  SHA512:
6
- metadata.gz: cfc49373ada2a44e5eb91dcafc92f9bc3c8e4ac9fbacecb4932d77ffeb7929cc0dca135a7c356e23e5514d4f49aba48debe208363f8978edf7b92cf170f9bcc1
7
- data.tar.gz: 8260d3330ad8df2e9d89d0f253cc17afc33bc5f0407f358ef747d88bdc95dafa3dff396e6fabc01aa90a8969874fb7c351d0468de7af15ca42c286cfd9ab31b3
6
+ metadata.gz: 8e5c61d7cfef9f13924fb147ecce6a0b4615ea85ec98505f720cfb765f975b1f08d66c4eb1284e755696b9b66e3b2b66e88e319f0a36a05a02131b6fbf69eaff
7
+ data.tar.gz: 676182ed7f62baa2e535a3c2499cd3c8b920dfe3c1210a4947e0264db09492327c9c4cfedcf038231856674e49facd5253788b57ce3822aecdcd66b76674466d
@@ -17,8 +17,8 @@ module InfoStatusBar
17
17
  _info_status_bar_gopass
18
18
  _info_status_bar_gpg
19
19
  _info_status_bar_hg
20
- _info_status_bar_mutagen
21
20
  _info_status_bar_ssh
21
+ _info_status_bar_mutagen
22
22
 
23
23
  say @bar_list.join(' | ')
24
24
  @bar_status
@@ -16,13 +16,13 @@ module InfoStatusSSH
16
16
  return false
17
17
  end
18
18
 
19
- unless _file_exists? gpg_ssh_socket
20
- log.error 'gpg ssh socket is not available'
19
+ unless _info_status_ssh_keys
20
+ log.error 'ssh keys are not available'
21
21
  return false
22
22
  end
23
23
 
24
- unless _info_status_ssh_keys
25
- log.error 'ssh keys are not available'
24
+ unless _file_exists? gpg_ssh_socket
25
+ log.error 'gpg ssh socket is not available'
26
26
  return false
27
27
  end
28
28
 
@@ -25,13 +25,13 @@ module MutagenCheckDaemon
25
25
  return true
26
26
  end
27
27
 
28
- unless _file_exists? config.active['mutagen_socket_path_mutagen_container']
29
- log.error 'The mutagen socket path in the container is not available'
28
+ unless _mutagen_check_daemon_host_connection
29
+ log.error 'A mutagen host connection is not available'
30
30
  return false
31
31
  end
32
32
 
33
- unless _mutagen_check_daemon_host_connection
34
- log.error 'A mutagen host connection is not available'
33
+ unless _file_exists? config.active['mutagen_socket_path_mutagen_container']
34
+ log.error 'The mutagen socket path in the container is not available'
35
35
  return false
36
36
  end
37
37
 
@@ -58,7 +58,7 @@ module MutagenCheckDaemon
58
58
  return false
59
59
  end
60
60
 
61
- unless stdout.include? 'Status: Forwarding connections'
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..-1]}-#{name}"
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..-1]}-docker"
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.6
1
+ 0.40.11
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.6
4
+ version: 0.40.11
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.5'
296
+ version: '2.6'
297
297
  required_rubygems_version: !ruby/object:Gem::Requirement
298
298
  requirements:
299
299
  - - ">="