-
Notifications
You must be signed in to change notification settings - Fork 11
Packaging Process
Gürkan İndibay edited this page Sep 6, 2021
·
29 revisions
Packaging process consists of several steps
- Update version information in packaging files and checking whether packages are being built successfully: At this step, packaging configuration files packaging type specific files (i.e. deb and rpm) are updated with the new version information
Files and the changes performed in the files are as below
- Packaging configuration files
- test
- Build and publish packages into packagecloud repo
- Build and publish packages into Microsoft Packages
- Update version information for docker images
- Build and publish docker images
- Update version information for pgxn
- Create an issue for pgdg repositories
Some steps is not executed for some applications. Steps to be applied accord,ng to the applications
Application | Applied steps |
---|---|
citus | 1,2,4,5,6,7 |
citus-enterprise | 1,2,3 |
pg-auto-failover | 1,2 |
pg-auto-failover-enterprise | 1,2,3 |