X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/d5905e158b6a64c58af0bfda6f3dda23fb7d01b8..1c558dd75c7ab4f9f4b99ed80713c811d69ab24c:/trunk/templates/bfwrapper.tt.ttc?ds=sidebyside diff --git a/trunk/templates/bfwrapper.tt.ttc b/trunk/templates/bfwrapper.tt.ttc deleted file mode 100644 index 19faeb3..0000000 --- a/trunk/templates/bfwrapper.tt.ttc +++ /dev/null @@ -1,32 +0,0 @@ -#------------------------------------------------------------------------ -# Compiled template generated by the Template Toolkit version 2.14 -#------------------------------------------------------------------------ - -Template::Document->new({ - METADATA => { - 'modtime' => '1107104454', - 'name' => 'bfwrapper.tt', - }, - BLOCK => sub { - my $context = shift || die "template sub called without context\n"; - my $stash = $context->stash; - my $output = ''; - my $error; - - eval { BLOCK: { - $output .= "\n\n\n \n PostgreSQL BuildFarm Status\n \n \n\n\n
\n
\n\"PostgreSQL\n\n
\n
\n"; - #line 38 "/home/community/pgbuildfarm/templates/bfwrapper.tt" - $output .= $stash->get('content'); - $output .= "\n
\n
\n \n\n"; - } }; - if ($@) { - $error = $context->catch($@, \$output); - die $error unless $error->type eq 'return'; - } - - return $output; - }, - DEFBLOCKS => { - - }, -});