Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion pgpool2-4.6.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: pgpool2-4.6
version: "4.6.4"
epoch: 0
epoch: 1
description: Middleware that works between PostgreSQL servers and a PostgreSQL database client.
copyright:
- license: BSD-3-Clause AND MIT
Expand Down Expand Up @@ -183,6 +183,9 @@ subpackages:
; do
ln -s "/usr/bin/${bin}" "/opt/iamguarded/postgresql/bin/${bin}"
done

mkdir -p /etc/pgpool2
ln -sf "/opt/iamguarded/pgpool/etc" "/etc/pgpool2"
- uses: iamguarded/finalize-compat
with:
package: pgpool2
Expand All @@ -209,6 +212,10 @@ subpackages:
- runs: |
test -f /opt/iamguarded/pgpool/bin/pgpool
test -f /opt/iamguarded/postgresql/bin/psql
- uses: test/tw/symlink-check
with:
allow-dangling: true
allow-absolute: true

update:
enabled: true
Expand Down
Loading