id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
908,web status doesn't allow to force build on a revision with space char in it,GillesGagniard,,"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.",defect,closed,major,0.8.2,0.8.0,fixed,,
