Changed the hard-coded default for the releases location, so at least tonight's candidate build will work OK.
--- 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!