* debian/patches/pgpass_in_testsuite.patch: Removed, no longer needed.

This commit is contained in:
Michael Banck 2018-01-24 06:24:55 +01:00
parent 92700eb5a8
commit 2a4a695d9c
3 changed files with 3 additions and 12 deletions

3
debian/changelog vendored
View file

@ -5,6 +5,9 @@ patroni (1.4.1-1) UNRELEASED; urgency=medium
[ Christoph Berg ]
* Move packaging repository to salsa.debian.org
[ Michael Banck ]
* debian/patches/pgpass_in_testsuite.patch: Removed, no longer needed.
-- Christoph Berg <myon@debian.org> Mon, 25 Dec 2017 18:03:36 +0100
patroni (1.3.4-1) unstable; urgency=medium

View file

@ -1,11 +0,0 @@
--- ./tests/test_postgresql.py.orig 2017-09-12 13:00:06.189831872 +0200
+++ ./tests/test_postgresql.py 2017-09-12 13:00:28.966391766 +0200
@@ -174,7 +174,7 @@
if not os.path.exists(self.data_dir):
os.makedirs(self.data_dir)
self.p = Postgresql({'name': 'test0', 'scope': 'batman', 'data_dir': self.data_dir,
- 'config_dir': self.config_dir, 'retry_timeout': 10,
+ 'config_dir': self.config_dir, 'retry_timeout': 10, 'pgpass': '/tmp/pgpass0',
'listen': '127.0.0.2, 127.0.0.3:5432', 'connect_address': '127.0.0.2:5432',
'authentication': {'superuser': {'username': 'test', 'password': 'test'},
'replication': {'username': 'replicator', 'password': 'rep-pass'}},

View file

@ -1,4 +1,3 @@
pgpass_in_testsuite.patch
sphinx_no_mathjax.patch
startup_scripts.patch
coverage_binary.patch