[Buildbot-commits] [SPAM] Re: [Buildbot] #728: Perforce version 2009.1 introduces a new type of operation that breaks P4Poller: move/delete

Buildbot buildbot-devel at lists.sourceforge.net
Fri Feb 26 17:11:09 UTC 2010


#728: Perforce version 2009.1 introduces a new type of operation that breaks
P4Poller: move/delete
--------------------------+-------------------------------------------------
Reporter:  DouglasLeeder  |       Owner:           
    Type:  defect         |      Status:  new      
Priority:  major          |   Milestone:  undecided
 Version:  0.7.11         |    Keywords:           
--------------------------+-------------------------------------------------

Comment(by DouglasLeeder):

 The patch in code formatting - sorry about the above.

 {{{

 --- a/buildbot/changes/p4poller.py
 +++ b/buildbot/changes/p4poller.py
 @@ -34,7 +34,7 @@ class P4Source(base.ChangeSource, util.ComparableMixin):
              r"Change (?P<num>\d+) on \S+ by \S+@\S+ '.+'$")
      describe_header_re = re.compile(
              r"Change \d+ by (?P<who>\S+)@\S+ on (?P<when>.+)$")
 -    file_re = re.compile(r"^\.\.\. (?P<path>[^#]+)#\d+ \w+$")
 +    file_re = re.compile(r"^\.\.\. (?P<path>[^#]+)#\d+ [/\w]+$")
      datefmt = '%Y/%m/%d %H:%M:%S'

      parent = None # filled in when we're added

 }}}

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


More information about the Commits mailing list