Set config_opts to array instead of scalar
[buildfarm-client.git] / build-farm.conf.template
index abf972e87bb2b0bea879b0c571e8f4a258c76d23..7924b860f35b6f6e09adba86719729c77bdbe5f5 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 => {
@@ -174,7 +174,7 @@ my $branch;
     # locales to test
     locales => [qw( C )],
 
-    # Unused
+    # Placemarker for auto-generated build features
     config_opts =>[
         qw()
     ],