Skip to content

Commit ad41a43

Browse files
committed
fix make packages behavior with new fpm version
1 parent dfd20f2 commit ad41a43

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,7 @@ GIT_COMMIT = $(shell git rev-parse HEAD)
66
DATE = $(shell date +%F)
77
VENDOR = "Eugene Klimov <eklimov@altinity.com>"
88
URL = https://github.com/Altinity/$(NAME)
9-
define DESC =
10-
'Tool for easy ClickHouse backup and restore with S3 and GCS support
11-
Easy creating and restoring backups of all or specific tables
12-
Efficient storing of multiple backups on the file system
13-
Most efficient AWS S3/GCS uploading and downloading with streaming compression
14-
Support of incremental backups on remote storages'
15-
endef
9+
DESC = 'Tool for easy ClickHouse backup and restore with S3 and GCS support. Easy creating and restoring backups of all or specific tables. Efficient storing of multiple backups on the file system. Most efficient AWS S3/GCS uploading and downloading with streaming compression. Support of incremental backups on remote storages.'
1610
HOST_OS = $(shell bash -c 'source <(go env) && echo $$GOHOSTOS')
1711
HOST_ARCH = $(shell bash -c 'source <(go env) && echo $$GOHOSTARCH')
1812
UNAME_S := $(shell uname -s)

0 commit comments

Comments
 (0)