You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by je...@apache.org on 2017/01/01 19:04:40 UTC

[1/2] nifi-minifi-cpp git commit: MINIFI-150 Adjusting source ignore files to prevent inclusion of git and supporting CMake directories.

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 997e08410 -> 7ddc38a98


MINIFI-150 Adjusting source ignore files to prevent inclusion of git and supporting CMake directories.


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/0911b778
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/0911b778
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/0911b778

Branch: refs/heads/master
Commit: 0911b778c003780b3a5155de50ade7de6f51f4e4
Parents: ee4bb13
Author: Aldrin Piri <al...@apache.org>
Authored: Wed Dec 28 11:33:04 2016 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Wed Dec 28 11:33:04 2016 -0500

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


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/0911b778/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4fd83f3..9d80e57 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,7 +60,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 "/build/;/.bzr/;~$;${CPACK_SOURCE_IGNORE_FILES}")
+set(CPACK_SOURCE_IGNORE_FILES "/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/config.yml


[2/2] nifi-minifi-cpp git commit: MINIFI-150 Adjusting ignored source ignore files

Posted by je...@apache.org.
MINIFI-150 Adjusting ignored source ignore files

This closes #34

Signed-off-by: Jeremy Dyer <je...@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/7ddc38a9
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/7ddc38a9
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/7ddc38a9

Branch: refs/heads/master
Commit: 7ddc38a982e898ba1e8752f8f40ed6e95efcca17
Parents: 997e084 0911b77
Author: Jeremy Dyer <jd...@gmail.com>
Authored: Sun Jan 1 14:01:37 2017 -0500
Committer: Jeremy Dyer <jd...@gmail.com>
Committed: Sun Jan 1 14:03:22 2017 -0500

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