diff options
author | Michael Banck | 2025-02-13 07:41:32 +0000 |
---|---|---|
committer | Michael Banck | 2025-02-13 07:41:32 +0000 |
commit | cbf99f9f9300516de7e60a4d9818d79116fd4035 (patch) | |
tree | a16e54ce2d2797821f93a7aeb2966cb6b7a1aa76 | |
parent | e02b6cc230a94b68c39d223e0ff4465e5942373c (diff) |
-rwxr-xr-x | jenkins/generate-pgdg-source | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/jenkins/generate-pgdg-source b/jenkins/generate-pgdg-source index c11e84a..08faf5d 100755 --- a/jenkins/generate-pgdg-source +++ b/jenkins/generate-pgdg-source @@ -236,6 +236,15 @@ esac # tweaks for other packages case $PACKAGE in + patroni) + case ${distribution:-} in + bookworm|bullseye|oracular|noble|jammy|focal) + sed -i -e 's/python3-ydiff/python3-cdiff/' debian/control + TWEAK+=("Switch python3-ydiff for old python3-cdiff.") + ;; + esac + ;; + pgbouncer) case ${distribution:-} in bookworm|bullseye|noble|jammy|focal) |