Quote parameter in template
[buildfarm-client.git] / build-farm.conf.template
index abf972e87bb2b0bea879b0c571e8f4a258c76d23..a9c6c6872d4baea430f0e02b8a271179b576a006 100644 (file)
@@ -27,7 +27,7 @@ my $branch;
 %conf =(
     scm => 'git',
     # default is github mirror of Exim
-    scmrepo => 'https://github.com/mrballcb/exim.git',
+    scmrepo => 'https://github.com/Exim/exim.git',
     # Wishlist for future, track and build from multiple repos.
     # Doesn't do anything yet.
     repos => {
@@ -167,14 +167,14 @@ my $branch;
 
     optional_steps =>{
         # which optional steps to run and when to run them
-        # build_docs => {min_hours_since => 24*7},
-        make_test  => {min_hours_since => 24*7},
+        # 'make-doc' => {min_hours_since => 24*7},
+        test  => {min_hours_since => 24*7},
     },
 
     # locales to test
     locales => [qw( C )],
 
-    # Unused
+    # Placemarker for auto-generated build features
     config_opts =>[
         qw()
     ],