From: Jeremy Harris Date: Thu, 3 Nov 2016 20:39:26 +0000 (+0000) Subject: Fix buildfarm site URLs in config template X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/61093b4e08eba14f68a5230852de48672b2446a0 Fix buildfarm site URLs in config template --- diff --git a/build-farm.conf.template b/build-farm.conf.template index ba4714f..fdaa929 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -57,10 +57,10 @@ my $farm_user_name = 'farm'; core_file_glob => "core*", # build process will connect to this URL to upload results - target => "http://eximbuild.mrball.net/cgi-bin/eximstatus.pl", + target => "http://buildfarm.exim.org/cgi-bin/eximstatus.pl", # update_personality uses this when you want to update your # machine's info (OS, version, compiler, version) - upgrade_target => "http://eximbuild.mrball.net/cgi-bin/upgrade.pl", + upgrade_target => "http://buildfarm.exim.org/cgi-bin/upgrade.pl", # Your host alias and password in the BuildFarm animal => "alias_assigned_by_build_team",