ClickHouse/packages
Azat Khuzhin 043c4163f4 Use nfpm packager for archlinux packages
Since nfpm v2.20.0 it can build packages for archlinux [1].

  [1]: https://github.com/goreleaser/nfpm/pull/543

Something like this:

    $ mkdir -p /src/packages/root
    $ cmake -DCMAKE_INSTALL_PREFIX=/usr /src
    $ DESTDIR=/src/packages/root ninja install
    $ cd /src/packages
    $ ./build --archlinux

    $ root@s3:/src/packages# ./build --archlinux
    Current version is 22.10.1.1
    Building archlinux package for clickhouse-client.yaml
    using archlinux packager...
    created package: /src/clickhouse-client-22.10.1.1-1-x86_64.pkg.tar.zst
    ...

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-10-18 18:33:48 +03:00
..
.gitignore Migrate to nfpm 2022-03-22 11:09:59 +01:00
build Use nfpm packager for archlinux packages 2022-10-18 18:33:48 +03:00
clickhouse-client.yaml Add deb Source for packages 2022-09-19 20:42:02 +02:00
clickhouse-common-static-dbg.yaml Add deb Source for packages 2022-09-19 20:42:02 +02:00
clickhouse-common-static.yaml Add deb Source for packages 2022-09-19 20:42:02 +02:00
clickhouse-keeper-dbg.yaml Add deb Source for packages 2022-09-19 20:42:02 +02:00
clickhouse-keeper.yaml packages: do not use type=config with directories 2022-10-18 18:33:48 +03:00
clickhouse-rpm.repo Add clickhouse-rpm.repo to repository 2022-02-23 20:54:17 +01:00
clickhouse-server.init Adding cron config checking before running sed cmd (#42081) 2022-10-10 13:34:38 +02:00
clickhouse-server.postinstall Clean out our clickhouse-server.service from /etc 2022-07-18 15:02:01 +02:00
clickhouse-server.service fix service start with systemd 2022-04-02 19:26:41 -03:00
clickhouse-server.yaml packages: do not use type=config with directories 2022-10-18 18:33:48 +03:00