use download.samba.org::ftp/unpacked/
[build-farm.git] / mail-dead-hosts.py
index 56ca81158ac5cf51e5a18f6c0c6471e1fe7aba7a..b83ce4bd1183e67681f1fc033d3bb2939c4f891f 100755 (executable)
@@ -42,7 +42,7 @@ for host in hosts:
 
     body = """
 Your host %s has been part of the Samba Build farm, hosted
-at http://build.samba.org/.
+at https://build.samba.org/.
 
 Sadly however we have not heard from it since %s.
 
@@ -59,7 +59,7 @@ Thanks,
 
 The Build Farm administration team.
 
-""" % (host.name, last_update, host_uri("http://build.samba.org/build.cgi", host.name))
+""" % (host.name, last_update, host_uri("https://build.samba.org/build.cgi", host.name))
 
     msg = MIMEText(body)