X-Git-Url: https://git.exim.org/buildfarm-client.git/blobdiff_plain/ac33516340c1e465a1dd8e84049c1fb907fd921b..6943bf2a7057c10463e23370067c2c8c3225a73a:/build-farm.conf.template diff --git a/build-farm.conf.template b/build-farm.conf.template index 0073b09..819c759 100644 --- a/build-farm.conf.template +++ b/build-farm.conf.template @@ -51,11 +51,15 @@ our %conf =( # Linux style, use "*.core" for BSD core_file_glob => "core*", + # Note about HTTPS: HTTPS support is experimental. For a + # limited time you may try to use HTTP, in case HTTPS doesn't + # work for you. + # build process will connect to this URL to upload results - target => 'http://buildfarm.exim.org/cgi-bin/eximstatus.pl', + target => 'https://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://buildfarm.exim.org/cgi-bin/upgrade.pl', + upgrade_target => 'https://buildfarm.exim.org/cgi-bin/upgrade.pl', # Your host alias and password in the BuildFarm animal => "alias_assigned_by_build_team",