From: Kirill Miazine
Date: Sun, 12 Feb 2017 13:13:15 +0000 (+0100)
Subject: Fix URLs from http to https where possible
X-Git-Url: https://git.exim.org/buildfarm-server.git/commitdiff_plain/8ad2a9db7ba4f4fcaa3c7cbbc8775ebe89115963
Fix URLs from http to https where possible
---
diff --git a/templates/log.tt b/templates/log.tt
index e2ceffd..8a76945 100644
--- a/templates/log.tt
+++ b/templates/log.tt
@@ -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
diff --git a/templates/page.tt b/templates/page.tt
index 1c3737a..5e4f836 100644
--- a/templates/page.tt
+++ b/templates/page.tt
@@ -51,7 +51,7 @@ See accompanying License file for license details
Hosting for the Exim Buildfarm is provided by:
- Host1
+ Host1