Tag level should be "normal" otherwise the tags are not copied to the original repo
authordariosestito@L063522.prod.ad.symbian.intra
Mon, 30 Mar 2009 13:17:02 +0100
changeset 42 b6e2360f1ab4
parent 41 f137ddbb714d
child 43 e0cc21bc6b4e
Tag level should be "normal" otherwise the tags are not copied to the original repo
common/templates/tag-hg-code.ant.xml.ftl
--- a/common/templates/tag-hg-code.ant.xml.ftl	Mon Mar 30 12:07:32 2009 +0100
+++ b/common/templates/tag-hg-code.ant.xml.ftl	Mon Mar 30 13:17:02 2009 +0100
@@ -8,7 +8,7 @@
     <target name="sf-tag-hg-code-${count}">
         <sequential>
           <hlm:scm verbose="true" scmUrl="scm:hg:${pkg_detail.source}">
-            <hlm:tag basedir="${ant['sf.spec.job.drive']}${pkg_detail.dst}" name="${ant['sf.tagafterbuild.tag']}" level="local"/>
+            <hlm:tag basedir="${ant['sf.spec.job.drive']}${pkg_detail.dst}" name="${ant['sf.tagafterbuild.tag']}" level="normal"/>
           </hlm:scm>
         </sequential>
     </target>