mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
release: ignore --pbuilder flag
This commit is contained in:
parent
56947de18a
commit
b39fa2027d
3
release
3
release
@ -35,6 +35,9 @@ do
|
|||||||
elif [[ $1 == '--head' ]]; then
|
elif [[ $1 == '--head' ]]; then
|
||||||
REVISION=`git rev-parse HEAD`
|
REVISION=`git rev-parse HEAD`
|
||||||
shift
|
shift
|
||||||
|
elif [[ $1 == '--pbuilder' ]]; then
|
||||||
|
# Default
|
||||||
|
shift
|
||||||
elif [[ $1 == '--no-pbuilder' ]]; then
|
elif [[ $1 == '--no-pbuilder' ]]; then
|
||||||
USE_PBUILDER=
|
USE_PBUILDER=
|
||||||
shift
|
shift
|
||||||
|
Loading…
Reference in New Issue
Block a user