[Buildbot-commits] [SPAM] [Buildbot] #908: web status doesn't allow to force build on a revision with space char in it
Buildbot
buildbot-devel at lists.sourceforge.net
Tue Jun 29 08:21:51 UTC 2010
#908: web status doesn't allow to force build on a revision with space char in it
---------------------------+------------------------------------------------
Reporter: GillesGagniard | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.8.0 | Keywords:
---------------------------+------------------------------------------------
The force build form on a builder page enables the user to specify a
revision; it is checked in buildbot/status/web/builder.py :
{{{
if not re.match(r'^[\w\.\-\/]*$', revision):
log.msg("bad revision '%s'" % revision)
return Redirect(path_to_builder(req, self.builder_status))
}}}
which specifically doesn't allow blank spaces. However, a CVS revision is
of form "YYYY-MM-DD HH:MM:SS", thus it is not possible to force build on a
specific CVS revision.
--
Ticket URL: <http://buildbot.net/trac/ticket/908>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list