mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Improve descriptions
This commit is contained in:
parent
e5ec1aa446
commit
78d6d77a93
6
debian/.pbuilderrc
vendored
6
debian/.pbuilderrc
vendored
@ -104,8 +104,7 @@ ALLOWUNTRUSTED=${SET_ALLOWUNTRUSTED:=${ALLOWUNTRUSTED}}
|
|||||||
if $(echo ${DEBIAN_SUITES[@]} | grep -q $DIST); then
|
if $(echo ${DEBIAN_SUITES[@]} | grep -q $DIST); then
|
||||||
# Debian configuration
|
# Debian configuration
|
||||||
OSNAME=debian
|
OSNAME=debian
|
||||||
#MIRRORSITE=${SET_MIRRORSITE="http://deb.debian.org/$OSNAME/"}
|
MIRRORSITE=${SET_MIRRORSITE="http://deb.debian.org/$OSNAME/"}
|
||||||
MIRRORSITE=${SET_MIRRORSITE="http://mirror.yandex.ru/$OSNAME/"}
|
|
||||||
COMPONENTS="main contrib non-free"
|
COMPONENTS="main contrib non-free"
|
||||||
if $(echo "$STABLE_CODENAME stable" | grep -q $DIST); then
|
if $(echo "$STABLE_CODENAME stable" | grep -q $DIST); then
|
||||||
OTHERMIRROR="$OTHERMIRROR | deb $MIRRORSITE $STABLE_BACKPORTS_SUITE $COMPONENTS"
|
OTHERMIRROR="$OTHERMIRROR | deb $MIRRORSITE $STABLE_BACKPORTS_SUITE $COMPONENTS"
|
||||||
@ -125,8 +124,7 @@ elif $(echo ${UBUNTU_SUITES[@]} | grep -q $DIST); then
|
|||||||
OSNAME=ubuntu
|
OSNAME=ubuntu
|
||||||
|
|
||||||
if [[ "$ARCH" == "amd64" || "$ARCH" == "i386" ]]; then
|
if [[ "$ARCH" == "amd64" || "$ARCH" == "i386" ]]; then
|
||||||
#MIRRORSITE=${SET_MIRRORSITE="http://archive.ubuntu.com/$OSNAME/"}
|
MIRRORSITE=${SET_MIRRORSITE="http://archive.ubuntu.com/$OSNAME/"}
|
||||||
MIRRORSITE=${SET_MIRRORSITE="http://mirror.yandex.ru/$OSNAME/"}
|
|
||||||
else
|
else
|
||||||
MIRRORSITE=${SET_MIRRORSITE="http://ports.ubuntu.com/ubuntu-ports/"}
|
MIRRORSITE=${SET_MIRRORSITE="http://ports.ubuntu.com/ubuntu-ports/"}
|
||||||
fi
|
fi
|
||||||
|
2
debian/clickhouse-server.init
vendored
2
debian/clickhouse-server.init
vendored
@ -5,7 +5,7 @@
|
|||||||
# Default-Stop: 0 1 6
|
# Default-Stop: 0 1 6
|
||||||
# Should-Start: $time $network
|
# Should-Start: $time $network
|
||||||
# Should-Stop: $network
|
# Should-Stop: $network
|
||||||
# Short-Description: Yandex clickhouse-server daemon
|
# Short-Description: clickhouse-server daemon
|
||||||
### END INIT INFO
|
### END INIT INFO
|
||||||
#
|
#
|
||||||
# NOTES:
|
# NOTES:
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -18,7 +18,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, clickhouse-common-static (= ${binar
|
|||||||
Replaces: clickhouse-compressor
|
Replaces: clickhouse-compressor
|
||||||
Conflicts: clickhouse-compressor
|
Conflicts: clickhouse-compressor
|
||||||
Description: Client binary for ClickHouse
|
Description: Client binary for ClickHouse
|
||||||
Yandex ClickHouse is a column-oriented database management system
|
ClickHouse is a column-oriented database management system
|
||||||
that allows generating analytical data reports in real time.
|
that allows generating analytical data reports in real time.
|
||||||
.
|
.
|
||||||
This package provides clickhouse-client , clickhouse-local and clickhouse-benchmark
|
This package provides clickhouse-client , clickhouse-local and clickhouse-benchmark
|
||||||
@ -30,7 +30,7 @@ Suggests: clickhouse-common-static-dbg
|
|||||||
Replaces: clickhouse-common, clickhouse-server-base
|
Replaces: clickhouse-common, clickhouse-server-base
|
||||||
Provides: clickhouse-common, clickhouse-server-base
|
Provides: clickhouse-common, clickhouse-server-base
|
||||||
Description: Common files for ClickHouse
|
Description: Common files for ClickHouse
|
||||||
Yandex ClickHouse is a column-oriented database management system
|
ClickHouse is a column-oriented database management system
|
||||||
that allows generating analytical data reports in real time.
|
that allows generating analytical data reports in real time.
|
||||||
.
|
.
|
||||||
This package provides common files for both clickhouse server and client
|
This package provides common files for both clickhouse server and client
|
||||||
@ -42,7 +42,7 @@ Recommends: libcap2-bin
|
|||||||
Replaces: clickhouse-server-common, clickhouse-server-base
|
Replaces: clickhouse-server-common, clickhouse-server-base
|
||||||
Provides: clickhouse-server-common
|
Provides: clickhouse-server-common
|
||||||
Description: Server binary for ClickHouse
|
Description: Server binary for ClickHouse
|
||||||
Yandex ClickHouse is a column-oriented database management system
|
ClickHouse is a column-oriented database management system
|
||||||
that allows generating analytical data reports in real time.
|
that allows generating analytical data reports in real time.
|
||||||
.
|
.
|
||||||
This package provides clickhouse common configuration files
|
This package provides clickhouse common configuration files
|
||||||
|
Loading…
Reference in New Issue
Block a user