[Buildbot-commits] [Buildbot] #2367: Commit messages limited to 1024 characters
Buildbot
nobody at buildbot.net
Fri Sep 7 17:08:29 UTC 2012
#2367: Commit messages limited to 1024 characters
--------------------+--------------------
Reporter: sdwilsh | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.+
Version: 0.8.6p1 | Resolution:
Keywords: |
--------------------+--------------------
Changes (by dustin):
* milestone: undecided => 0.8.+
Comment:
That's the default, yes, and should probably be changed to use TEXT.
The commit message length *is* checked:
{{{
self.check_length(ch_tbl.c.comments, comments)
}}}
although the solution (!RuntimeError) is not what you want in this case, I
think it beats silently discarding data.
--
Ticket URL: <http://trac.buildbot.net/ticket/2367#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list