]> granicus.if.org Git - icinga2/commitdiff
Don't include unnecessary dirs in release tarball.
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 27 Jan 2014 15:28:03 +0000 (16:28 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 27 Jan 2014 15:28:03 +0000 (16:28 +0100)
Fixes #5409

CMakeLists.txt

index 6c74d3af8dba02363ccc7dae365c95574a14a1c7..600b835e3b87aaad73c9e309c2d73d4b48b904f9 100644 (file)
@@ -44,7 +44,7 @@ set(CPACK_PACKAGE_CONTACT "Icinga Development Team")
 set(CPACK_PACKAGE_VERSION ${ICINGA2_VERSION})
 set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_BINARY_DIR}/LICENSE.txt")
 set(CPACK_WIX_UPGRADE_GUID "68C75073-7CEF-4FC9-8DA5-581758729696")
-set(CPACK_SOURCE_IGNORE_FILES "/.git/")
+set(CPACK_SOURCE_IGNORE_FILES "/.git/" "/debian/" "/.vagrant/" "/release/" "/debug/" "/build/)
 include(CPack)
 
 include(GetGitRevisionDescription)