projects
/
buildbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c95c63d
)
phase1: Git() no need to specify branch
author
Thibaut VARÈNE
<hacks@slashdirt.org>
Fri, 21 Oct 2022 16:38:58 +0000
(18:38 +0200)
committer
Petr Štetiar
<ynezz@true.cz>
Mon, 15 May 2023 15:36:01 +0000
(17:36 +0200)
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
phase1/master.cfg
patch
|
blob
|
history
diff --git
a/phase1/master.cfg
b/phase1/master.cfg
index a1c55db7c2e747876d37c3cf76a839bac8af97ff..c6edad33dd4e9a34192a57ce4f4310ae4bc39b66 100644
(file)
--- a/
phase1/master.cfg
+++ b/
phase1/master.cfg
@@
-565,7
+565,6
@@
for target in targets:
factory.addStep(Git(
name = "git",
repourl = repo_url,
- branch = Interpolate("%(prop:branch)s"),
mode = 'full',
method = 'fresh',
locks = NetLockDl,