#1690: addURL does not persist through master restart
-------------------+--------------------------------------------------------
Reporter:  djs     |       Owner:           
    Type:  defect  |      Status:  new      
Priority:  minor   |   Milestone:  undecided
 Version:  0.8.2   |    Keywords:           
-------------------+--------------------------------------------------------
 I have subclassed FileUpload and attempted to add a link in the status to
 the uploaded file (master is a regular webserver too). It works fine until
 you restart the master, at which point the link disppears. Here is a
 reduced example:

 {{{
 class UploadBuild(FileUpload):
     def __init__(self, slavesrc=None, masterdest=None, workdir=None,
 maxsize=None, blocksize=16384, mode=None):
         FileUpload.__init__(self, slavesrc, masterdest)

     def finished(self, result):
         ret = FileUpload.finished(self, result)
         self.addURL("download", "url")
         return ret
 }}}

-- 
Ticket URL: <http://buildbot.net/trac/ticket/1690>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to