script: Removed review id as default in commit message template

We decided to stop code reviews for now, because they are too time consuming. We will consider reintroducing them when
the project is at a more mature stage.
This commit is contained in:
Eberhard Graether
2014-07-01 00:28:19 +02:00
parent 4c0f07c16f
commit e3cf57e2ec
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
<description>
review id = <id>
# bug id = <id>
# review id = <id>
# fortune cookie message = <message>
# modules: build, logic, ui, data, utility, test
# modules: build, logic, ui, data, utility, test, script
-4
View File
@@ -37,8 +37,6 @@ add_definitions(${CLANG_DEFINITIONS})
# Boost ------------------------------------------------------------------------
message("quatsch")
set(BOOST_ROOT $ENV{BOOST_155_DIR})
set(Boost_USE_MULTITHREAD ON)
set(Boost_USE_STATIC_LIBS OFF)
@@ -48,8 +46,6 @@ find_package( Boost 1.55 COMPONENTS system filesystem REQUIRED )
message("${BOOST_LIBRARYDIR}")
message("quatsch")
# Lib --------------------------------------------------------------------------
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin/lib)