# HG changeset patch # User Simon Howkins # Date 1276177043 -3600 # Node ID abefe29622321240698e8ad71b6933c8cc56fc65 # Parent a91d8608229ca69d256b24e348cd8b4dcd859e72 Correct handling of tag name and changeset author in sf-tag-hg-code Addition of sf-push-hg-tags and associated template file, for pushing the tags created in sf-tag-hg-code back out to the MCL. Minor whitespace rationalisation. diff -r a91d8608229c -r abefe2962232 common/build.postbuild.xml --- a/common/build.postbuild.xml Thu Jun 10 14:34:20 2010 +0100 +++ b/common/build.postbuild.xml Thu Jun 10 14:37:23 2010 +0100 @@ -100,7 +100,41 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -111,6 +145,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ant: antProperties() + data: csv(${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}, {separator:','}) + + + + + @@ -630,12 +717,12 @@ - - - - - - + + + + + + diff -r a91d8608229c -r abefe2962232 common/templates/push-hg-tags.ant.xml.ftl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/templates/push-hg-tags.ant.xml.ftl Thu Jun 10 14:37:23 2010 +0100 @@ -0,0 +1,44 @@ + + + + <#assign dollar = "$"/> + + <#assign target_depends = "" /> + <#assign count = 0 /> + + <#list data as pkg_detail> + + + + + + + + + + + + + + + + + + + + + + + + + <#if (count > 0) > + <#assign target_depends ="${target_depends}" + ", "/> + + <#assign target_depends = "${target_depends}" + "sf-push-hg-tag-${count}" /> + + <#assign count = count + 1 /> + + + + +