# HG changeset patch # User Shabe Razvi # Date 1257271124 0 # Node ID 3dcdf644f5be61ef8cbda710898671637931a6de Addition of "Download_Updates" job to bootstrap other Hudson Projects from the web. diff -r 000000000000 -r 3dcdf644f5be Download_Updates/config.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Download_Updates/config.xml Tue Nov 03 17:58:44 2009 +0000 @@ -0,0 +1,37 @@ + + + + <h3>Description</h3> +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> +<br><br> +<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 + false + + + https://developer.symbian.org/oss/FCL/interim/fbf/hudson/ + + false + + true + false + false + + false + + + cd /d %HUDSON_HOME% +IF NOT EXIST %HUDSON_HOME%\downloaded\.hg GOTO CLONECONFIGS +hg pull -R downloaded +hg update -R downloaded +GOTO FINISH +:CLONECONFIGS +cd /d %HUDSON_HOME% +hg clone https://developer.symbian.org/oss/FCL/interim/fbf/hudson/ downloaded +:FINISH +xcopy /s /y downloaded jobs +exit 0 + + + + + \ No newline at end of file