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
(from parent 1:
5e7717c
)
Fix auto_update. (disabled auto_update was ignored)
author
Heiko Schlittermann (HS12-RIPE)
<hs@schlittermann.de>
Thu, 29 Jun 2017 11:53:32 +0000
(13:53 +0200)
committer
Heiko Schlittermann
<hs@schlittermann.de>
Thu, 29 Jun 2017 11:53:32 +0000
(13:53 +0200)
run_branches
patch
|
blob
|
history
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 {
- 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 '.';