Skip to content

Commit

Permalink
Merge pull request #2205 from rutsky/trivial-raml-formatting
Browse files Browse the repository at this point in the history
fix some RAML content/formatting
  • Loading branch information
tardyp committed May 10, 2016
2 parents 2372b39 + 2865273 commit 9616fc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions master/buildbot/spec/types/build.raml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ description: |
When combined with ``field`` filter, to get properties, one should ensure **properties** ``field`` is set.
* api/v2/builds?field=buildid&field=properties&property=slavename&property=user
* api/v2/builds?field=buildid&field=properties&property=workername&property=user
.. note::
Build requests are not available in pickled builds, so ``brid`` is always None for build requests imported from older versions of Buildbot.
Build requests are not available in pickled builds, so ``buildrequestid`` is always None for build requests imported from older versions of Buildbot.
The field will always be set for new builds.
Expand Down Expand Up @@ -71,7 +71,7 @@ properties:
description: build request for which this build was performed, or None if no such request exists
type: integer
workerid:
description: the slave this build ran on
description: the worker this build ran on
type: integer
masterid:
description: the master this build ran on
Expand Down
4 changes: 2 additions & 2 deletions master/buildbot/spec/types/sourcestamp.raml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ properties:
ssid:
description: |
the ID of this sourcestamp
.. note::
For legacy reasons, the abreviated name ``ssid`` is used instead of canonical
``sourcestampid``.
For legacy reasons, the abbreviated name ``ssid`` is used instead of canonical ``sourcestampid``.
This might change in the future (:bug:`3509`).
type: integer
branch?:
Expand Down

0 comments on commit 9616fc4

Please sign in to comment.