[Buildbot-devel] EOL problem
Yannick Morin-Rivest
yannicks20 at gmail.com
Mon Apr 13 15:23:46 UTC 2009
Hey guys,
I installed buildbot on a remote windows xp machine, and i am trying to
trigger git_buildbot.py with git's hook. All seems to be working fine, but
git_buildbot.py never seems to be detecting any change. The problem is in
the function gen_changes :
def gen_changes(input, branch):
>
print input
>
print branch
>
while True:
>
line = input.readline()
>
even if my input and my branch have the correct value, input.readline()
never return anything...
Have anyone encounter this problem already ?
Thanks for your help
Yannick Morin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20090413/de52d7fd/attachment.html>
More information about the devel
mailing list