equal
deleted
inserted
replaced
|
1 <?xml version='1.0' encoding='UTF-8'?> |
|
2 <project> |
|
3 <actions/> |
|
4 <description><h3>Description</h3>
 |
|
5 Downloads Hudson updates from <a href="https://developer.symbian.org/oss/FCL/interim/fbf/hudson/"/>https://developer.symbian.org/oss/FCL/interim/fbf/hudson/</a>
 |
|
6 <br><br>
 |
|
7 <b>WARNING:</b> Running this will overwrite any local changes that you may have made. If you wish to preserve a locally modified project, then back it up first</description> |
|
8 <keepDependencies>false</keepDependencies> |
|
9 <properties/> |
|
10 <scm class="hudson.plugins.mercurial.MercurialSCM"> |
|
11 <source>https://developer.symbian.org/oss/FCL/interim/fbf/hudson/</source> |
|
12 <modules></modules> |
|
13 <clean>false</clean> |
|
14 </scm> |
|
15 <canRoam>true</canRoam> |
|
16 <disabled>false</disabled> |
|
17 <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding> |
|
18 <triggers class="vector"/> |
|
19 <concurrentBuild>false</concurrentBuild> |
|
20 <builders> |
|
21 <hudson.tasks.BatchFile> |
|
22 <command>cd /d %HUDSON_HOME% |
|
23 IF NOT EXIST %HUDSON_HOME%\downloaded\.hg GOTO CLONECONFIGS |
|
24 hg pull -R downloaded |
|
25 hg update -R downloaded |
|
26 GOTO FINISH |
|
27 :CLONECONFIGS |
|
28 cd /d %HUDSON_HOME% |
|
29 hg clone https://developer.symbian.org/oss/FCL/interim/fbf/hudson/ downloaded |
|
30 :FINISH |
|
31 xcopy /s /y downloaded jobs |
|
32 exit 0</command> |
|
33 </hudson.tasks.BatchFile> |
|
34 </builders> |
|
35 <publishers/> |
|
36 <buildWrappers/> |
|
37 </project> |