#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
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to