cob-cli 2.43.4 → 2.43.6

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.
@@ -31,7 +31,7 @@ async function checkWorkingCopyCleanliness(testNotDetached=true) {
31
31
  /* ************************************ */
32
32
  function checkConnectivity(server) {
33
33
  const execa = require('execa');
34
- return execa('ssh', ["-o", "StrictHostKeyChecking=no", "-o", "PreferredAuthentications=publickey", "-o", "BatchMode=yes", "-o", "ConnectTimeout=15", server, "test -w /etc/recordm/recordm.rc && exit || exit 1"])
34
+ return execa('ssh', ["-o", "StrictHostKeyChecking=no", "-o", "PreferredAuthentications=publickey", "-o", "BatchMode=yes", "-o", "ConnectTimeout=15", server, "test -w /etc/recordm/services/com.cultofbits.web.integration.properties && exit || exit 1"])
35
35
  }
36
36
 
37
37
  /* ************************************ */
@@ -4,7 +4,6 @@
4
4
  + /services/com.cultofbits.integrationm.service.properties
5
5
  - /services/**
6
6
 
7
- + /security/password.rules.properties
8
7
  - /security/**
9
8
  - /hornetq
10
9
  - /elasticsearch
@@ -8,6 +8,7 @@
8
8
  - recordm-importer.log*
9
9
  - recordm-importer*.jar
10
10
 
11
+ - install.log
11
12
  - upgrade.log
12
13
 
13
14
  - node_modules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cob-cli",
3
- "version": "2.43.4",
3
+ "version": "2.43.6",
4
4
  "description": "A command line utility to help Cult of Bits partners develop with higher speed and reusing common code and best practices.",
5
5
  "preferGlobal": true,
6
6
  "repository": {