Minor improvements to the output: a typo fix and hiding of tip tags.
authorSimon Howkins <simonh@symbian.org>
Thu, 06 May 2010 12:47:02 +0100
changeset 229 3487e8b7ed38
parent 228 4942b4c09f29
child 230 f593b7acdb37
Minor improvements to the output: a typo fix and hiding of tip tags.
releaseAutomation/hg.style.mediawiki
releaseAutomation/releaseNotes.pl
--- a/releaseAutomation/hg.style.mediawiki	Fri Apr 30 12:19:39 2010 +0100
+++ b/releaseAutomation/hg.style.mediawiki	Thu May 06 12:47:02 2010 +0100
@@ -4,7 +4,5 @@
 
 changeset = '|[${sf.package.URL}/rev/{node|short} {node|short}]\n|{tags}{desc|firstline|strip}\n|-\n'
 
-start_tags = "'''"
-tag = '{tag} '
-last_tag = "{tag}''' "
+tag = "'''{tag}''' "
 
--- a/releaseAutomation/releaseNotes.pl	Fri Apr 30 12:19:39 2010 +0100
+++ b/releaseAutomation/releaseNotes.pl	Thu May 06 12:47:02 2010 +0100
@@ -50,7 +50,7 @@
 print <<"EOT";
 == FCLs ==
 
-This PDK was built using FCL versions of the packages listed below: for each one we list allthe changes in the FCL which are not in the MCL.
+This PDK was built using FCL versions of the packages listed below: for each one we list all the changes in the FCL which are not in the MCL.
 
 The previous PDK also involved some FCLs, so we indicate which FCLs are new to this build.
 
@@ -107,6 +107,8 @@
 	{
 		# Substitute in the source URL
 		$fclOnly =~ s[\${sf\.package\.URL}][$package{source}]g;
+		# Don't bother mentioning the tip revision
+		$fclOnly =~ s['''tip''' ][]g;
 		# Turn bug references into links
 		$fclOnly =~ s{\b(bug) (\d+)}{[http://developer.symbian.org/bugs/show_bug.cgi?id=$2 $1 $2]}gi;
 		print "{|\n";