mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Merge
This commit is contained in:
commit
c2c41850bc
@ -15,6 +15,12 @@ revision=$(git tag --points-at HEAD 2> /dev/null | tail -1)
|
|||||||
if [[ "$revision" = "" ]]; then
|
if [[ "$revision" = "" ]]; then
|
||||||
revision=$( ( git describe --tags || echo 1 ) | cut -d "-" -f 1 )
|
revision=$( ( git describe --tags || echo 1 ) | cut -d "-" -f 1 )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
is_it_github=$( git config --get remote.origin.url | grep 'github' )
|
||||||
|
if [[ "$is_it_github" = "" ]]; then
|
||||||
|
revision=53190
|
||||||
|
fi
|
||||||
|
|
||||||
echo $revision >> "${CMAKE_CURRENT_BINARY_DIR}/src/revision.h";
|
echo $revision >> "${CMAKE_CURRENT_BINARY_DIR}/src/revision.h";
|
||||||
|
|
||||||
echo "#endif" >> "${CMAKE_CURRENT_BINARY_DIR}/src/revision.h"
|
echo "#endif" >> "${CMAKE_CURRENT_BINARY_DIR}/src/revision.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user