Commit Graph

551 Commits

Author SHA1 Message Date
robot-clickhouse 9598457e7b Auto version update to [21.8.7.1] [54453] 2021-09-17 23:24:46 +03:00
robot-clickhouse 62ec0c610d Auto version update to [21.8.6.1] [54453] 2021-09-02 18:22:08 +03:00
robot-clickhouse cf6ce9b8b7 Auto version update to [21.8.5.1] [54453] 2021-08-18 13:58:27 +03:00
robot-clickhouse 78c80f0d32 Auto version update to [21.8.4.1] [54453] 2021-08-12 19:26:13 +03:00
robot-clickhouse fc27712a04 Auto version update to [21.8.3.1] [54453] 2021-07-27 14:52:00 +03:00
robot-clickhouse 5bd44bb203 Auto version update to [21.8.2.1] [54453] 2021-07-10 08:22:39 +03:00
Maksim Kita d9a74fc587 Merge pull request #25921 from ClickHouse/a-fix-for-systemd
Fix for systems with systemd
2021-07-03 14:50:05 +03:00
Alexey Milovidov 0742bc5f94 Fix for systems with systemd 2021-07-02 23:03:19 +03:00
Alexey Milovidov ffb980db8c Remove obsolete code from init script 2021-07-02 23:01:26 +03:00
robot-clickhouse 5188147915 Auto version update to [21.8.1.1] [54453] 2021-06-28 00:50:20 +03:00
alexey-milovidov 4f47daa02f Merge pull request #25050 from DenKoren/cron_fix
Mute stdout and stderr for both branches of cron task's if
2021-06-10 02:06:37 +03:00
Korenevskiy Denis ce9dc56db5 Mute stdout and stderr for both branches of cron task's if 2021-06-07 16:14:04 +03:00
Korenevskiy Denis 79b3d638b7 Add exit instruction to init script after service status check 2021-06-07 15:46:49 +03:00
robot-clickhouse 2462333eb3 Auto version update to [21.7.1.1] [54452] 2021-05-20 22:23:34 +03:00
Alexey Milovidov 236ffd7fd7 Remove pbuilder 2021-04-25 06:32:15 +03:00
Alexey Milovidov 908e92f92f Remove useless file 2021-04-25 02:27:45 +03:00
robot-clickhouse d0d62b7355 Auto version update to [21.6.1.1] [54451] 2021-04-20 01:48:20 +03:00
Alexey Milovidov 0b37d61d77 Simplify debian packages 2021-04-11 23:04:50 +03:00
Alexey Milovidov 42eebf2691 Simplify debian packages 2021-04-11 22:08:35 +03:00
kssenii f3b34b04a4 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge 2021-04-05 13:14:51 +00:00
robot-clickhouse adf510d9ea Auto version update to [21.5.1.1] [54450] 2021-04-02 18:34:29 +03:00
kssenii d6384a2d03 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into library-bridge 2021-03-24 18:28:55 +00:00
Azat Khuzhin 84280f1148 Add bash completion support for clickhouse utils 2021-03-19 21:33:01 +03:00
kssenii 116b203e7d Try help ci find binary 2021-03-16 08:03:22 +00:00
robot-clickhouse 4e61f45dbb Auto version update to [21.4.1.1] [54449] 2021-03-06 14:43:30 +03:00
robot-clickhouse cd82eed093 Auto version update to [21.3.1.1] [54448] 2021-02-01 12:50:56 +03:00
alesapin fe6b964b32 Revert "Revert "Auto version update to [21.2.1.1] [54446]""
This reverts commit 42f63e14b5.
2021-01-21 12:39:46 +03:00
Alexey Milovidov 42f63e14b5 Revert "Auto version update to [21.2.1.1] [54446]"
This reverts commit bc2593688e.
2021-01-11 11:32:52 +03:00
robot-clickhouse bc2593688e Auto version update to [21.2.1.1] [54446] 2021-01-11 11:12:11 +03:00
Alexey Milovidov c7d4d12f72 Auto version update to [21.1.0] [54445] 2021-01-11 03:51:08 +03:00
Alexey Milovidov a15eb69f04 Remove pink screen with confusing questions about Kerberos 2021-01-05 00:56:00 +03:00
Azat Khuzhin 0325203759 d/rules: disable hardening (they were not added in official builds anyway)
After upgrading compat level to 10 (in previous commit to avoid warning
on debian:testing, and this is not just a warning, but the compat level
implicitly changed to 10), hardening became working, since it requires
compat level >= 9 [1]

  [1]: https://wiki.debian.org/Hardening

While hardening for clickhouse builds should not be used, so just
disable them.
2020-12-23 21:50:37 +03:00
Azat Khuzhin 08beb3ad64 d/compat: bump compatibility level to 10
Official CI builds uses ubuntu:20.04, which has the following:
- debhelper: 12.10ubuntu1
- dpkg-dev: 1.19.7ubuntu3 (should not be relevant, but let's keep it)

While debian:testing has:
- debhelper: 13.3
- dpkg: 1.20.5 (should not be relevant, but let's keep it)

In debhelper 13 compat level <= 9 has been deprecated [1], hence the
warning:

    warning: Compatibility levels before 10 are deprecated (level 8 in use)

  [1]: 427594c413

And this is not only warning but also compat level implicitly will be
changed to 10. For now this is only for debian:testing but in future it
will be relevant for newer ubuntu, and hence official builds.
2020-12-23 21:50:24 +03:00
Alexander Kuzmenkov 1b82159ec9
Merge pull request #18348 from ClickHouse/aku/deb-ninja-flags
try to pass ninja flags in deb package
2020-12-23 04:30:52 +03:00
Alexander Kuzmenkov da2a2e8e26 try to pass ninja flags in deb package 2020-12-22 10:38:39 +03:00
Azat Khuzhin 8883b6125e tests: remove unused configs/scripts
Those configs was used by clickhouse-test-server, that is used for
ctest, but later does not used on CI, and for debian manifets
with_server was excluded.

So remove those configs not to confuse other people.
2020-12-22 01:13:38 +03:00
Ilya Golshtein fc0a1af214 doc minor changes, cleanup, krb5-user as a recommended package 2020-12-16 14:48:33 +03:00
Azat Khuzhin af6be3ad5f build: require clang-11/llvm-11 for building debian package in d/control
Now the script that builds debian package handle this, so I guess it has
installed some gcc version, but uses clang to compile, and this produces
new errors in other builds.
2020-12-11 01:32:38 +03:00
Alexey Milovidov 932597e355 Simplify init script: even more 2020-11-26 08:13:45 +03:00
Alexey Milovidov 36151b9e54 Simplify init script (part 2) 2020-11-26 07:54:18 +03:00
robot-clickhouse dc19fba36f Auto version update to [20.13.1.1] [54444] 2020-11-23 10:29:26 +03:00
robot-clickhouse f7b7854ace Auto version update to [20.12.1.1] [54443] 2020-11-05 21:52:50 +03:00
alesapin dc27ad9d53 Add piddir 2020-10-19 15:34:34 +03:00
alesapin dc728e2feb Missed char 2020-10-19 14:20:27 +03:00
alesapin 422dc1d83f Missed change 2020-10-19 14:08:42 +03:00
alesapin 76a501d7c5 Merge branch 'master' into simplify-init-script 2020-10-19 10:56:40 +03:00
robot-clickhouse 554fa482e6 Auto version update to [20.11.1.1] [54442] 2020-10-10 18:39:58 +03:00
Azat Khuzhin 9cb3c743bd
Convert to python3 (#15007) 2020-10-02 19:54:07 +03:00
alesapin 0936a3c1f8 Install script for CI 2020-09-24 11:35:16 +03:00
alesapin bb8a2e1617 Better clickhouse-configs 2020-09-24 11:18:36 +03:00