提交 9cd889c9 编写于 作者: R robot-clickhouse

Auto version update to [19.10.1.1] [54422]

上级 d16a4003
# This strings autochanged from release_lib.sh:
set(VERSION_REVISION 54421)
set(VERSION_REVISION 54422)
set(VERSION_MAJOR 19)
set(VERSION_MINOR 9)
set(VERSION_MINOR 10)
set(VERSION_PATCH 1)
set(VERSION_GITHASH 864a5830f5b5fa67c6b7126e8f2615d03ee890ce)
set(VERSION_DESCRIBE v19.9.1.636-prestable)
set(VERSION_STRING 19.9.1.636)
set(VERSION_DESCRIBE v19.10.1.1-prestable)
set(VERSION_STRING 19.10.1.1)
# end of autochange
set(VERSION_EXTRA "" CACHE STRING "")
......
clickhouse (19.9.1.1) unstable; urgency=low
clickhouse (19.10.1.1) unstable; urgency=low
* Modified source code
-- clickhouse-release <clickhouse-release@yandex-team.ru> Tue, 28 May 2019 13:52:51 +0300
-- clickhouse-release <clickhouse-release@yandex-team.ru> Fri, 14 Jun 2019 17:04:02 +0300
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.9.1.*
ARG version=19.10.1.*
RUN apt-get update \
&& apt-get install --yes --no-install-recommends \
......
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.9.1.*
ARG version=19.10.1.*
ARG gosu_ver=1.10
RUN apt-get update \
......
FROM ubuntu:18.04
ARG repository="deb http://repo.yandex.ru/clickhouse/deb/stable/ main/"
ARG version=19.9.1.*
ARG version=19.10.1.*
RUN apt-get update && \
apt-get install -y apt-transport-https dirmngr && \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册