mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
simplify build script
This commit is contained in:
parent
a0fa3e1ad7
commit
da1d1d2375
@ -12,14 +12,8 @@ function make_control {
|
||||
# set environment variables REVISION, AUTHOR
|
||||
function gen_revision_author {
|
||||
REVISION=$(get_revision)
|
||||
|
||||
if [ -z $VERSION_PREFIX ] ; then
|
||||
VERSION_PREFIX="v1.1."
|
||||
fi
|
||||
|
||||
if [ -z $VERSION_POSTFIX ] ; then
|
||||
VERSION_POSTFIX="-testing"
|
||||
fi
|
||||
VERSION_PREFIX="${VERSION_PREFIX:-v1.1.}"
|
||||
VERSION_POSTFIX="${VERSION_POSTFIX:--testing}"
|
||||
|
||||
if [[ $STANDALONE != 'yes' ]]; then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user