|
buildbot.tac error on win32: msg#00029python.buildbot.devel
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:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Web server on master: 00029, Nick Trout |
|---|---|
| Next by Date: | Re: Running Shell Commands: 00029, Brandon Philips |
| Previous by Thread: | Web server on masteri: 00029, Nick Trout |
| Next by Thread: | Re: buildbot.tac error on win32: 00029, Brian Warner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |