[GIT] Evergreen ILS branch rel_3_15 updated. 386f3172f9972f68efc6c568be0f01d88421c07d

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, rel_3_15 has been updated via 386f3172f9972f68efc6c568be0f01d88421c07d (commit) from 478fbdeaaef7ca702591942c21146d0c897b9b2b (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 386f3172f9972f68efc6c568be0f01d88421c07d 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
participants (1)
-
Git User