Skip to content

Commit

Permalink
update docs to not suggest that masterdest='~/public_html' will work
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jan 14, 2012
1 parent 8a78ee0 commit fb9826e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/docs/manual/cfg-buildsteps.rst
Expand Up @@ -2117,8 +2117,8 @@ status to the uploaded file. ::
f.addStep(ShellCommand(command=["make", "docs"]))
f.addStep(FileUpload(slavesrc="docs/reference.html",
masterdest="~/public_html/ref.html",
url="/~buildbot/ref.html"))
masterdest="/home/bb/public_html/ref.html",
url="http://somesite/~buildbot/ref.html"))

The ``masterdest=`` argument will be passed to :meth:`os.path.expanduser`,
so things like ``~`` will be expanded properly. Non-absolute paths
Expand Down

0 comments on commit fb9826e

Please sign in to comment.