Files
gtav-src/tools_ng/etc/CruiseControl/toolbuilder/toolbuilder_source_control.xml
T
2025-09-29 00:52:08 +02:00

20 lines
688 B
XML
Executable File

<sourcecontrol xmlns:cb="urn:ccnet.config.builder"
type="filtered">
<sourceControlProvider type="multi">
<sourceControls>
<p4Incremental>
<view>$(ragep4root)/...,$(ps3sdkp4root)/...,$(thirdpartyp4root)/...,$(gamep4root)/src/$(srcbranch)/game/...,$(gamep4root)/src/$(srcbranch)/tools/...</view>
<client>$(gamep4client)</client>
<port>$(gamep4port)</port>
<applyLabel>false</applyLabel>
<autoGetSource>true</autoGetSource>
<forceSync>false</forceSync>
<p4WebURLFormat>http://$(gamep4server):8080/@md=d&amp;cd=@/{0}?ac=10</p4WebURLFormat>
</p4Incremental>
</sourceControls>
</sourceControlProvider>
</sourcecontrol>