[Buildbot-devel] Problem with sendchange
Ramandeep Singh Bhatia
ramandeepbhatia at gmail.com
Wed Apr 13 11:41:44 UTC 2011
Hi All,
Till now I don’t having any problem in configuring buildbot. Everything was
going fine but now I stuck into a problem with sendchange.
Before going further I would like to tell you that I am using CVS for
version control.
Actually my problem is sendchange is not working I don’t know why. I am
writing following command in CVS loginfo file
*ALL buildbot sendchange --master localhost:9989 --**username** **$USER** **
--logfile** **-** %**{**s}*
But when I try to commit something in CVS it gives following error:
Traceback (most recent call last):
File "/usr/local/bin/buildbot", line 4, in <module>
runner.run()
File "/usr/local/lib/python2.7/site-packages/buildbot/scripts/runner.py",
line 1179, in run
if not sendchange(so, True):
File "/usr/local/lib/python2.7/site-packages/buildbot/scripts/runner.py",
line 827, in sendchange
from buildbot.clients.sendchange import Sender
File
"/usr/local/lib/python2.7/site-packages/buildbot/clients/sendchange.py",
line 38
DEFAULT /cvsroot/repository/CVSROOT/contrib/log_accum %s -u $USER
^
SyntaxError: invalid syntax
Command Finished.
In master.cfg I am using following parameters
1. c [‘change_source’] = PBChangeSource()
2. c [‘schedulers’] .append(Scheduler(name=”all”, branch=None,
treeStableTimer=None, builderNames=[“RHEL”]))
& some other options which I don’t think should effect this that’s why I am
not mentioning.
Buildbot version I am using is 0.8.3p1
Please help me to get out from this.
--
Regards
Ramandeep Singh Bhatia
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20110413/7dc97c73/attachment.html>
More information about the devel
mailing list