git://git.exim.org
/
buildfarm-client.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Link to build farm site
[buildfarm-client.git]
/
build-farm.conf.template
diff --git
a/build-farm.conf.template
b/build-farm.conf.template
index f1699920dd0e315249c4c9dea5b01d389458f4f4..7924b860f35b6f6e09adba86719729c77bdbe5f5 100644
(file)
--- a/
build-farm.conf.template
+++ b/
build-farm.conf.template
@@
-26,7
+26,8
@@
my $branch;
# This template assumes that the user running the buildfarm process is "farm"
%conf =(
scm => 'git',
# This template assumes that the user running the buildfarm process is "farm"
%conf =(
scm => 'git',
- scmrepo => 'git://git.exim.org/exim.git', # default is community repo for either type
+ # default is github mirror of Exim
+ scmrepo => 'https://github.com/Exim/exim.git',
# Wishlist for future, track and build from multiple repos.
# Doesn't do anything yet.
repos => {
# Wishlist for future, track and build from multiple repos.
# Doesn't do anything yet.
repos => {
@@
-130,7
+131,7
@@
my $branch;
makefile_set =>{
# comment out if not using ccache
CC => 'ccache gcc',
makefile_set =>{
# comment out if not using ccache
CC => 'ccache gcc',
- # Other examples. Could use
regex in config_features
instead.
+ # Other examples. Could use
makefile_regex
instead.
#SUPPORT_TLS => 'yes',
#TLS_LIBS => '-lssl -lcrypto',
},
#SUPPORT_TLS => 'yes',
#TLS_LIBS => '-lssl -lcrypto',
},
@@
-147,8
+148,8
@@
my $branch;
# Another way to enable things in the Local/Makefile.
# Use a simple regex to change a default to what you want.
# Another way to enable things in the Local/Makefile.
# Use a simple regex to change a default to what you want.
-
config_features
=>[
- q(s/^# EXPERIMENTAL_PRDR.*/EXPERIMENTAL_PRDR=yes/),
+
makefile_regex
=>[
+
#
q(s/^# EXPERIMENTAL_PRDR.*/EXPERIMENTAL_PRDR=yes/),
],
# The user compiled as the master exim username.
],
# The user compiled as the master exim username.
@@
-173,7
+174,7
@@
my $branch;
# locales to test
locales => [qw( C )],
# locales to test
locales => [qw( C )],
- #
Unused
+ #
Placemarker for auto-generated build features
config_opts =>[
qw()
],
config_opts =>[
qw()
],