[Buildbot] #2893: Nightly 'branch' argument is required

Buildbot trac trac at buildbot.net
Tue Sep 9 21:07:01 UTC 2014


#2893: Nightly 'branch' argument is required
-------------------+-------------------
Reporter:  dustin  |      Owner:
    Type:  defect  |     Status:  new
Priority:  minor   |  Milestone:  0.9.0
 Version:  0.8.9   |   Keywords:
-------------------+-------------------
 This doesn't make a lot of sense, but it seems that Nightly requires the
 `branch` argument.

 http://stackoverflow.com/questions/25455235/buildbot-figure-out-if-there-
 were-any-changes/25456904?noredirect=1#comment40227712_25456904

 `Nightly.gotChange` filters by branch, and `self.branch` is passed to
 `addBuildsetsForLatest` if `onlyIfChanged` is false.

 It *might* be enough to:
  * only filter by branch if it's not `NoBranch`
  * don't pass `branch` to `addBuildsetsForLatest` if it's `NoBranch`

 But that's all a little more complex than I can think about at the moment.
 Am I missing some reason that `branch` is required?

--
Ticket URL: <http://trac.buildbot.net/ticket/2893>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list