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/11/06 15:40:43 UTC

[plc4x] branch develop updated (d62aae4 -> 5c7e05c)

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

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


    from d62aae4  [AB-ETH] Add fine grained logging in debug / trace
     add 24228fe  - Updated the versions of the maven plugins: -- maven-jar-plugin -- maven-source-plugin -- maven-assembly-plugin - Added a fixed timestamp value to the master pom - Fixed the version of the base image used in the Dockerfile
     add 4c80339  - Added a script to create an archive with a hopefully reproducible build output
     add 9681d1b  - Finetuned the scripts to build and compare the reproducible-builds - Removed the staging repos as the plugins have been released
     add 8cc582f  Merge branches 'develop' and 'feature/reproducible-builds' of https://gitbox.apache.org/repos/asf/plc4x into feature/reproducible-builds
     add 46b56e2  - Finished configuring the reproducible builds.
     add 9c8eb42  - Added a check for OpenSSL to the prerequisiteCheck.groovy script
     add 71270a3  - Added the official UNLICENSE header (Hopefully rat will now detect it)
     add 966f5e2  - Moved the definition of plugin versions to the pluginManagement section - Updated some plugin where newer version were available
     add e3929fd  Merge branches 'develop' and 'feature/reproducible-builds' of https://gitbox.apache.org/repos/asf/plc4x into feature/reproducible-builds
     add a543456  - Added some more documentation - Started making it configurable
     new 5c7e05c  Merge pull request #100 from apache/feature/reproducible-builds

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Dockerfile                                         |  5 +-
 build-reproducible.sh                              | 68 +++++++++++++++++++++
 .../language/mspec/expression/Expression.g4        | 36 +++++++++--
 .../server.sh => compare-reproducible.sh           | 28 ++++++---
 plc4j/pom.xml                                      |  1 +
 pom.xml                                            | 70 ++++++++++++++++------
 sandbox/streampipes-connectors/READMME.adoc        | 15 ++++-
 sandbox/streampipes-connectors/env/development     |  5 +-
 .../java/streampipes/bacnetip/BacNetIpAdapter.java | 37 +++++++++++-
 src/main/script/prerequisiteCheck.groovy           | 33 +++++++---
 10 files changed, 249 insertions(+), 49 deletions(-)
 create mode 100755 build-reproducible.sh
 copy plc4j/examples/hello-connectivity-kafka/server.sh => compare-reproducible.sh (69%)


[plc4x] 01/01: Merge pull request #100 from apache/feature/reproducible-builds

Posted by cd...@apache.org.
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

commit 5c7e05c40e2da61b81637731f826a1e3b8626527
Merge: d62aae4 a543456
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Nov 6 16:40:37 2019 +0100

    Merge pull request #100 from apache/feature/reproducible-builds
    
    Feature/reproducible builds

 Dockerfile                                         |  5 +-
 build-reproducible.sh                              | 68 +++++++++++++++++++++
 .../language/mspec/expression/Expression.g4        | 36 +++++++++--
 .../env/development => compare-reproducible.sh     | 27 +++++++--
 plc4j/pom.xml                                      |  1 +
 pom.xml                                            | 70 ++++++++++++++++------
 sandbox/streampipes-connectors/READMME.adoc        | 15 ++++-
 sandbox/streampipes-connectors/env/development     |  5 +-
 .../java/streampipes/bacnetip/BacNetIpAdapter.java | 37 +++++++++++-
 src/main/script/prerequisiteCheck.groovy           | 33 +++++++---
 10 files changed, 251 insertions(+), 46 deletions(-)