#1959: svn sourcestep mode="copy" always_purge=True fails with externals.
----------------------+------------------------
Reporter:  tfogal     |       Owner:
    Type:  undecided  |      Status:  new
Priority:  minor      |   Milestone:  undecided
 Version:  0.8.1      |  Resolution:
Keywords:             |
----------------------+------------------------

Comment (by tfogal):

 I applied this patch:

 {{{
          for entry in result_xml.getElementsByTagName('entry'):
              (wc_status,) = entry.getElementsByTagName('wc-status')
 +            log.msg("item attr: %s" % wc_status.getAttribute('item'))
              if wc_status.getAttribute('item') == 'external':
                  continue
              if wc_status.getAttribute('item') == 'missing':
 }}}

 and didn't see a "item attr" message in my twistd.logs on either the
 master or slave.  I guess the XML is somehow getting parsed somewhere
 else??

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1959#comment:2>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to