From 61093b4e08eba14f68a5230852de48672b2446a0 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 3 Nov 2016 20:39:26 +0000 Subject: [PATCH] Fix buildfarm site URLs in config template --- build-farm.conf.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", -- 2.30.2