You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ph...@apache.org on 2017/11/21 18:53:41 UTC

[1/2] nifi-minifi-cpp git commit: MINIFICPP-304: Update readme to reflect correct lib

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/MINIFICPP-304-RC0-0.3.0 29d8fef65 -> d3852a73b


MINIFICPP-304: Update readme to reflect correct lib

This closes #201.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/b95c8e4e
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/b95c8e4e
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/b95c8e4e

Branch: refs/heads/MINIFICPP-304-RC0-0.3.0
Commit: b95c8e4ebe476ca0c57ac8bcf799885b37039ee9
Parents: 29d8fef
Author: Marc Parisi <ph...@apache.org>
Authored: Tue Nov 21 12:28:13 2017 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Tue Nov 21 12:31:29 2017 -0500

----------------------------------------------------------------------
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/b95c8e4e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 222ade9..7faa40a 100644
--- a/README.md
+++ b/README.md
@@ -154,8 +154,7 @@ $ apt-get install cmake \
   librocksdb-dev librocksdb4.1 \
   uuid-dev uuid \
   libboost-all-dev libssl-dev \
-  bzip2-dev \
-  xz-dev \
+  libbz2-dev liblzma-dev \
   doxygen
 $ # (Optional) for building Python support
 $ apt-get install libpython3-dev


[2/2] nifi-minifi-cpp git commit: MINIFICPP-317: Update the cpackage ignore files option so that don't ignore subdirectories named build in third party

Posted by ph...@apache.org.
MINIFICPP-317: Update the cpackage ignore files option so that don't ignore subdirectories named build in third party

This closes #202.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/d3852a73
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/d3852a73
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/d3852a73

Branch: refs/heads/MINIFICPP-304-RC0-0.3.0
Commit: d3852a73beaafa78a789d975f6d3a595b7761d41
Parents: b95c8e4
Author: Marc Parisi <ph...@apache.org>
Authored: Tue Nov 21 13:29:44 2017 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Tue Nov 21 13:42:21 2017 -0500

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/d3852a73/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 31c7a6e..7a9103d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -182,7 +182,7 @@ add_subdirectory(main)
 set(ASSEMBLY_BASE_NAME "${CMAKE_PROJECT_NAME}-${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}")
 set(CPACK_SOURCE_GENERATOR "TGZ")
 set(CPACK_SOURCE_PACKAGE_FILE_NAME "${ASSEMBLY_BASE_NAME}-source")
-set(CPACK_SOURCE_IGNORE_FILES "/docs/generated/;/build/;~$;${CPACK_SOURCE_IGNORE_FILES};${CMAKE_SOURCE_DIR}/.git/;${CMAKE_SOURCE_DIR}/.idea/;${CMAKE_SOURCE_DIR}/cmake-build-debug/")
+set(CPACK_SOURCE_IGNORE_FILES "/docs/generated/;${CMAKE_SOURCE_DIR}/build/;~$;${CPACK_SOURCE_IGNORE_FILES};${CMAKE_SOURCE_DIR}/.git/;${CMAKE_SOURCE_DIR}/.idea/;${CMAKE_SOURCE_DIR}/cmake-build-debug/")
 
 # Generate binary assembly
 install(FILES conf/minifi.properties conf/minifi-log.properties conf/minifi-uid.properties conf/config.yml