Adjusted release tagging, so that it clones from the package source, not dst, and hence it's
authorSimon Howkins <simonh@symbian.org>
Tue, 19 Oct 2010 11:11:40 +0100
changeset 1309 2ea5b5b66973
parent 1308 767d8390f87d
child 1310 b91679effdcf
Adjusted release tagging, so that it clones from the package source, not dst, and hence it's much less likely that the tagging operation will create multiple heads on the TAGS branch.
common/templates/tag-hg-code.ant.xml.ftl
--- a/common/templates/tag-hg-code.ant.xml.ftl	Mon Oct 18 17:36:29 2010 +0100
+++ b/common/templates/tag-hg-code.ant.xml.ftl	Tue Oct 19 11:11:40 2010 +0100
@@ -15,7 +15,7 @@
 				<arg value="clone"/>
 				<arg value="--rev"/>
 				<arg value="TAGS"/>
-				<arg value="${pkg_detail.dst}"/>
+				<arg value="${pkg_detail.source}"/>
 				<arg value="tagging${pkg_detail.dst}"/>
 			</exec>
 			<if>