logo       

buildbot.tac error on win32: msg#00029

python.buildbot.devel

Subject: buildbot.tac error on win32

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:


Attachment: runner.diff
Description: Binary data

Attachment: PGP.sig
Description: This is a digitally signed message part

<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise