Skip to content

Commit

Permalink
Render 'env' for source steps
Browse files Browse the repository at this point in the history
Fixes #2610.
  • Loading branch information
djmitche committed Dec 20, 2013
1 parent 974c04e commit 5387348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/steps/source/base.py
Expand Up @@ -36,7 +36,7 @@ class Source(LoggingBuildStep, CompositeStepMixin):
"""

renderables = ['description', 'descriptionDone', 'descriptionSuffix',
'workdir']
'workdir', 'env']

description = None # set this to a list of short strings to override
descriptionDone = None # alternate description when the step is complete
Expand Down
2 changes: 2 additions & 0 deletions master/docs/relnotes/index.rst
Expand Up @@ -143,6 +143,8 @@ Fixes

* The web status no longer relies on the current working directory, which is not set correctly by some initscripts, to find the ``templates/`` directory (:bb:bug:`2586`).

* The source steps now correctly interpolate properties in ``env``.

Deprecations, Removals, and Non-Compatible Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down

0 comments on commit 5387348

Please sign in to comment.