[SCM] build.samba.org - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Aug 18 14:01:34 MDT 2014


The branch, master has been updated
       via  742f79b http -> https
      from  4cc7c29 Re-enable buildfarm tests.

http://gitweb.samba.org/?p=build-farm.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 742f79b65d1c28353d598086441dfab004add15f
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Mon Aug 18 22:01:27 2014 +0200

    http -> https

-----------------------------------------------------------------------

Summary of changes:
 admin.py              |    2 +-
 import-and-analyse.py |    2 +-
 mail-dead-hosts.py    |    4 ++--
 web/about.html        |    4 ++--
 web/header3.html      |   12 ++++++------
 web/instructions.html |    8 ++++----
 6 files changed, 16 insertions(+), 16 deletions(-)


Changeset truncated at 500 lines:

diff --git a/admin.py b/admin.py
index b78fb32..fa317f3 100755
--- 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
 
diff --git a/import-and-analyse.py b/import-and-analyse.py
index 2318cc1..6a22797 100755
--- a/import-and-analyse.py
+++ b/import-and-analyse.py
@@ -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)
diff --git a/mail-dead-hosts.py b/mail-dead-hosts.py
index 56ca811..b83ce4b 100755
--- a/mail-dead-hosts.py
+++ b/mail-dead-hosts.py
@@ -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)
 
diff --git a/web/about.html b/web/about.html
index 05e0117..acd6825 100644
--- a/web/about.html
+++ b/web/about.html
@@ -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.
diff --git a/web/header3.html b/web/header3.html
index ab9a540..526d766 100644
--- a/web/header3.html
+++ b/web/header3.html
@@ -11,16 +11,16 @@
   <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>
 
diff --git a/web/instructions.html b/web/instructions.html
index 3bdf079..68f4cff 100644
--- a/web/instructions.html
+++ b/web/instructions.html
@@ -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>


-- 
build.samba.org


More information about the samba-cvs mailing list