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
New template location for exim repo
[buildfarm-client.git]
/
run_branches
diff --git
a/run_branches
b/run_branches
index e5194e1c42dcc1da4b56203821fcff97d21f189d..18ee919cc40f69efec52231914860c2b3a966732 100755
(executable)
--- a/
run_branches
+++ b/
run_branches
@@
-79,9
+79,9
@@
require $buildconf;
# Check if auto-update is wanted and possible
eval {
# Check if auto-update is wanted and possible
eval {
- if (not exists $EximBuild::
Conf{auto_update} or $EximBuild::C
onf{auto_update})
+ if (not exists $EximBuild::
conf{auto_update} or $EximBuild::c
onf{auto_update})
{
{
- my $remote = $EximBuild::
C
onf{auto_update} // 'origin';
+ my $remote = $EximBuild::
c
onf{auto_update} // 'origin';
die "auto-update not possible: need write permissions in @{[cwd]}\n"
if not -w '.';
die "auto-update not possible: need write permissions in @{[cwd]}\n"
if not -w '.';