Changed the hard-coded default for the releases location, so at least tonight's candidate build will work OK.
authorSimon Howkins <simonh@symbian.org>
Fri, 06 Nov 2009 15:21:20 +0000
changeset 102 5407bb741e43
parent 101 24273662fe97
child 103 b39734cad470
Changed the hard-coded default for the releases location, so at least tonight's candidate build will work OK.
releaseAutomation/fcls4releasenotes.pl
--- a/releaseAutomation/fcls4releasenotes.pl	Mon Oct 19 18:06:51 2009 +0100
+++ b/releaseAutomation/fcls4releasenotes.pl	Fri Nov 06 15:21:20 2009 +0000
@@ -22,7 +22,7 @@
 #
 # Configuration data and constants for the script
 #
-my $default_pdk_loc='//bishare/releases/';
+my $default_pdk_loc='//v800020/Publish/Releases/';
 print "default_pdk_loc=$default_pdk_loc\n";
 
 # Nb of arguments to be passed to the script to work. If that need to change, just modify nb_arg_to_pass!