Skip to content

Commit

Permalink
add relnotes for "slavedest" argument of downloadFile command renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
rutsky committed Jun 26, 2016
1 parent d2c9957 commit b47bf8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions master/docs/relnotes/index.rst
Expand Up @@ -104,6 +104,8 @@ Deprecations, Removals, and Non-Compatible Changes

* ``slavesrc`` command argument was renamed to ``workersrc`` in ``uploadFile`` and ``uploadDirectory`` commands.

* ``slavedest`` command argument was renamed to ``workerdest`` in ``downloadFile`` command.


Details
-------
Expand Down
2 changes: 2 additions & 0 deletions worker/buildbot_worker/commands/base.py
Expand Up @@ -77,6 +77,8 @@
# * remote method getSlaveInfo() renamed to getWorkerInfo().
# * "slavesrc" command argument renamed to "workersrc" in uploadFile and
# uploadDirectory commands.
# * "slavedest" command argument renamed to "workerdest" in downloadFile
# command.


class Command(object):
Expand Down

0 comments on commit b47bf8b

Please sign in to comment.