刚开始使用巡航控制,但似乎找不到任何关于这个或至少更好的方法。简单的脚本:
<cruisecontrol xmlns:cb="urn:ccnet.config.builder">
测试 cvs.exe theRoot theModule ....
问题是我想检查多个模块的更新,但不是 theRoot 中的每个模块。像这样的东西:
<sourcecontrol type="cvs">
<executable>cvs.exe</executable>
<cvsroot>theRoot</cvsroot>
<module>theModule</module>
<module>theSecondModule</module>
<module>theThirdModule</module>
</sourcecontrol>
有没有办法做到这一点?