X-Git-Url: https://git.exim.org/buildfarm-server.git/blobdiff_plain/60b6200d219bb8b32a1db1c371439bc120989c1a..d12dd0f9631357ac568bb2163dc7a292688e3f10:/cgi-bin/show_stage_log.pl diff --git a/cgi-bin/show_stage_log.pl b/cgi-bin/show_stage_log.pl index fc40fa6..e560089 100755 --- a/cgi-bin/show_stage_log.pl +++ b/cgi-bin/show_stage_log.pl @@ -3,6 +3,7 @@ =comment Copyright (c) 2003-2010, Andrew Dunstan +Copyright (c) 2022, The Exim Maintainers See accompanying License file for license details @@ -16,9 +17,8 @@ use File::Temp qw(tempfile); use vars qw($dbhost $dbname $dbuser $dbpass $dbport @log_file_names); - -require "$ENV{BFConfDir}/BuildFarmWeb.pl"; -#require "BuildFarmWeb.pl"; +use FindBin qw($RealBin); +require "$RealBin/../BuildFarmWeb.pl"; die "no dbname" unless $dbname; die "no dbuser" unless $dbuser; @@ -80,7 +80,7 @@ if ($system && $logdate && $stage) "-------------------------------------------------\n\n", "Hosting for the Exim BuildFarm is generously ", - "provided by: Todd Lyons"; + "provided by: Mythic Beasts Ltd"; } @@ -89,4 +89,3 @@ else print "Status: 460 bad parameters\n", "Content-Type: text/plain\n\n"; } -