[Buildbot-devel] buildbot.tac error on win32
Mike Taylor
bear at code-bear.com
Wed May 11 03:24:00 UTC 2005
While futzing around with the twisted win32 buildslave I found a glitch
with the buildbot.tac file generated by the "buildbot slave" command.
The basedir attribute was using windows style paths but they were
un-escaped - for example:
basedir = 'e:\buildbot\w32\'
once I fixed it to be
basedir = 'e:\\buildbot\\w32\\'
buildbot was much happier
I also some other minor nits that I fixed. I could check these in but
I always like to run the first couple of check-in past the team before
I commit :)
---
Bear
http://code-bear.com
Open Source Applications Foundation (OSAF)
http://www.osafoundation.org
PGP Fingerprint = 9996 719F 973D B11B E111 D770 9331 E822 40B3 CD29
runner.py diff below:
-------------- next part --------------
A non-text attachment was scrubbed...
Name: runner.diff
Type: application/octet-stream
Size: 2427 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20050510/b1076b43/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://buildbot.net/pipermail/devel/attachments/20050510/b1076b43/attachment.bin>
More information about the devel
mailing list