summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPaul Wise <pabs@debian.org>2015-11-09 08:04:24 +0000
committerPaul Wise <pabs@debian.org>2015-11-09 08:04:24 +0000
commit1c94367f68f22c1f02a39b0906df4c63fb2e2c53 (patch)
tree32fd32c2c2934fbfcaf1f652cd5af23c9df19fa9 /lib
parent20165af6830a357289f0b4a401be640c860f6aed (diff)
only hardcode the security-master hostname once
git-svn-id: svn+ssh://svn.debian.org/svn/secure-testing@37623 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 b548aa3beb..73522d552d 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", "seger.debian.org", "secure-testing/bin/list-queue"),
+ ("ssh", HOST, "secure-testing/bin/list-queue"),
stdin=file("/dev/null"),
stdout=subprocess.PIPE)
data = ssh.stdout.read()

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