Skip to content

Commit

Permalink
Merge branch 'master' of github.com:buildbot/buildbot
Browse files Browse the repository at this point in the history
* 'master' of github.com:buildbot/buildbot:
  Allow DirectoryUploads to have renderable urls.
  • Loading branch information
djmitche committed Jan 14, 2012
2 parents c3f4451 + 175f874 commit 3487141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/steps/transfer.py
Expand Up @@ -306,7 +306,7 @@ class DirectoryUpload(_TransferBuildStep):

name = 'upload'

renderables = [ 'slavesrc', 'masterdest' ]
renderables = [ 'slavesrc', 'masterdest', 'url' ]

def __init__(self, slavesrc, masterdest,
workdir=None, maxsize=None, blocksize=16*1024,
Expand Down

0 comments on commit 3487141

Please sign in to comment.