You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/12/05 15:54:53 UTC

[plc4x] branch develop updated: PLC4X-151 Build for boost fails on Jenkins - Added some documentation on alternates to calculate the keys for the VM - Removed something committed which shouldn't have been there - Bumped the CMake version to hopefully fix the build on jenkins again.

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 848e185  PLC4X-151 Build for boost fails on Jenkins - Added some documentation on alternates to calculate the keys for the VM - Removed something committed which shouldn't have been there - Bumped the CMake version to hopefully fix the build on jenkins again.
848e185 is described below

commit 848e1856a704945316d2dd3a6dfe3e73089124d5
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Dec 5 16:54:47 2019 +0100

    PLC4X-151 Build for boost fails on Jenkins
    - Added some documentation on alternates to calculate the keys for the VM
    - Removed something committed which shouldn't have been there
    - Bumped the CMake version to hopefully fix the build on jenkins again.
---
 pom.xml                              |  2 +-
 src/site/asciidoc/developers/vm.adoc | 14 +++++++-------
 src/site/site.xml                    |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index efb7a2e..2eb505c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@
     <boost.version.underline-short>1_71</boost.version.underline-short>
     <boost.version.underline>${boost.version.underline-short}_0</boost.version.underline>
     <byte-buddy.version>1.9.10</byte-buddy.version>
-    <cmake-version>3.15.4</cmake-version>
+    <cmake-version>3.16.0</cmake-version>
     <commons-codec.version>1.12</commons-codec.version>
     <commons-collections4.version>4.1</commons-collections4.version>
     <commons-configuration2.version>2.6</commons-configuration2.version>
diff --git a/src/site/asciidoc/developers/vm.adoc b/src/site/asciidoc/developers/vm.adoc
index be84793..095bcc0 100644
--- a/src/site/asciidoc/developers/vm.adoc
+++ b/src/site/asciidoc/developers/vm.adoc
@@ -73,19 +73,19 @@ Instead of now entering a password, a challenge is displayed:
 
 If you now enter your normal password, you'll simply get `permission denied` errors.
 
-In order to execute operations as root on the machine, you need to get a client.
-Everything needed is documented here: https://reference.apache.org/pdf.lua?/committer/opie
-
-As soon as you have your OPIE client installed and running, you need to copy the first line of the response:
+In order to execute operations as root on the machine, you need to use an opie client.
+As with the latest version of Mac Catalina the existing clients no longer work and using a public web service is a really bad idea, Apache has a service to calculate:
+https://reference.apache.org/pdf.lua?/committer/opie
 
    otp-md5 496 pl8230
 
-into your OPIE client's `challenge` field (In case of SkeyCalc).
+into OPIE client's `challenge` field.
 
 In the `password` field you provide your Apache LDAP password.
-When hitting enter or clicking on `Calc & Copy` the tool should automatically copy the response.
 
-Now all you need to do is paste that as password into your SSH client session.
+When hitting enter or clicking on `Compute` the tool should automatically generate a response.
+
+Now all you need to do is copy & paste that as password into your SSH client session.
 
 === Required software
 
diff --git a/src/site/site.xml b/src/site/site.xml
index e545fea..4e72149 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -85,7 +85,7 @@
         <script>
           document.addEventListener("DOMContentLoaded", function(event) {
             /* Add an image for promoting Apache events below the right banner */
-            $("#bannerRight").parent.append('<p id="apacheEvents"><a href="//www.apache.org/events/current-event.html"><img src="//www.apache.org/events/current-event-234x60.png"/></a></p>');
+            $("#bannerRight").append('<p id="apacheEvents"><a href="//www.apache.org/events/current-event.html"><img src="//www.apache.org/events/current-event-234x60.png"/></a></p>');
             /* Append the trademarks info to the copyright section */
             $(".copyright").append('<p>Apache PLC4X, PLC4X, Apache, the Apache feather logo, and the Apache PLC4X project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. All other marks mentioned may be trademarks or registered trademarks of their respective owners.</p>');
           });