comparison doc/configure.txt @ 663:820583ca4dc3

0.6dev: Adding interpolation of environment variables, supporting `$VAR` and `${VAR}` on all platforms, and `%VAR%` on Windows. Updated docs + new test. Closes #436.
author osimons
date Thu, 03 Sep 2009 00:20:43 +0000
parents 294641e84e89
children a9d8359f4dc9
comparison
equal deleted inserted replaced
662:b00da52e942f 663:820583ca4dc3
202 .. code-block:: xml 202 .. code-block:: xml
203 203
204 <sh:exec executable="echo" 204 <sh:exec executable="echo"
205 args="Slave: ${family} ${os} ${version} ${machine} ${processor}"/> 205 args="Slave: ${family} ${os} ${version} ${machine} ${processor}"/>
206 206
207 Additionally, environment variables are also interpolated, supporting
208 common notations; ``$VAR``, ``${VAR}`` and ``%var%`` (Windows only).
209
210 .. code-block:: xml
211
212 <sh:exec executable="%windir%/system32/hostname.exe" />
213
214
207 Authentication 215 Authentication
208 ============== 216 ==============
209 217
210 Authentication information can also be included in slave configuration file: 218 Authentication information can also be included in slave configuration file:
211 219
Copyright (C) 2012-2017 Edgewall Software