[Buildbot-devel] upcoming release

Elliot Murphy elliot.murphy at gmail.com
Tue Apr 26 19:18:09 UTC 2005


Hi Brian,
 
> If there is a reasonable windows-way to do this project-specific thing, let
> me know. Otherwise I'll set it up so that, under windows, we only look in the
> ~/.buildbot -equivalent. I can imagine that dot-directories aren't that
> common in that world.
Not super common, but not frowned on either. Subversion creates .svn
directories throughout the source tree, and also sets the "hidden"
attribute (since windows doesn't hide dot directories from you). The
appdata thing should work great for the account-wide default, but
there is no reason to avoid looking for the .buildbot directory in a
project specific directory even on windows.

 
> And, is that APPDATA snippet above correct? Are the environment keys actually
> named with %-% surrounding them?
Nope, the %-% should be dropped. Percent signs what the windows shell
uses instead of $ to refer to environment variables - you don't need
'em when working with os.environ.

Cheers,
-elliot




More information about the devel mailing list