[Buildbot-commits] [Buildbot] #2426: Nightly scheduler ifOnlyChanged=false and there are no changes since last build, changelist is empty

Buildbot nobody at buildbot.net
Sun Jan 20 22:15:35 UTC 2013


#2426: Nightly scheduler ifOnlyChanged=false and there are no changes since last
build, changelist is empty
-------------------------+--------------------
Reporter:  charlie_kang  |       Owner:
    Type:  enhancement   |      Status:  new
Priority:  minor         |   Milestone:  0.9.0
 Version:  0.8.5         |  Resolution:
Keywords:                |
-------------------------+--------------------
Changes (by dustin):

 * milestone:  undecided => 0.9.0


Comment:

 I think the best way to describe the difference is that a sourcestamp is
 something you can check out, while a change is something that appears in a
 version control log.

 The nine branch does a somewhat better job with this: each change has a
 single sourcestamp, and anywhere that sourcestamp is displayed, its
 corresponding change can be, as well.  So this would solve your request.
 This model gets away from the idea of a sourcestamp having a list of
 changes, though.  Personally, I think this makes a lot more sense:
 revision 0e98ab1e9c85 corresponds to a single commit (= change).

 The ultimate goal, although it won't be realized in 0.9.0, is for changes
 to accurately model the underlying version control system, with parent
 revisions, merges, branches, and so on.  Then, given two builds, Buildbot
 can *calculate* the list of changes between them for display.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2426#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list