Tidy
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Mon, 6 Feb 2017 21:30:55 +0000 (22:30 +0100)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Mon, 6 Feb 2017 21:30:55 +0000 (22:30 +0100)
build-farm.conf.template

index 819c7591ec65220be4e7dcce24e906c709dcc8d1..869eedb03617cba09dc1a0e2499cc102b5a62aee 100644 (file)
@@ -49,7 +49,7 @@ our %conf =(
 
     keep_error_builds => 0,
     # Linux style, use "*.core" for BSD
-    core_file_glob => "core*",
+    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
@@ -62,8 +62,8 @@ our %conf =(
     upgrade_target => 'https://buildfarm.exim.org/cgi-bin/upgrade.pl',
 
     # Your host alias and password in the BuildFarm
-    animal => "alias_assigned_by_build_team",
-    secret => "secret_assigned_by_build_team",
+    animal => 'alias_assigned_by_build_team',
+    secret => 'secret_assigned_by_build_team',
 
     # allow automatic updates of the buildfarm client code.
     # Leave it *unset* to get the default behaviour, set it
@@ -191,7 +191,7 @@ our %conf =(
     # the group of the exim user as a secondary group. Example:
     # user=>farm, group=>farm, secondary_groups=>exim
     # user=>exim, group=>exim
-    master_exim_user => "exim",
+    master_exim_user => 'exim',
 
     # Range of tests to run if enable make_test in optional steps.
     # Start with just a couple while getting the aminal set up,