File: no-git-hook

package info (click to toggle)
timescaledb 2.19.3%2Bdfsg-1%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,692 kB
  • sloc: ansic: 55,798; sql: 23,722; sh: 1,756; python: 1,080; perl: 105; makefile: 14
file content (11 lines) | stat: -rw-r--r-- 348 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -701,8 +701,3 @@ add_custom_target(licensecheck
 if(CODECOVERAGE)
   add_subdirectory(codecov)
 endif()
-
-if(IS_DIRECTORY ${PROJECT_SOURCE_DIR}/.git)
-  configure_file(${PROJECT_SOURCE_DIR}/scripts/githooks/commit_msg.py
-                 ${PROJECT_SOURCE_DIR}/.git/hooks/commit-msg COPYONLY)
-endif()