releaseAutomation/fcls4releasenotes.pl
changeset 91 62971d19bb33
parent 90 e45faf323a50
child 98 9edb472725a0
equal deleted inserted replaced
90:e45faf323a50 91:62971d19bb33
   870 print "Formula used is: total_packages_pdk2 = total_very_good_mcl + total_new_fcl + total_no_more_fcl + total_still_fcl + total_packages_added = total\n";
   870 print "Formula used is: total_packages_pdk2 = total_very_good_mcl + total_new_fcl + total_no_more_fcl + total_still_fcl + total_packages_added = total\n";
   871 print "$total_packages_pdk2 = $total_very_good_mcl + $total_new_fcl + $total_no_more_fcl + $total_still_fcl + $total_packages_added - $total_packages_removed= ", ($total_very_good_mcl + $total_new_fcl + $total_no_more_fcl + $total_still_fcl + $total_packages_added - $total_packages_removed), "\n";
   871 print "$total_packages_pdk2 = $total_very_good_mcl + $total_new_fcl + $total_no_more_fcl + $total_still_fcl + $total_packages_added - $total_packages_removed= ", ($total_very_good_mcl + $total_new_fcl + $total_no_more_fcl + $total_still_fcl + $total_packages_added - $total_packages_removed), "\n";
   872 print "\n";
   872 print "\n";
   873 
   873 
   874 # 5th step is to create a txt file ready to be used for the release notes in a media wiki format.
   874 # 5th step is to create a txt file ready to be used for the release notes in a media wiki format.
   875 #$path_to_file_to_publish = "c:\\temp\\releaseNotes\.wiki\.txt";
       
   876 $path_to_file_to_publish = "\\\\Lon-engbuild87\\d\$\\fbf_job\\symbian3_FCL\.split\.117\\output\\logs\\releaseNotes\.wiki\.txt";
       
   877 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!!!!!
   875 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!!!!!
   878 
   876 
   879 my $val;
   877 my $val;
   880 
   878 
   881 # Enter the beginning of the section for general information about the pdk and it's predecessor.
   879 # Enter the beginning of the section for general information about the pdk and it's predecessor.