[Buildbot-devel] debug client and cvs tags
Chandaka Fernando
chandaka at gmail.com
Thu Jul 28 02:33:02 UTC 2005
Hi,
I am new to buildbot as well as python, but quickly learning. I have
two questions:
1.
When I try to run the debugclient, I get the following exception.
Traceback (most recent call last):
File "/u/view/buildbot/packages/bin/buildbot", line 5, in ?
runner.run()
File "/u/view/buildbot/packages/lib/python/buildbot/scripts/runner.py",
line 627, in run
debugclient(so)
File "/u/view/buildbot/packages/lib/python/buildbot/scripts/runner.py",
line 449, in debugclient
from buildbot.clients import debug
File "/u/view/buildbot/packages/lib/python/buildbot/clients/debug.py",
line 4, in ?
gtk2reactor.install()
File "/u/view/buildbot/packages/lib/python/twisted/internet/gtk2reactor.py",
line 267, in install
reactor = Gtk2Reactor(useGtk)
File "/u/view/buildbot/packages/lib/python/twisted/internet/gtk2reactor.py",
line 88, in __init__
self.context = gobject.main_context_default()
AttributeError: 'module' object has no attribute 'main_context_default'
any ideas to solve this? I am hoping that debug client will allow me
to simulate a cvs commit to test my buildbot confgiuration.
2.
When I specify a release tag, the cvs command seems to include the -D
as well. This seems to result in not getting any files. i.e
cvs -d :pserver:chandaka at cvs:/u/cvs -z3 checkout -d test -r MY_TAG -D
Wed, 27 Jul 2005 09:11:47 -0000 test/src
Is this the intended behavior?
Thanks in advance..
Chandaka
More information about the devel
mailing list