Tweaked so that all revs are cloned from the utilities web repo, but it's still synced to the head of the default branch.
authorSimon Howkins <simonh@symbian.org>
Mon, 17 May 2010 15:45:32 +0100
changeset 1045 d822afc3c044
parent 1044 0f6ffc604b5c
child 1046 871bdf0d7610
Tweaked so that all revs are cloned from the utilities web repo, but it's still synced to the head of the default branch.
common/build.xml
--- a/common/build.xml	Tue May 25 13:36:39 2010 +0100
+++ b/common/build.xml	Mon May 17 15:45:32 2010 +0100
@@ -337,7 +337,8 @@
         <echo message="Cloning utilities repository to ${build.drive}/utilities"/>
         <exec executable="hg">
             <arg value="clone"/>
-            <arg value="-rdefault"/>
+            <arg value="--updaterev"/>
+            <arg value="default"/>
             <arg value="http://developer.symbian.org/oss/MCL/sftools/fbf/utilities"/>
             <arg value="${build.drive}/utilities"/>
         </exec>