
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, main has been updated via f6f879ab8f0f3934ea8f0f71120372cfdbd29980 (commit) from af06c8d644e6e5cc263aa25a0d611d3c4edaf967 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f6f879ab8f0f3934ea8f0f71120372cfdbd29980 Author: Jason Boyer <JBoyer@equinoxOLI.org> Date: Fri Jul 11 13:48:57 2025 -0400 LP2097313: Followup to correct pgdg archive key path Make sure to use the correct signing key path when using the pgdg archive. Signed-off-by: Jason Boyer <JBoyer@equinoxOLI.org> diff --git a/Open-ILS/src/extras/install/Makefile.debian b/Open-ILS/src/extras/install/Makefile.debian index 2aeb5cc18b..2a42f9e63f 100644 --- a/Open-ILS/src/extras/install/Makefile.debian +++ b/Open-ILS/src/extras/install/Makefile.debian @@ -38,7 +38,7 @@ debian_postgresql_repo: wget --quiet -O /etc/apt/keyrings/pgdg.asc https://www.postgresql.org/media/keys/ACCC4CF8.asc ; \ if test "$(RELEASE_CODENAME)" = "buster" ; then \ $(APT_TOOL) install apt-transport-https ; \ - echo "deb [signed-by=/etc/apt/trusted.gpg.d/pgdg.asc] https://apt-archive.postgresql.org/pub/repos/apt/ $(RELEASE_CODENAME)-pgdg main" \ + echo "deb [signed-by=/etc/apt/keyrings/pgdg.asc] https://apt-archive.postgresql.org/pub/repos/apt/ $(RELEASE_CODENAME)-pgdg main" \ > /etc/apt/sources.list.d/pgdg.list; \ else \ echo "deb [signed-by=/etc/apt/keyrings/pgdg.asc] http://apt.postgresql.org/pub/repos/apt/ $(RELEASE_CODENAME)-pgdg main" \ ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/extras/install/Makefile.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS