summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorSalvatore Bonaccorso <carnil@debian.org>2015-11-09 08:01:45 +0000
committerSalvatore Bonaccorso <carnil@debian.org>2015-11-09 08:01:45 +0000
commit20165af6830a357289f0b4a401be640c860f6aed (patch)
tree8372ef0aeac687a593c036d7c4103ee787438c68 /lib
parent595d04d0b0ce655eddf7aefe26efa3ab54530a69 (diff)
Fix another occurence of old hostname
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@37622 e39458fd-73e7-0310-bf30-c45bca0a0e42
Diffstat (limited to 'lib')
-rw-r--r--lib/python/secmaster.py2
1 files changed, 1 insertions, 1 deletions
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()

© 2014-2024 Faster IT GmbH | imprint | privacy policy