1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-25 09:01:48 +02:00
pg_probackup/packaging
2022-03-17 11:33:18 +03:00
..
Dockerfiles fix rhel dockerfiles for std|ent packaging 2021-10-22 14:57:32 +03:00
pkg [ci skip] [packaging] Fix CentOS-8 packaging, fix pgpro-std tests 2022-03-17 11:33:18 +03:00
repo [ci skip] improve packaging: 2021-12-26 21:24:15 +03:00
test [ci skip] [packaging] Fix CentOS-8 packaging, fix pgpro-std tests 2022-03-17 11:33:18 +03:00
Makefile.pkg [ci skip] improve packaging: 2021-12-26 21:24:15 +03:00
Makefile.repo [ci skip] improve packaging: 2021-12-26 21:24:15 +03:00
Makefile.test [ci skip] improve packaging: 2021-12-26 21:24:15 +03:00
Readme.md [ci skip] improve packaging: 2021-12-26 21:24:15 +03:00

Example:

export PBK_VERSION=2.4.17
export PBK_HASH=57f871accce2604
export PBK_RELEASE=1
export PBK_EDITION=std|ent
make --keep-going pkg

To build binaries for PostgresPro Standard or Enterprise, a pgpro.tar.bz2 with latest git tree must be preset in packaging/pkg/tarballs directory:

cd packaging/pkg/tarballs
git clone pgpro_repo pgpro
tar -cjSf pgpro.tar.bz2 pgpro

To build repo the gpg keys for package signing must be present ... Repo must be build using 1 thread (due to debian bullshit):

make repo -j1