[Buildbot-commits] [Buildbot] #2609: FileUpload URL name not configurable

Buildbot trac trac at buildbot.net
Thu Dec 19 14:34:39 UTC 2013


#2609: FileUpload URL name not configurable
------------------------+-----------------------
Reporter:  encukou      |      Owner:
    Type:  enhancement  |     Status:  new
Priority:  major        |  Milestone:  undecided
 Version:  0.8.8        |   Keywords:
------------------------+-----------------------
 I've noticed that `buildbot.steps.transfer.FileUpload` calls:
 {{{
 self.addURL(os.path.basename(masterdest), self.url)
 }}}
 In my case the basename is very long (a Git SHA-1), so it makes the
 waterfall display very wide. It would be nice to make the label
 configurable.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/2609>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list