projects
/
pgapt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f84973a
)
vip-manager: Disable netip-port patch on bullseye and jammy
author
Christoph Berg
<myon@debian.org>
Wed, 18 Oct 2023 13:42:43 +0000
(15:42 +0200)
committer
Christoph Berg
<myon@debian.org>
Wed, 18 Oct 2023 13:42:43 +0000
(15:42 +0200)
jenkins/generate-pgdg-source
patch
|
blob
|
blame
|
history
diff --git
a/jenkins/generate-pgdg-source
b/jenkins/generate-pgdg-source
index 1e31b09487c22dc43d263b8618eb05aaf5c25f2e..1151434b1f56580a4f282bce2d517aa5698aad87 100755
(executable)
--- a/
jenkins/generate-pgdg-source
+++ b/
jenkins/generate-pgdg-source
@@
-262,6
+262,12
@@
case $PACKAGE in
TWEAK+=("Re-enable consul.")
;;
esac
+ case ${distribution:-} in
+ bullseye|jammy)
+ sed -i -e '/netip-port/d' debian/patches/series
+ TWEAK+=("Remove netip-port patch.")
+ ;;
+ esac
;;
esac