[Buildbot] #3502: Git poller get wrong change list after merge

Buildbot trac trac at buildbot.net
Fri Mar 25 05:49:43 UTC 2016


#3502: Git poller get wrong change list after merge
----------------------+-----------------------
Reporter:  boolking   |      Owner:
    Type:  undecided  |     Status:  new
Priority:  major      |  Milestone:  undecided
 Version:  0.8.12     |   Keywords:
----------------------+-----------------------
 git poller will get some changes that are on the second branch on merge
 commit.[[BR]]
 following patch will fix it:[[BR]]
 {{{
 revListArgs = ([r'--first-parent', r'--format=%H', r'%s' % newRev] +
                [r'^%s' % rev for rev in self.lastRev.values()] +
                [r'--'])
 }}}

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


More information about the bugs mailing list