# HG changeset patch # User Simon Howkins # Date 1273146422 -3600 # Node ID 3487e8b7ed382a7b739ae40a8b2d7e8eb759af55 # Parent 4942b4c09f29d844eb8a9437af759b718455079f Minor improvements to the output: a typo fix and hiding of tip tags. diff -r 4942b4c09f29 -r 3487e8b7ed38 releaseAutomation/hg.style.mediawiki --- 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}''' " diff -r 4942b4c09f29 -r 3487e8b7ed38 releaseAutomation/releaseNotes.pl --- 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";