From 075982ade3a8bbac1c79abeb76cf456a3debb76a Mon Sep 17 00:00:00 2001 From: Todd Lyons Date: Mon, 5 May 2014 09:07:17 -0700 Subject: [PATCH] Generate correct git URL. Reported by Wolfgang Breyha. --- templates/log.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/log.tt b/templates/log.tt index 124985a..a151d6c 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.postgresql.org/gitweb?p=postgresql.git;a=commit;h='; + giturl = scmurl || 'http://git.exim.org/gitweb?p=exim.git;a=commit;h='; -%] [% WRAPPER 'page.tt' title = mytitle -- 2.30.2