[Buildbot-devel] Problem with perforce

Jarod Tang jarod.tang at gmail.com
Mon Jul 4 08:43:32 UTC 2005


Hi:
   I just install buildbot , and try to make it work with perforce on
my windowsxp box:
   the configuration is as following:
  steps = [
		s(
		  step.P4Sync, 
		  p4port="10.15.0.12:1666/test/jacana", 
		  mode="copy"
		  ),
		 s(step.Test, command=["nmake jacana.mak"]),
        ]
  b1 = {	"name": "Jacana",
	"slavename": "bot1",
	"builddir": "Jacana",
	"factory": factory.BuildFactory(steps),
	}

  and , when i try to force build it , I  get the following feedback
from the web server:
starting p4 sync
C:\WINDOWS\system32\cmd.exe /c p4 sync
 in dir E:\perforce_ws\test\Jacana\source (timeout 1200 secs)
 argv: ['C:\\WINDOWS\\system32\\cmd.exe', '/c', 'p4', 'sync']
 environment: {'TMP': 'C:\\DOCUME~1\\user\\LOCALS~1\\Temp',
'COMPUTERNAME': 'JARODTANG', : ....:}
program finished with exit code -1


could u tell me how to configure it correctly with perforce for
buildbot , since it's not so clearly in the doc,;)

Yours
Jarod




More information about the devel mailing list