git://git.exim.org
/
buildfarm-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1194bc5
)
Quote parameter in template
author
Todd Lyons
<tlyons@exim.org>
Tue, 29 Oct 2013 16:51:56 +0000
(09:51 -0700)
committer
Todd Lyons
<tlyons@exim.org>
Tue, 29 Oct 2013 16:51:56 +0000
(09:51 -0700)
build-farm.conf.template
patch
|
blob
|
history
diff --git
a/build-farm.conf.template
b/build-farm.conf.template
index 2061856fe0a959ef5f3a9542990ef21f23d9da93..a9c6c6872d4baea430f0e02b8a271179b576a006 100644
(file)
--- a/
build-farm.conf.template
+++ b/
build-farm.conf.template
@@
-167,7
+167,7
@@
my $branch;
optional_steps =>{
# which optional steps to run and when to run them
- #
make-doc
=> {min_hours_since => 24*7},
+ #
'make-doc'
=> {min_hours_since => 24*7},
test => {min_hours_since => 24*7},
},