Files
gtav-src/tools_ng/etc/CruiseControl/codebuilder/codebuilder_build_source_control.xml
2025-09-29 00:52:08 +02:00

33 lines
1.0 KiB
XML
Executable File

<sourcecontrol xmlns:cb="urn:ccnet.config.builder"
type="filtered">
<sourceControlProvider type="multi">
<sourceControls>
<p4Incremental>
<view>$(gamep4root)/src/$(srcbranch)/...,$(gamep4root)/xlast/...,$(gamep4root)/tools_ng/bin/...,$(gamep4root)/tools_ng/script/coding/shaders/...,$(gamep4root)/build/$(buildbranch)/metadata/...,$(ragep4root)/...,$(ps3sdkp4root)/...,$(thirdpartyp4root)/...</view>
<client>$(gamep4client)</client>
<port>$(gamep4port)</port>
<applyLabel>false</applyLabel>
<autoGetSource>true</autoGetSource>
<forceSync>false</forceSync>
<timeZoneOffset>$(timezoneoffset)</timeZoneOffset>
<p4WebURLFormat>http://$(gamep4server):8080/@md=d&amp;cd=@/{0}?ac=10</p4WebURLFormat>
</p4Incremental>
</sourceControls>
</sourceControlProvider>
<!-- not compatible with each CL syncing
<exclusionFilters>
<pathFilter>
<caseSensitive>false</caseSensitive>
<pattern>//**/*.sch</pattern>
</pathFilter>
</exclusionFilters>
-->
</sourcecontrol>