RCS file: /cvsroot/buildbot/buildbot/docs/buildbot.texinfo,v
retrieving revision 1.150
diff -u -r1.150 buildbot.texinfo
|
|
|
|
| 1763 | 1763 | Linux or Solaris builds) should naturally be associated with an |
| 1764 | 1764 | OS-X-based buildslave. |
| 1765 | 1765 | |
| | 1766 | A @code{Builder} may be given a set of environments variables to be used |
| | 1767 | in its @pxref{ShellCommand}s. |
| 1766 | 1768 | |
| 1767 | 1769 | @node Users, Build Properties, Builder, Concepts |
| 1768 | 1770 | @section Users |
| … |
… |
|
| 4837 | 4839 | @end example |
| 4838 | 4840 | |
| 4839 | 4841 | These variable settings will override any existing ones in the |
| 4840 | | buildslave's environment. The exception is PYTHONPATH, which is merged |
| | 4842 | buildslave's environment or the environment specified in the |
| | 4843 | Builder. The exception is PYTHONPATH, which is merged |
| 4841 | 4844 | with (actually prepended to) any existing $PYTHONPATH setting. The |
| 4842 | 4845 | value is treated as a list of directories to prepend, and a single |
| 4843 | 4846 | string is treated like a one-item list. For example, to prepend both |