From 20165af6830a357289f0b4a401be640c860f6aed Mon Sep 17 00:00:00 2001 From: Salvatore Bonaccorso Date: Mon, 9 Nov 2015 08:01:45 +0000 Subject: Fix another occurence of old hostname git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@37622 e39458fd-73e7-0310-bf30-c45bca0a0e42 --- lib/python/secmaster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/python/secmaster.py b/lib/python/secmaster.py index 9478122f08..b548aa3beb 100644 --- a/lib/python/secmaster.py +++ b/lib/python/secmaster.py @@ -32,7 +32,7 @@ def listqueue(): using the code names (sid etc.). """ ssh = subprocess.Popen( - ("ssh", "chopin.debian.org", "secure-testing/bin/list-queue"), + ("ssh", "seger.debian.org", "secure-testing/bin/list-queue"), stdin=file("/dev/null"), stdout=subprocess.PIPE) data = ssh.stdout.read() -- cgit v1.2.3