[Buildbot-devel] [PATCH] fix for issue 1109469 : make buildbot.bat on windows use python install directory
Lieven Govaerts
lgo at mobsol.be
Thu Mar 30 20:36:09 UTC 2006
Hi,
I'm trying to get the buildbot client tools working on windows, and
encountered some problems while doing so.
I'll try to send a patch for each of the issues I encounter and am able
resolve. I'm not a Python expert, so feel free to improve these patches
where needed.
Attached patch solves issue 1109449, by replacing the path c:\python23\ with
%PYTHONDIR%\ which I expect is automatically set by the python installer.
I didn't find a description on how to send in patches, so I used the default
subversion style (based on my own local svn repository).
regards,
Lieven.
[[[
Fix for issue #1109449: make buildbot.bat on windows use python install
directory
* contrib/windows/buildbot.bat: replace the path c:\python23\ with
%PYTHONDIR%\
]]]
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: issue-1109449.patch.txt
URL: <http://buildbot.net/pipermail/devel/attachments/20060330/89162f27/attachment.txt>
More information about the devel
mailing list