Download_Updates/config.xml
changeset 0 3dcdf644f5be
equal deleted inserted replaced
-1:000000000000 0:3dcdf644f5be
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <project>
       
     3   <actions/>
       
     4   <description>&lt;h3&gt;Description&lt;/h3&gt;&#xd;
       
     5 Downloads Hudson updates from &lt;a href=&quot;https://developer.symbian.org/oss/FCL/interim/fbf/hudson/&quot;/&gt;https://developer.symbian.org/oss/FCL/interim/fbf/hudson/&lt;/a&gt;&#xd;
       
     6 &lt;br&gt;&lt;br&gt;&#xd;
       
     7 &lt;b&gt;WARNING:&lt;/b&gt; 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>