[Secure-testing-commits] r37623 - lib/python

Paul Wise pabs at moszumanska.debian.org
Mon Nov 9 08:04:25 UTC 2015


Author: pabs
Date: 2015-11-09 08:04:24 +0000 (Mon, 09 Nov 2015)
New Revision: 37623

Modified:
   lib/python/secmaster.py
Log:
only hardcode the security-master hostname once

Modified: lib/python/secmaster.py
===================================================================
--- lib/python/secmaster.py	2015-11-09 08:01:45 UTC (rev 37622)
+++ lib/python/secmaster.py	2015-11-09 08:04:24 UTC (rev 37623)
@@ -32,7 +32,7 @@
     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()




More information about the Secure-testing-commits mailing list