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

Salvatore Bonaccorso carnil at moszumanska.debian.org
Mon Nov 9 08:01:45 UTC 2015


Author: carnil
Date: 2015-11-09 08:01:45 +0000 (Mon, 09 Nov 2015)
New Revision: 37622

Modified:
   lib/python/secmaster.py
Log:
Fix another occurence of old hostname

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




More information about the Secure-testing-commits mailing list