mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Renamed and inverted option that has almost no sense [#CLICKHOUSE-2].
This commit is contained in:
parent
c060e9b87a
commit
596ea3fc7a
5
release
5
release
@ -12,6 +12,7 @@ DEB_CXX=${DEB_CXX:=g++-7}
|
|||||||
|
|
||||||
CONTROL=debian/control
|
CONTROL=debian/control
|
||||||
DEBUILD_NOSIGN_OPTIONS="-us -uc"
|
DEBUILD_NOSIGN_OPTIONS="-us -uc"
|
||||||
|
DEBUILD_NODEPS_OPTIONS="-d"
|
||||||
|
|
||||||
if [ -z "$REVISION" ] ; then
|
if [ -z "$REVISION" ] ; then
|
||||||
get_revision_author
|
get_revision_author
|
||||||
@ -23,8 +24,8 @@ do
|
|||||||
TEST='yes'
|
TEST='yes'
|
||||||
VERSION_POSTFIX+=-test
|
VERSION_POSTFIX+=-test
|
||||||
shift
|
shift
|
||||||
elif [[ $1 == '--ignore-deps' ]]; then
|
elif [[ $1 == '--check-build-dependencies' ]]; then
|
||||||
DEBUILD_NODEPS_OPTIONS="-d"
|
DEBUILD_NODEPS_OPTIONS=""
|
||||||
shift
|
shift
|
||||||
elif [[ $1 == '--version' ]]; then
|
elif [[ $1 == '--version' ]]; then
|
||||||
gen_revision_author
|
gen_revision_author
|
||||||
|
Loading…
Reference in New Issue
Block a user