mirror of https://github.com/fail2ban/fail2ban
Run the testsuite for real
parent
60e7fb8a14
commit
757e2afee6
|
@ -1,3 +1,9 @@
|
||||||
|
fail2ban (0.11.1-1~exp2) experimental; urgency=medium
|
||||||
|
|
||||||
|
* Run the testsuite for real
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 13 Jan 2020 11:09:08 +0100
|
||||||
|
|
||||||
fail2ban (0.11.1-1~exp1) experimental; urgency=medium
|
fail2ban (0.11.1-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
[ Sylvestre Ledru ]
|
[ Sylvestre Ledru ]
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
Index: fail2ban/bin/fail2ban-testcases
|
||||||
|
===================================================================
|
||||||
|
--- fail2ban.orig/bin/fail2ban-testcases
|
||||||
|
+++ fail2ban/bin/fail2ban-testcases
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-#!/usr/bin/env python
|
||||||
|
+#!/usr/bin/env python3
|
||||||
|
# emacs: -*- mode: python; py-indent-offset: 4; indent-tabs-mode: t -*-
|
||||||
|
# vi: set ft=python sts=4 ts=4 sw=4 noet :
|
||||||
|
"""Script to run Fail2Ban tests battery
|
|
@ -3,3 +3,4 @@ deb_init_paths
|
||||||
deb_manpages_reportbug
|
deb_manpages_reportbug
|
||||||
0002-ENH-verify-that-use_stock_cfg-was-not-provided-while.patch
|
0002-ENH-verify-that-use_stock_cfg-was-not-provided-while.patch
|
||||||
deb_no_iptables_service
|
deb_no_iptables_service
|
||||||
|
python3-test-suite.diff
|
||||||
|
|
Loading…
Reference in New Issue