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

24 lines
909 B
XML
Executable File

<!-- NOTE -->
<!-- ChangelistSkipThreshold -1 = never skip. -->
<!-- ChangelistSkipThreshold 0 = always skip. -->
<!-- ChangelistSkipThreshold ~10 is probably a sensible value. -->
<sourcecontrol xmlns:cb="urn:ccnet.config.builder"
type="incremental_multi"
ChangelistSkipThreshold="0">
<sourceControls>
<p4Incremental>
<view>$(gamep4root)/build/$(buildbranch)/common/data/spStatsSetup.xml, $(gamep4root)/build/$(buildbranch)/common/data/mpStatsSetup.xml, $(gamep4root)/tools/script/gamescript/generate_stats_enum.rb</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>
</sourcecontrol>