http -> https
authorJelmer Vernooij <jelmer@samba.org>
Mon, 18 Aug 2014 20:01:27 +0000 (22:01 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 18 Aug 2014 20:01:27 +0000 (22:01 +0200)
admin.py
import-and-analyse.py
mail-dead-hosts.py
web/about.html
web/header3.html
web/instructions.html

index b78fb32822121f2a7f1ece486ba966009554db23..fa317f392072cfa78ca04c877d6650b445e487d6 100755 (executable)
--- a/admin.py
+++ b/admin.py
@@ -142,7 +142,7 @@ Your host %(hostname)s has been added to the Samba Build farm.
 We have recorded that it is running %(platform)s.  
 
 If you have not already done so, please read:
-http://build.samba.org/instructions.html
+https://build.samba.org/instructions.html
 
 The password for your rsync .password file is %(password)s
 
index 2318cc1351874ab161501b72a9ee10a94c91fc7c..6a22797bc10f688d4f3a0e062cc2fca53f9dd2b8 100755 (executable)
@@ -90,7 +90,7 @@ The build may have been broken by one of the following commits:
         "old_rev": diff.old_rev,
         "cur_status": diff.new_status,
         "old_status": diff.old_status,
-        "build_link": build_uri("http://build.samba.org/build.cgi", cur)
+        "build_link": build_uri("https://build.samba.org/build.cgi", cur)
         }
 
     msg = MIMEText(body)
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)
 
index 05e01173761887709c8d816f7c8b0fd24ac4fc89..acd6825df577bb15c17b7d2a4ed892ab74c2711c 100644 (file)
@@ -11,7 +11,7 @@
   real time. Each host in the build farm builds each of the projects regularly
   (currently every 15 minutes for some hosts) and uploads the results of the
   configure, build, install, and runtime testing to the central site
-  (<a href="http://build.samba.org/">build.samba.org</a>) for display.
+  (<a href="https://build.samba.org/">build.samba.org</a>) for display.
 </p>
 
 <p>
@@ -22,7 +22,7 @@
 
 <p>
   The build farm pulls the source code from the <a
-  href="http://www.samba.org/ftp/unpacked/">unpacked Git
+  href="https://www.samba.org/ftp/unpacked/">unpacked Git
   repository</a> and does a clean configure and build whenever a change is
   detected in the tree. The results shown give information on the status of the
   configure and build process, plus any error logs.
index ab9a5400f4746e251603181175641309de077548..526d7666cfbdc39dfb6f1f68e7c10ca1d2a95cb3 100644 (file)
   <ul>
     <li><a href="/about.html">About the build farm</a></li>
     <li><a href="/instructions.html">Adding a new machine</a></li>
-    <li><a href="http://www.samba.org/">Samba Web pages</a></li>
+    <li><a href="https://www.samba.org/">Samba Web pages</a></li>
   </ul>
 
   <img src="/hack.png" alt="hack samba" />
   <ul>
-    <li><a href="http://www.samba.org/samba/devel/">Devel Overview</a></li>
-    <li><a href="http://gitweb.samba.org">Git Source</a></li>
-    <li><a href="http://websvn.samba.org">Historical SVN Source</a></li>
-    <li><a href="http://cvs.samba.org/cgi-bin/cvsweb/">Historical CVS Source</a></li>
-    <li><a href="http://build.samba.org/">Build Farm</a></li>
+    <li><a href="https://www.samba.org/samba/devel/">Devel Overview</a></li>
+    <li><a href="https://gitweb.samba.org">Git Source</a></li>
+    <li><a href="https://websvn.samba.org">Historical SVN Source</a></li>
+    <li><a href="https://cvs.samba.org/cgi-bin/cvsweb/">Historical CVS Source</a></li>
+    <li><a href="https://build.samba.org/">Build Farm</a></li>
     <li><a href="https://bugzilla.samba.org">Bug Reports</a></li>
   </ul>
 
index 3bdf079cee328bf7fef6fec298b6c4992e134457..68f4cff72833a26d69f5a508181098cde5f61f50 100644 (file)
@@ -47,19 +47,19 @@ If you have a machine that you wish to add to our build farm then please follow
   account, no special privileges are needed, just change ~build to your
   home directory in the instructions below.</li>
 
-  <li>Make sure a recent version of <a href="http://rsync.samba.org/">rsync</a>
+  <li>Make sure a recent version of <a href="https://rsync.samba.org/">rsync</a>
   is installed on the machine</li>
 
   <li>Create a directory ~build/build_farm/. You will need about 120MB of
   free space for this directory.</li>
 
-  <li>(optional) Install <a href="http://ccache.samba.org">ccache</a>
+  <li>(optional) Install <a href="https://ccache.samba.org">ccache</a>
   and set a reasonable cache size (300MB would be plenty).  This
   massively reduces the compilation times and system load for certain
   changes.</li>
 
   <li>Grab the script build_test from cvs or from <a
-  href="http://www.samba.org/ftp/unpacked/build_farm/build_test">http://www.samba.org/ftp/unpacked/build_farm/build_test</a>
+  href="https://www.samba.org/ftp/unpacked/build_farm/build_test">https://www.samba.org/ftp/unpacked/build_farm/build_test</a>
   and put it in ~build/build_farm/ .</li>
 
   <li>Edit the script if necessary to update the location of the build_farm
@@ -81,7 +81,7 @@ If you have a machine that you wish to add to our build farm then please follow
     0,30 * * * * /bin/nice /home/build/build_farm/build_test 2> /home/build/cron.err
   </pre>
   </li>
-  <li>Check that <a href="http://build.samba.org/">build.samba.org</a>
+  <li>Check that <a href="https://build.samba.org/">build.samba.org</a>
   is showing your new host and that it is being updated regularly. </li>
   
 </ul>