mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-24 08:52:38 +02:00
a454bd7d63
* adding testing of packages for PG-14 * updating postgres versions * adding reprepro config and rpmmacros to git * fixing forgotten rhel repo signing and package testing * adding alt-8 package testing * removing debian-8, ubuntu-14.04 and ubuntu-16.04 packaging * s/PGPRO Standart/PGPRO Standard/g
538 B
538 B
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