Fix URLs from http to https where possible
authorKirill Miazine <km@krot.org>
Sun, 12 Feb 2017 13:13:15 +0000 (14:13 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Sun, 12 Feb 2017 13:13:43 +0000 (14:13 +0100)
templates/log.tt
templates/page.tt
templates/register-form.tt

index e2ceffdb57c7a6cafe999c9bbdaafee3ee2ccae2..8a769450ead59044d56b97e7280eb905d4ca858f 100644 (file)
@@ -18,7 +18,7 @@ See accompanying License file for license details
 [% mytitle = BLOCK %]Exim BuildFarm | [% IF stage != 'OK' %]Log for system "[% system %]" failure on snapshot taken [% urldt ; ELSE %]Configuration summary for system "[% system %]" snapshot taken [% urldt ; END ; END -%]
 [%
         cvsurl = 'http://anoncvs.postgresql.org/cvsweb.cgi';
-        giturl = scmurl || 'http://git.exim.org/gitweb?p=exim.git;a=commit;h=';
+        giturl = scmurl || 'https://git.exim.org/gitweb?p=exim.git;a=commit;h=';
 -%]
 [% WRAPPER 'page.tt' 
        title = mytitle
index 1c3737a850cb4c302e22691be33bebe8dd1ff215..5e4f836d2b20555fe0e36b8063402a08fbb93695 100644 (file)
@@ -51,7 +51,7 @@ See accompanying License file for license details
       </p>
       <p style="text-align: center;">
        Hosting for the Exim Buildfarm is provided by: 
-       <a href="http://www.host1.no">Host1</a>
+       <a href="https://host1.no">Host1</a>
       </p>
     </div><!-- wrapper -->
   </body>
index f58b274c02022664d4454624276b8bcd1df3b6e8..8bdc3b1f2a481071fc8eafd079c546fa5a59bf6c 100644 (file)
@@ -16,10 +16,10 @@ See accompanying License file for license details
 before submitting this form.</p>
 
 <ul>
-<li> your machine will need to be able to contact <a href="http://buildfarm.exim.org/">http://buildfarm.exim.org</a>
+<li> your machine will need to be able to contact <a href="https://buildfarm.exim.org/">https://buildfarm.exim.org</a>
      either directly or via proxy, and it will need access to an Exim Git repository, 
      either the one at exim.org or a mirror.</li>
-<li> have <a href="http://git-scm.org">git</a> installed.</li>
+<li> have <a href="https://git-scm.org">git</a> installed.</li>
 <li> have a working Exim build environment for your platform.</li>
 <li> read instructions at 
      <a href="../wiki/Home.html">the build farm wiki</a></li>