source sync template - Changed the BOM changes targets to limit the listed changes to the branch if the source was synced up using a branch, to make it easier to read.
authorMattD <mattd@symbian.org>
Tue, 20 Oct 2009 10:47:15 +0100
changeset 703 ecf2c59629fc
parent 686 3b71519ec52f
child 704 5411e23378b4
source sync template - Changed the BOM changes targets to limit the listed changes to the branch if the source was synced up using a branch, to make it easier to read.
common/templates/source-spec.ant.xml.ftl
--- a/common/templates/source-spec.ant.xml.ftl	Mon Oct 19 10:29:47 2009 +0100
+++ b/common/templates/source-spec.ant.xml.ftl	Tue Oct 20 10:47:15 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>