mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +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
|
||||
DEBUILD_NOSIGN_OPTIONS="-us -uc"
|
||||
DEBUILD_NODEPS_OPTIONS="-d"
|
||||
|
||||
if [ -z "$REVISION" ] ; then
|
||||
get_revision_author
|
||||
@ -23,8 +24,8 @@ do
|
||||
TEST='yes'
|
||||
VERSION_POSTFIX+=-test
|
||||
shift
|
||||
elif [[ $1 == '--ignore-deps' ]]; then
|
||||
DEBUILD_NODEPS_OPTIONS="-d"
|
||||
elif [[ $1 == '--check-build-dependencies' ]]; then
|
||||
DEBUILD_NODEPS_OPTIONS=""
|
||||
shift
|
||||
elif [[ $1 == '--version' ]]; then
|
||||
gen_revision_author
|
||||
|
Loading…
Reference in New Issue
Block a user