Changed version number [#METR-20000].

This commit is contained in:
Alexey Milovidov 2016-05-20 00:27:25 +03:00
parent adc850993c
commit ce94de168c
2 changed files with 5 additions and 5 deletions

2
debian/changelog.in vendored
View File

@ -1,4 +1,4 @@
clickhouse (0.0.@REVISION@) unstable; urgency=low clickhouse (1.1.@REVISION@) unstable; urgency=low
* Modified source code * Modified source code

View File

@ -43,8 +43,8 @@ function make_control {
case "$DAEMON_PKG" in case "$DAEMON_PKG" in
'clickhouse-server' ) 'clickhouse-server' )
add_daemon_impl clickhouse-server-base '' 'clickhouse-server binary' add_daemon_impl clickhouse-server-base '' 'clickhouse-server binary'
[ -n "$BUILD_PACKAGE_FOR_METRIKA" ] && add_daemon_impl clickhouse-server-metrika "clickhouse-server-base(=0.0.$REVISION)" 'Configuration files specific for Metrika project for clickhouse-server-base package' [ -n "$BUILD_PACKAGE_FOR_METRIKA" ] && add_daemon_impl clickhouse-server-metrika "clickhouse-server-base(=1.1.$REVISION)" 'Configuration files specific for Metrika project for clickhouse-server-base package'
add_daemon_impl clickhouse-server-common "clickhouse-server-base(=0.0.$REVISION)" 'Common configuration files for clickhouse-server-base package' add_daemon_impl clickhouse-server-common "clickhouse-server-base(=1.1.$REVISION)" 'Common configuration files for clickhouse-server-base package'
;; ;;
'clickhouse-client' ) 'clickhouse-client' )
add_daemon_impl clickhouse-client add_daemon_impl clickhouse-client
@ -150,13 +150,13 @@ function upload_debs {
cat src/debian/dupload.conf.in | sed -e "s/[@]AUTHOR[@]/$(whoami)/g" > $DUPLOAD_CONF cat src/debian/dupload.conf.in | sed -e "s/[@]AUTHOR[@]/$(whoami)/g" > $DUPLOAD_CONF
dupload metrika-yandex_0.0."$REVISION"_amd64.changes -t $REPO -c --nomail dupload metrika-yandex_1.1."$REVISION"_amd64.changes -t $REPO -c --nomail
# Загрузка в репозиторий баннерной крутилки (только ClickHouse). # Загрузка в репозиторий баннерной крутилки (только ClickHouse).
if [[ -z "$(echo $DAEMONS | tr ' ' '\n' | grep -v clickhouse)" ]]; if [[ -z "$(echo $DAEMONS | tr ' ' '\n' | grep -v clickhouse)" ]];
then then
echo -e "\n\e[0;32mUploading daemons "$DAEMONS" to Banner System \e[0;0m\n " echo -e "\n\e[0;32mUploading daemons "$DAEMONS" to Banner System \e[0;0m\n "
dupload metrika-yandex_0.0."$REVISION"_amd64.changes -t $REPO_YABS -c --nomail dupload metrika-yandex_1.1."$REVISION"_amd64.changes -t $REPO_YABS -c --nomail
else else
echo -e "\n\e[0;31mWill not upload daemons to Banner System \e[0;0m\n " echo -e "\n\e[0;31mWill not upload daemons to Banner System \e[0;0m\n "
fi fi