From: Todd Lyons Date: Mon, 5 May 2014 16:07:17 +0000 (-0700) Subject: Generate correct git URL. X-Git-Url: https://git.exim.org/buildfarm-server.git/commitdiff_plain/075982ade3a8bbac1c79abeb76cf456a3debb76a Generate correct git URL. Reported by Wolfgang Breyha. --- 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