Skip to content

Latest commit

 

History

History

packaging

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 
close