projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dce8057
)
phase1: fix typo in previous commit
author
Jo-Philipp Wich
<jo@mein.io>
Mon, 14 Nov 2016 14:21:47 +0000
(15:21 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Mon, 14 Nov 2016 14:21:47 +0000
(15:21 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
phase1/master.cfg
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index 750763ea877193fa9e3026ad4180b2e0669cdf90..2103a59cfc74c781ad39cebdc2060556456aadad 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-62,7
+62,7
@@
repo_url = ini.get("repo", "url")
repo_branch = "master"
if ini.has_option("repo", "branch"):
- repo_branch = ini.get
_option
("repo", "branch")
+ repo_branch = ini.get("repo", "branch")
rsync_bin_url = ini.get("rsync", "binary_url")
rsync_bin_key = ini.get("rsync", "binary_password")