Upstream tracker: GPG key for Suse upstream repo
noelmcloughlin opened this issue · 3 comments
noelmcloughlin commented
This issue is tracking https://redmine.postgresql.org/issues/2732
Support for 'use-upstream-repo' can be introduced for Suse family, but GPG keys are not working or not published for Suse.
noelmcloughlin commented
Procedure to be automated / integrated. Hopefully upstream will simply deliver opensuse.repo file.
wget -O pgdg-sles-95-on-opensuse.repo https://yum.postgresql.org/suse/pgdg-sles-95.repo
sed -i 's/sles-$releasever/sles-12/' pgdg-sles-95-on-opensuse.repo
zypper addrepo pgdg-sles-95-on-opensuse.repo
zypper refresh
zypper in postgesql95-xxxxx
noelmcloughlin commented
In October the upstream repo for SuSE moved to https://download.postgresql.org/pub/repos/zypp/9.5/suse/sles-12-x86_64/
noelmcloughlin commented
Track pgdg-95 repo problem on opensuse. https://redmine.postgresql.org/issues/3215