verm__ changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-3.5.0 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | irclogs: https://libera.irclog.whitequark.org/buildbot
vilhalmer has joined #buildbot
mjw has quit [Killed (NickServ (GHOST command used by wielaard!~mjw_@2001:1c06:2488:1400:9e5c:8eff:fe8f:a440))]
wielaard is now known as mjw
mark__ has joined #buildbot
LePhilousophe has joined #buildbot
manx has quit [Quit: manx]
manx has joined #buildbot
manx has quit [Client Quit]
manx has joined #buildbot
rijenkii has joined #buildbot
mjw has quit [Killed (NickServ (GHOST command used by mark__!~mark@gnu.wildebeest.org))]
mark__ is now known as mjw
wielaard has joined #buildbot
<rijenkii> Hello,
<rijenkii> I am currently learning Buildbot, and am trying to create a ForceScheduler with multiple CodebaseParameters.
<rijenkii> Each CodebaseParameter has a branch and repository set.
<rijenkii> Inside the BuildFactory I have made two steps.Git with fixed codebases, and repository and branch fields taken from parameters.
<rijenkii> But it seems that while branch is correctly set, repository is always None.
<rijenkii> master.cfg snippet:
<rijenkii> Command, executed in step 1:
<rijenkii> git clone --branch branch1 None . --progress
<rijenkii> Expected command:
<rijenkii> git clone --branch branch1 codebase1 . --progress
<rijenkii> Am I missing something here?
<rijenkii> Nvm, got it.
<rijenkii> I had to use Interpolate("src:codebase:repository") instead of Property("repository").
<rijenkii> Not sure why branch was substituting correctly though.
<flx[m]> Does Buildbot plan to participate in this years hacktoberfest?