From 8ad2a9db7ba4f4fcaa3c7cbbc8775ebe89115963 Mon Sep 17 00:00:00 2001
From: Kirill Miazine
Date: Sun, 12 Feb 2017 14:13:15 +0100
Subject: [PATCH] Fix URLs from http to https where possible
---
templates/log.tt | 2 +-
templates/page.tt | 2 +-
templates/register-form.tt | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
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