[Buildbot-commits] [buildbot/buildbot] 8a5076: SetPropertiesFromEnv folds to uppercase for Window...
noreply at github.com
noreply at github.com
Sat Mar 26 16:59:26 UTC 2011
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 8a5076796e2519f543618a4736c57ca34903a0a3
https://github.com/buildbot/buildbot/commit/8a5076796e2519f543618a4736c57ca34903a0a3
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2011-03-26 (Sat, 26 Mar 2011)
Changed paths:
M master/buildbot/steps/slave.py
M master/docs/cfg-buildsteps.texinfo
Log Message:
-----------
SetPropertiesFromEnv folds to uppercase for Windows slaves
Windows environment variables are case-insensitive but in some displays
are case-preserving. The step now detects when the slave is win32, and
behaves accordingly on the master side by folding keys to uppercase.
Fixes #1892.
More information about the Commits
mailing list