# HG changeset patch # User Arnaud Lenoir # Date 1254931295 -3600 # Node ID 62971d19bb3360ed37e47c76706ffeb3560a0944 # Parent e45faf323a5057b053c64100d9efcd33a514bf7f Improve the script fcls4releasenotes.pl. diff -r e45faf323a50 -r 62971d19bb33 releaseAutomation/fcls4releasenotes.pl --- a/releaseAutomation/fcls4releasenotes.pl Wed Oct 07 16:50:31 2009 +0100 +++ b/releaseAutomation/fcls4releasenotes.pl Wed Oct 07 17:01:35 2009 +0100 @@ -872,8 +872,6 @@ print "\n"; # 5th step is to create a txt file ready to be used for the release notes in a media wiki format. -#$path_to_file_to_publish = "c:\\temp\\releaseNotes\.wiki\.txt"; -$path_to_file_to_publish = "\\\\Lon-engbuild87\\d\$\\fbf_job\\symbian3_FCL\.split\.117\\output\\logs\\releaseNotes\.wiki\.txt"; open(FCLCOMPARISONFILE, ">$path_to_file_to_publish"); # !!!!! First time we are accessing the file, therefore create it or replace it, AFTR THAT WE NEED TO APPEND IT ONLY!!!!! my $val;