projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8abb2e9
)
phase1: also honour branch in Git() step
author
Jo-Philipp Wich
<jo@mein.io>
Mon, 14 Nov 2016 14:17:46 +0000
(15:17 +0100)
committer
Jo-Philipp Wich
<jo@mein.io>
Mon, 14 Nov 2016 14:17:46 +0000
(15:17 +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 91cc1a7409cf79c1fc1e270fbb633bd39b901de6..b9fd34ef2452ff62fd244de204e329117b6cdd5b 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-264,7
+264,7
@@
for target in targets:
))
# check out the source
- factory.addStep(Git(repourl=repo_url, mode='update'))
+ factory.addStep(Git(repourl=repo_url,
branch=repo_branch,
mode='update'))
factory.addStep(ShellCommand(
name = "rmtmp",