Skip to content
Snippets Groups Projects
Commit 6b7bb261 authored by Eric Cano's avatar Eric Cano
Browse files

Added filering in tarball creation for faster rpm build

parent 64c75fa6
Branches
Tags
No related merge requests found
......@@ -210,6 +210,7 @@ if (${COMPILE_PACKAGING} STREQUAL "1")
"${PROJECT_NAME}-${CASTOR_VERSION}-${CASTOR_RELEASE}")
message (STATUS
"Setting package file name to: ${CPACK_SOURCE_PACKAGE_FILE_NAME}")
set(CPACK_SOURCE_IGNORE_FILES "/.git/")
include(CPack)
include(cmake/UseRPMTools.cmake)
if (RPMTools_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment