[Buildbot-devel] Re: Buildbot-devel digest, Vol 1 #190 - 2 msgs
Jarod Tang
jarod.tang at gmail.com
Wed Jul 6 03:04:40 UTC 2005
> Subject: RE: [Buildbot-devel] Problem with perforce
> Date: Tue, 5 Jul 2005 11:17:32 -0700
> From: "Nick Trout" <nick at rockstarvancouver.com>
> To: <buildbot-devel at lists.sourceforge.net>
>
>
> Do you have a valid clientspec on the slave machine? Are the other P4...
> variables set (i.e. if you do "p4 set")? Is the depot password
> protected?
>
Yes, its the clientspec's problem,thank u;
And there's another problem emerged: I just want the buildbot listen
to the change infomation from perforce VC system, and I put the
following configuration to the master,cfg, the master's change process
listern but can't get any change infomation from perforce:
c['sources'] = []
fc_source = P4Source("10.15.0.12:1666",
"tang",
"JARODTANG",
"//test/jtest/",
"p4",
10,
1)
c['sources'].append(fc_source)
More information about the devel
mailing list