forked from ClickHouse/ClickHouse
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ClickHouse#35308 from ClickHouse/clickhouse-keeper
New package clickhouse-keeper
- Loading branch information
Showing
6 changed files
with
96 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# package sources should be placed in ${PWD}/root | ||
# nfpm should run from the same directory with a config | ||
name: "clickhouse-keeper-dbg" | ||
arch: "${DEB_ARCH}" # amd64, arm64 | ||
platform: "linux" | ||
version: "${CLICKHOUSE_VERSION_STRING}" | ||
vendor: "ClickHouse Inc." | ||
homepage: "https://clickhouse.com" | ||
license: "Apache" | ||
section: "database" | ||
priority: "optional" | ||
maintainer: "ClickHouse Dev Team <[email protected]>" | ||
description: | | ||
debugging symbols for clickhouse-keeper | ||
This package contains the debugging symbols for clickhouse-keeper. | ||
contents: | ||
- src: root/usr/lib/debug/usr/bin/clickhouse-keeper.debug | ||
dst: /usr/lib/debug/usr/bin/clickhouse-keeper.debug | ||
# docs | ||
- src: ../AUTHORS | ||
dst: /usr/share/doc/clickhouse-keeper-dbg/AUTHORS | ||
- src: ../CHANGELOG.md | ||
dst: /usr/share/doc/clickhouse-keeper-dbg/CHANGELOG.md | ||
- src: ../LICENSE | ||
dst: /usr/share/doc/clickhouse-keeper-dbg/LICENSE | ||
- src: ../README.md | ||
dst: /usr/share/doc/clickhouse-keeper-dbg/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# package sources should be placed in ${PWD}/root | ||
# nfpm should run from the same directory with a config | ||
name: "clickhouse-keeper" | ||
arch: "${DEB_ARCH}" # amd64, arm64 | ||
platform: "linux" | ||
version: "${CLICKHOUSE_VERSION_STRING}" | ||
vendor: "ClickHouse Inc." | ||
homepage: "https://clickhouse.com" | ||
license: "Apache" | ||
section: "database" | ||
priority: "optional" | ||
|
||
conflicts: | ||
- clickhouse-server | ||
depends: | ||
- adduser | ||
suggests: | ||
- clickhouse-keeper-dbg | ||
|
||
maintainer: "ClickHouse Dev Team <[email protected]>" | ||
description: | | ||
Static clickhouse-keeper binary | ||
A stand-alone clickhouse-keeper package | ||
contents: | ||
- src: root/etc/clickhouse-keeper | ||
dst: /etc/clickhouse-keeper | ||
type: config | ||
- src: root/usr/bin/clickhouse-keeper | ||
dst: /usr/bin/clickhouse-keeper | ||
# docs | ||
- src: ../AUTHORS | ||
dst: /usr/share/doc/clickhouse-keeper/AUTHORS | ||
- src: ../CHANGELOG.md | ||
dst: /usr/share/doc/clickhouse-keeper/CHANGELOG.md | ||
- src: ../LICENSE | ||
dst: /usr/share/doc/clickhouse-keeper/LICENSE | ||
- src: ../README.md | ||
dst: /usr/share/doc/clickhouse-keeper/README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters