* debian/patches/acceptance_tests_system_patroni.patch: Refreshed.

This commit is contained in:
Michael Banck 2021-12-03 16:51:41 +01:00
parent e2dbd68398
commit dc689cc6e7
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -7,6 +7,9 @@ patroni (2.1.2-1) UNRELEASED; urgency=medium
Thanks Ludovic Gasc!
* debian/tests/control: Give Test-Commands meaningful names.
[ Michael Banck ]
* debian/patches/acceptance_tests_system_patroni.patch: Refreshed.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Fri, 20 Aug 2021 10:54:10 +0200
patroni (2.1.1-1) unstable; urgency=medium

View file

@ -2,7 +2,7 @@ Index: patroni/features/environment.py
===================================================================
--- patroni.orig/features/environment.py
+++ patroni/features/environment.py
@@ -140,8 +140,7 @@ class PatroniController(AbstractControll
@@ -141,8 +141,7 @@ class PatroniController(AbstractControll
if isinstance(self._context.dcs_ctl, KubernetesController):
self._context.dcs_ctl.create_pod(self._name[8:], self._scope)
os.environ['PATRONI_KUBERNETES_POD_IP'] = '10.0.0.' + self._name[-1]