catchup merge
authorMattD <mattd@symbian.org>
Tue, 20 Oct 2009 11:03:02 +0100
changeset 704 5411e23378b4
parent 703 ecf2c59629fc (diff)
parent 699 cdfb88270be0 (current diff)
child 705 70c33499045d
catchup merge
common/diamonds/sf-run-analysis.xml.ftl
--- a/common/templates/source-spec.ant.xml.ftl	Mon Oct 19 17:56:17 2009 +0100
+++ b/common/templates/source-spec.ant.xml.ftl	Tue Oct 20 11:03:02 2009 +0100
@@ -134,6 +134,10 @@
                 <arg value="log"/>
                 <arg value="-r"/>
                 <arg value="${dollar}{sf.sourcesync.${count}.checksum}:${dollar}{sf.previous.pdk.tag}"/>
+                <#if "${pkg_detail.type}"=="branch">
+                <arg value="-b"/>
+                <arg value="${pkg_detail.pattern}"/>
+                </#if>    
             </exec>
           </sequential>
     </target>